The Student Room Group
Reply 1
2 digit not including "01" "02" ... "09"?
Please make yuour answers coloured in white so that you don't spoil it for other people trying to have a go.
unless you're using TSR black and alien blue colourschemes
Reply 2
yes, a two digit number x meaning 9<x<100.
Reply 3
199.

working coming up....
Reply 4
le the digits be ab

1 <= a <= 9
0 <= b <= 9

(10a+b)² = 100a² + 20ab +

last digit depends only on

b = 1 => = 1
b = 9 => = 81

for b = 1, 20ab has to end in 0

=> 2a has to end in 0

=> a = 5, hence 51 is one of the numbers

for b = 9, 20ab has to end in 0

=> 8 + 18a has to end in 0

=> a = 4 or 9. hence 49 and 99 are solutions

=> sum is 49+51+99 = 199
Reply 5
= 1 mod 100
So = 1 mod 10 (I chose 10 because it's a nice balance of checking squares mod 10 and checking which of those work mod 100)
odd squares end in 1, 9, 5, 9, 1
So = 1 or 9 mod 10
A quick check shows that:
99 + 51 + 49 = 199

Latest