document.write( "Question 927895: A number consisting of two digits is five times the sum of the digits .If the digits interchange their places ,the new number will be 9 more than the original number .Find the original number \n" ); document.write( "
Algebra.Com's Answer #563336 by ptfile(81) You can put this solution on YOUR website! Let t=tens place \n" ); document.write( " u=units place \n" ); document.write( " 10t+u= Original Number \n" ); document.write( " 10u+t= New Number\r \n" ); document.write( "\n" ); document.write( "A number consisting of two digits is five times the sum of the digits.\r \n" ); document.write( "\n" ); document.write( "10t+u=5(t+u)\r \n" ); document.write( "\n" ); document.write( "If the digits interchange their places ,the new number will be 9 more than the original number. \n" ); document.write( "10u+t=10t+u+9 \n" ); document.write( " 9u=9t+9 \n" ); document.write( "Divide the whole equation by 9 \n" ); document.write( " u=t+1 \n" ); document.write( "substitute u with t+1 in the equation 10t+u=5(t+u)\r \n" ); document.write( "\n" ); document.write( "10t+(t+1)=5(t+(t+1)) \n" ); document.write( " 11t+1=5(2t+1) \n" ); document.write( " 11t+1=10t+5 \n" ); document.write( " t=4\r \n" ); document.write( "\n" ); document.write( "Solve for u\r \n" ); document.write( "\n" ); document.write( " 10(4)+u=5(4+u) \n" ); document.write( " 40+u=20+5u \n" ); document.write( " 20=4u \n" ); document.write( " u=5\r \n" ); document.write( "\n" ); document.write( "The number is 45.\r \n" ); document.write( "\n" ); document.write( "Check\r \n" ); document.write( "\n" ); document.write( "4+5=9 \n" ); document.write( "45/9=5\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |