document.write( "Question 530299: .a two-digit number is three less than seven times the sum of two digits.if the digits are reserved,the new numberis 18 less than the original number.whats the original number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #349997 by stanbon(75887) ![]() You can put this solution on YOUR website! a two-digit number is three less than seven times the sum of two digits.if the digits are reserved,the new numberis 18 less than the original number.whats the original number?\r \n" ); document.write( "\n" ); document.write( "--------------------------- \n" ); document.write( "Let the number be 10t+u \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "10t+u = 7(t+u)-3 \n" ); document.write( "10u+t = 10t+u-18 \n" ); document.write( "----- \n" ); document.write( "Rearrange: \n" ); document.write( "3t - 6u = -3 \n" ); document.write( "9t - 9u = 18 \n" ); document.write( "----- \n" ); document.write( "Modify: \n" ); document.write( "9t - 18u = -9 \n" ); document.write( "9t - 9u = 18 \n" ); document.write( "--- \n" ); document.write( "Subtract and solve for \"u\": \n" ); document.write( "9u = 27 \n" ); document.write( "u = 3 \n" ); document.write( "--- \n" ); document.write( "Solve for \"t\": \n" ); document.write( "3t-6u = -3 \n" ); document.write( "t -2u = -1 \n" ); document.write( "t -2*3 = -1 \n" ); document.write( "t = 5 \n" ); document.write( "================= \n" ); document.write( "Ans: Original Number: 53 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========= \n" ); document.write( " |