A number when divided by $2,3,4,5,6$ leaves remainder $1,2,3,4,5$ respectively but when its divided by $11$ the remainder is $0$. FIND THE NUMBER
I tried taking LCM of $2,3,4,5,6$ and subratcing by $1(59)$ then multiply by $11$. What am i doing wrong? Please Guide.
2m - 11n = 1
gcd(2, -11) = gcd(2, 11) = 1 -11 = 2 * -5 - 1 ==> 1 = 2(-5) + 11
m = -5, n = -1
x = 11n = -11
Of course there are an infinite number of solutions but I'm too lazy to find the general formula
– avighnac Jul 09 '23 at 18:15