Simple Problem #03

If I add 1 1 to some number, it becomes a multiple of 10. 10. If I subtract 1 1 of that number, it becomes a multiple of 4. 4. What is the remainder when evaluating n 2 ÷ 40 ? n^2 \div 40?

This is part of my simple problems set .


The answer is 1.

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.

1 solution

Stephen Mellor
Jan 14, 2018

Let the number be n n :

As n + 1 n+1 is a multiple of 10 10 , n n ends in a 9 9 .

Note that 9 , 29 , 49 , 69... 9,29,49,69... are possible values for n n (as well as 11 , 31 , 51... -11,-31,-51... , but 19 , 39 , 59 , 79... 19,39,59,79... aren't due to the n 1 4 \frac{n-1}{4} condition.

Therefore all n n that satisfy can be written as n = 20 k + 9 n = 20k + 9 .

n 2 = ( 20 k + 9 ) 2 = 400 k 2 + 360 k + 81 n^2 = (20k+9)^2 = 400k^2 + 360k + 81 . When dividing this by 40 40 , all that is left is remainder 1 1 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...