Apologies, I know I have asked a few questions already.
The question is : A housewife is travelling to market with all her eggs in one basket. She has between $100$ and $200$ eggs in the basket. Counting in three's there is one left over. Counting in fives's there is four left over, counting in seven's there is four left over. How many eggs are in the basket?
I know there is a question very similar to this on here, but unfortunately I don't understand it fully.
So my attempt is :
We have three equations
$x \equiv 1 \pmod{3}\\$ $x \equiv 4 \pmod{5}\\$ $x \equiv 4 \pmod {7}\\$
So now
$x \equiv 1 \pmod {3}$ and $x \equiv 4 \pmod {35}$
I don't know what to do now
If we remove the restriction that the number of eggs is between 100 and 200, then having 4 eggs satisfy all the congruences. By the Chinese Remainder Theorem, since all the modulos are coprime to each other, all numbers satisfying the conqruences will be equal to $4$ modulo $3 \times 5 \times 7 = 105$. There's only one such solution that lies between $100$ and $200$, namely $105 + 4$.