x 4 + 1 3 9 y 8 = 1 5 5 3
How many integer solutions satisfy the above equation?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice! A complete oversight by myself in coming up with the question but it makes this one pretty short and simple.
the number of solutions should be a multiple of 4 . How about that? :D
Haha, that's a very quick method given the options!
Haha love it!
Since x 4 ≡ 0 , 1 ( m o d 5 ) we deduce that x 4 + 1 3 9 y 8 ≡ 1 , 0 , − 1 ( m o d 5 ) . Since 1 5 5 3 ≡ 3 ( m o d 5 ) there can be no solutions to the equation.
a 1 6 ≡ 1 ( m o d 1 7 ) ⟹ x 4 ∈ { − 4 , − 1 , 0 , 1 , 4 } , y 8 ∈ { − 1 , 0 , 1 } when looking mod 17 Looking mod 17 gives x 4 + 3 y 8 ≡ 6 ( m o d 1 7 ) and x 4 + 3 y 8 ∈ { − 7 , − 4 , − 3 , − 2 , − 1 , 0 , 1 , 2 , 3 , 4 , 7 } 6 ∈ / { − 7 , − 4 , − 3 , − 2 , − 1 , 0 , 1 , 2 , 3 , 4 , 7 } so there are no integer solutions.
Problem Loading...
Note Loading...
Set Loading...
Both terms on the left-hand side are positive. We must have 1 3 9 y 8 ≤ 1 5 5 3 , so y 8 ≤ 1 3 9 1 5 5 3 = 1 1 . 1 7 … , so the only possible values of y 8 for integer y are 0 or 1 .
On substituting in, neither of these give an integer value for x , so there are no solutions.