PDA

View Full Version : Simple number game


K.J.Healey
Aug12-04, 02:32 PM
What 4 digit number is equal to two more than twice the reverse of its digits?
Do it without without using a computer or writing it down. All in your head.

K.J.Healey
Aug13-04, 11:59 AM
So nobody can do this? Its pretty easy to think about. Since it stays a 4 digit number, that means that the 1's digit of the number must be 4 or less, because once its reversed and doubled, it would be over 10, which would make it a 5 digit number.
Then you can think, well, since the 1000ths digit must be doubled then add two, and equal a number 4 or less(once its reversed), it can be : 0,1,5,6.

You can also do this by computer to check you answer, which is a most unfun way of doing it. a*1000+b*100+c*10+d*1 = d*2000+c*200+b*20+d*2+2

Gokul43201
Aug13-04, 03:07 PM
I can't do it in my head :grumpy: Surely one of the other digits will have to be greater than 4...and that involves carry-overs and related difficulties. Will need paper ! :cry:

NateTG
Aug13-04, 04:21 PM
You can also do this by computer to check you answer, which is a most unfun way of doing it. a*1000+b*100+c*10+d*1 = d*2000+c*200+b*20+d*2+2

Surely you mean:
a*1000+b*100+c*10+d*1 = d*2000+c*200+b*20+a*2+2

The answer is 5992.

Rogerio
Aug13-04, 04:45 PM
5992, of course :-)

Gokul43201
Aug13-04, 04:51 PM
Yeah, I used Excel. <cheater>