For the equation $y = 4x^2 + 8x + 5$, what are the integer values of x such that y/13 is an integer?
For example, if x = 3, $y = 4(3^2) + 8(3) + 5$ = 65 which is divisible by 13
if x = 8, y = 325 which is divisible by 13
if x = 16, y = 1157 which is divisible by 13
if x = 21, y = 1937 which is divisible by 13
I am guessing that values of x = 13i + 3 or x = 13i + 8 where i is an integer will result in a value of y that is evenly divisible by 13.
How do you prove that x = 13i + 3 or x = 13i + 8 will result in a value of y that is evenly divisible by 13?
Is there a general proof to find values of x that will result in a value of y that is evenly divisible by an odd integer p?