document.write( "Question 32233: The value of a two-digit number is twice as large as the sum of its digits. If the digits were reversed, the resulting number would be 9 less than 5 times the original number. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #18761 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let the number be ab \n" ); document.write( "It's \"value\" is 10a+b \n" ); document.write( "EQUATION#1: \n" ); document.write( "10a+b=2(a+b) \n" ); document.write( "8a=b \n" ); document.write( "If the digits are reversed the number is ba \n" ); document.write( "Then it's value is 10b+a \n" ); document.write( "EQUATION#2: \n" ); document.write( "10b+a+9=5(10a+b) \n" ); document.write( "5b+9=49a \n" ); document.write( "Make a substitutin for \"b\", using b=8a. \n" ); document.write( "the 5(8a)+9=49a \n" ); document.write( "a=1 \n" ); document.write( "Substitute into b=8a to get b=8 \n" ); document.write( "The original number is ab=18 \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |