x is a three-digit natural number,
$$2x \equiv 3 \pmod 5$$
$$3x \equiv 1 \pmod 4 $$
what is the smallest value that x can take?
What is the method to solve this kind of questions?
x is a three-digit natural number,
$$2x \equiv 3 \pmod 5$$
$$3x \equiv 1 \pmod 4 $$
what is the smallest value that x can take?
What is the method to solve this kind of questions?
More generally, you can use the Chinese Remainder Theorem, but in a case like this, you can probably just guess and check because the congruences are small.
Let's find the smallest solution to $2x \equiv 3 \pmod 5$. Looks like $4,9,14,19,24$ works so $x \equiv 4 \pmod 5$ is a solution.
Let's do the same thing for $3x \equiv 1 \pmod 4$. Looks like $3, 7, 11, 15, 19$ works so $x \equiv 3 \pmod 4$ is a solution.
Thus the smallest such solution looks to be $x = 19$. If you want a higher number (not sure why you would want a specific 3-digit number, but that's not important), you can use the general congruences.