Saved Bookmarks
| 1. |
Write all the 2 digit number which when added to 27 get reversed |
|
Answer» CONSIDER a number with units digit 'y' and tens digit 'X' So , no. = 10x+y Given , 10x+y+27=10y+x 9y-9x=27 y-x=3 So , all those two digit nos. whose units digit is GREATER than the tens digit by 3 will get REVERSED when 27 is added to them Eg: 14+27=41 25+27=52 36+27=63 47+27=74 58+27=85 69+27=96 That's all! |
|