document.write( "Question 480647: The sum of the digits of a two-digit number is 13. When the digits are reversed, the new number is 27 more than the original number. What is the original number?\r
\n" );
document.write( "\n" );
document.write( "(The worksheet says at the top \"Applying Systems\") \n" );
document.write( "
Algebra.Com's Answer #329142 by Anthea Lawn(22)![]() ![]() ![]() You can put this solution on YOUR website! Lets say the 2 digit number is xy \n" ); document.write( "That is to say the \"tens\" digit is x and the \"units\" digit is y (ie. by xy we don't mean x times y)\r \n" ); document.write( "\n" ); document.write( "So the value of the original number is 10x + y (because the x is in the \"tens\" column, just like 35 is 3 times 10 plus 5 for example)\r \n" ); document.write( "\n" ); document.write( "If you reverse the digits then the value of the new number is 10y + x\r \n" ); document.write( "\n" ); document.write( ".. and we know that this number is 27 more than the original .. so ...\r \n" ); document.write( "\n" ); document.write( "(10y + x) = (10x + y) + 27\r \n" ); document.write( "\n" ); document.write( "Take an x away from each side\r \n" ); document.write( "\n" ); document.write( "10y = 9x + y + 27\r \n" ); document.write( "\n" ); document.write( "Take a y away from each side\r \n" ); document.write( "\n" ); document.write( "9y = 9x + 27\r \n" ); document.write( "\n" ); document.write( ".. and we can divide both sides by 9 to make it a bit simpler\r \n" ); document.write( "\n" ); document.write( "y = x + 3\r \n" ); document.write( "\n" ); document.write( "So we are looking for a 2 digit number in which one digit is 3 more than the other.\r \n" ); document.write( "\n" ); document.write( "We are also told that the sum of the digits is 13\r \n" ); document.write( "\n" ); document.write( "x + y = 13\r \n" ); document.write( "\n" ); document.write( "Since we know that y = x + 3 (from above) we can substitute for y\r \n" ); document.write( "\n" ); document.write( "x + (x + 3) = 13\r \n" ); document.write( "\n" ); document.write( "So x = 5 which means that y = 8\r \n" ); document.write( "\n" ); document.write( "Therefore the original number was 58, which when reversed becomes 85 \n" ); document.write( " |