document.write( "Question 453287: Find a two-decimal-place number between 0 and one such that the sum of its digits is 9 and such that if the digits are reversed the number is increased by 0.27 \n" ); document.write( "
Algebra.Com's Answer #311505 by robertb(5830)![]() ![]() You can put this solution on YOUR website! The number is 0.36.\r \n" ); document.write( "\n" ); document.write( "Let x be the tens place, y the ones place.\r \n" ); document.write( "\n" ); document.write( "Then x + y = 9, and 10x + y + 27 = 10y + x\r \n" ); document.write( "\n" ); document.write( "==> 27 = 9y - 9x <==> y - x = 3\r \n" ); document.write( "\n" ); document.write( "y - x = 3 \n" ); document.write( "y + x = 9\r \n" ); document.write( "\n" ); document.write( "==> 2y = 12 \n" ); document.write( "y = 6 ==> x = 3.\r \n" ); document.write( "\n" ); document.write( "The decimal number is 0.36.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |