document.write( "Question 312439: Find a three digit number such that if the digits at the tens place and the hundreds place are reversed then the number obtained is twenty percent greater than the original number. \n" ); document.write( "
Algebra.Com's Answer #223377 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Find a three digit number such that if the digits at the tens place and the hundreds place are reversed then the number obtained is twenty percent greater than the original number.\r \n" ); document.write( "\n" ); document.write( "b*100 + a*10 + c = 1.2 * (a*100 + b*10 + c) \n" ); document.write( "100b + 10a + c = 120a + 12b + 1.2c \n" ); document.write( "10a - 120a + 100b - 12b + c - 1.2c = 0 \n" ); document.write( "-110a + 88b - 0.2c = 0 \n" ); document.write( "110a - 88b + 0.2c = 0 (divided by -1) \n" ); document.write( "set c = 0 \n" ); document.write( "try 9 -> 4+5=9, 5+4=9 \n" ); document.write( "110(4) - 88(5) = 440 - 440 = 0 \n" ); document.write( "x = 1.2 * 450 \n" ); document.write( "x = 540 \n" ); document.write( "the 3 digit number is 450 \n" ); document.write( " \n" ); document.write( " |