I need to solve the above simultaneous congruences, I have been told not to use Euclid's algorithm and that there's a 'trick' but I just can't see it.
Any pointers would be appreciated
I need to solve the above simultaneous congruences, I have been told not to use Euclid's algorithm and that there's a 'trick' but I just can't see it.
Any pointers would be appreciated
$x = a \mod b$ is the same as saying that $(x - a) | b$. What can you say about $x - 5$ in this case? What numbers are possible for $x - 5$?