N is a four-digit positive integer. Dividing N by 9 , the remainder is 5. Dividing N by 7, the remainder is 3. Dividing N by 5, the remainder is 4. What is the smallest possible value of N?
n is a four-digit positive integer.
Dividing n by 9, the remainder is 5.
Dividing n by 7, the remainder is 3.
Dividing n by 5, the remainder is 4.
What is the smallest possible value of n?
n≡5(mod9)n≡3(mod7)n≡4(mod5)Let m=9∗7∗5=315
Because 9 and 7 and 5 are relatively prim (gcd,
we can go on.