Find the sum of all positive integers x smaller than 100 such that x 2 − 8 1 is a multiple of 100 greater than 0.
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.
x^2_81=(x-9)(x+9) now if one of these factors=25 or 75 the other is not not divisible by four So one of the factors=50 or 100 giving the other being even So admissible values for x are 41,59 and 91(as x<100 we ignore x=109)
I use Diophantine.
i dont know that much maths but cant we think like this that if x=9 , x^2 -81 will be 0, if x=10 x^2 -81=19,ifx=11, x^2-81taking like this we will get 19+40+63+88 =210
Log in to reply
But x 2 − 8 1 needs to be a positive multiple of 1 0 0 , which is not the case for x = 1 0 , 1 1 , 1 2 , 1 3 , and is only the case for x = 4 1 , 5 9 , 9 1 for positive values of x under 1 0 0 .
Log in to reply
sorry it was my mistake i did'nt read the question carefully thnks now i understand the solution
Problem Loading...
Note Loading...
Set Loading...
Let x = 1 0 a + b for 1 ≤ a ≤ 9 and 0 ≤ b ≤ 9 . (Clearly x ≥ 1 0 for x 2 − 8 1 > 0 .)
Then we require that ( 1 0 a + b ) 2 ≡ 8 1 ( m o d 1 0 0 )
⟹ 1 0 a 2 + 2 0 a b + b 2 ≡ 8 1 ( m o d 1 0 0 ) ⟹ 2 0 a b + b 2 ≡ 8 1 ( m o d 1 0 0 ) .
Now since the units digit of 2 0 a b will always be 0 we will require that the units digit of b 2 is 1 . This implies that b must either be 1 or 9 .
If b = 1 then we require that 2 0 a + 1 ≡ 8 1 ( m o d 1 0 0 ) ⟹ 2 0 a ≡ 8 0 ( m o d 1 0 0 )
a ≡ 4 ( m o d 5 ) ⟹ a = 4 , 9 , which gives us the solution values 4 1 and 9 1 .
If b = 9 then we require that 1 8 0 a + 8 1 ≡ 8 1 ( m o d 1 0 0 ) ⟹ 1 8 0 a ≡ 0 ( m o d 1 0 0 )
⟹ 9 a ≡ 0 ( m o d 5 ) ⟹ a = 5 , which gives us the solution value 5 9 .
The sum of al possible solution values is then 4 1 + 5 9 + 9 1 = 1 9 1 .