- #1
Marcelo Arevalo
- 39
- 0
Ron is thinking of a 3-digit number less than 500. If he exchanges the ones and hundreds digits, the new number is 396 more. If he exchanges the ones and tens, the new number is 18 more. Find as many numbers as you can of which Ron is thinking.
- - - Updated - - -
I am using a Trial & Error method for this type of problem. its taking too much time.
here it is:
abc - cba = abc + 396
125 - 521 = -396
am i doing this correctly?
in the second situation ;
abc -acb = abc + 18
125 - 152 = -27 (Did not satisfy the second situation) definitely my trial is wrong.. or did I analyzed it correctly?
- - - Updated - - -
I am using a Trial & Error method for this type of problem. its taking too much time.
here it is:
abc - cba = abc + 396
125 - 521 = -396
am i doing this correctly?
in the second situation ;
abc -acb = abc + 18
125 - 152 = -27 (Did not satisfy the second situation) definitely my trial is wrong.. or did I analyzed it correctly?