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}