document.write( "Question 351154: Problem 1. The sum of the digits of a two-digit number is 14. If the digits are reversed, the number is increased by 18. What is the number?
\n" );
document.write( "....
\n" );
document.write( "Problem 2. One number is less than another number. The sum of the two numbers is four times their difference. What are the numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #251000 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Problem 1. The sum of the digits of a two-digit number is 14. If the digits are reversed, the number is increased by 18. What is the number? \n" ); document.write( "------ \n" ); document.write( "Let the number be 10t+u \n" ); document.write( "The reversed number is 10u+t \n" ); document.write( "Equations: \n" ); document.write( "t + u = 14 \n" ); document.write( "10u+t - (10t+u) = 18 \n" ); document.write( "--------------------------- \n" ); document.write( "Simplify the 2nd equation \n" ); document.write( "t + u = 14 \n" ); document.write( "u - t = 2 \n" ); document.write( "--- \n" ); document.write( "Add to get 2u = 16 \n" ); document.write( "u = 8 \n" ); document.write( "Then t = 6 \n" ); document.write( "--- \n" ); document.write( "1st number: 68\r \n" ); document.write( "\n" ); document.write( ".... \n" ); document.write( "Problem 2. One number is less than another number. The sum of the two numbers is four times their difference. What are the numbers? \n" ); document.write( "--- \n" ); document.write( "Not enough information. \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |