document.write( "Question 139476: Could you help me from here;
\n" );
document.write( "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( "t = tens digit
\n" );
document.write( "u = units digit
\n" );
document.write( "10t+u = original number
\n" );
document.write( "10u+t = the number named when the digits were reversed
\n" );
document.write( "10u+t = 9-5(10t+u)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #101683 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "t = tens digit \n" ); document.write( "u = units digit \n" ); document.write( "10t+u = original number \n" ); document.write( "10u+t = the number named when the digits were reversed \n" ); document.write( "10u+t = 9-5(10t+u) \n" ); document.write( "------------------ \n" ); document.write( "EQUATION: \n" ); document.write( "10t + u = 2(t + u) \n" ); document.write( "10u + t = 5(10t+u)-9 \n" ); document.write( "------------------------- \n" ); document.write( "Rearrange the equations: \n" ); document.write( "8t -u = 0 \n" ); document.write( "49t - 5u = 9 \n" ); document.write( "------------------ \n" ); document.write( "solve by substitution: \n" ); document.write( "49t - 5(8t) = 9 \n" ); document.write( "9t = 9 \n" ); document.write( "t = 1 \n" ); document.write( "---------- \n" ); document.write( "Substitute to solve for \"u\": \n" ); document.write( "u = 8t so u = 8 \n" ); document.write( "------------------- \n" ); document.write( "Original Number 18 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |