Find the solutions of the congruence 15x^2 + 19x = 5 (mod 11). [Hint: Show the congruence is equivalent to the congruence 15x^2 + 19x + 6 = 0 (mod 11). Factor the left-hand side of the congruence; show that a solution of the quadratic congruence is a solution of on eof hte two different linear congruences.]



It was easy to follow the hint of adding 6 to both sides and factoring the left-hand side, but to solve the congruences, I didn't know how. The solution manual says that the inverse of 5 modulus 11 is 9, and multiplying both sides of 5x + 3 = 0 (mod 11) by 9 yeilds x + 27 = 0 (mod 11), so x = -27 = 6 (mod 11). Similarly, an inverse of 3 modulo 11 is 4, and we get x = -8 = 3 (mod 11). So the solution set is {3, 6} (and anything congruenct to these modulo 11).

Respuesta :

It is mainly necessary to obtain a new way of expressing congruence through the 'simplification of the polynomial'.

[tex]15x^2 + 19x = 5 (mod 11)[/tex]

[tex]15x^2 + 19x + 6 = (6+ 5) (mod 11)[/tex]

[tex]15x^2 + 19x + 6 = 15x^2+ 10x+9x+6 = 5x(3x+2) + 3(3x+2)[/tex]

[tex](5x+3)(3x+2) = 0 mod (11)[/tex]

When we have the congruence, we solve it. That is

[tex](5x+3) = 0 mod (11)\\5x = -3 mod 11\\5x = 8 mod 11[/tex]

We know as well that the operation 5*9 is 45, but is equal to 1 mod 11, that's mean, we need to multiply both sides for 9,

[tex]x = 9*8 mod 11\\x = 72 mod 11\\x = 6 mod 11.[/tex]

For the other hand we solve the another congruence, [tex](3x+2) = 0 mod (11)\\3x = -2 mod 11\\3x = 9 mod 11[/tex]

Here we know as well that the operatión 3*4=12, but is equal too to 1 mod 11, that's mean we need to multiply both sides for 4[tex]x = 4*9 mod 11\\x = 36 mod 11\\x = 3 mod 11[/tex]

So the solution is {3, 6}