document.write( "Question 1195355: one number is 8 more than twice another. their sum is 62. what are the numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #828444 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The solution from the other tutor, using two variables, is fine; but a solution using a single variable usually leads to a faster solution with less work. \n" ); document.write( "x = first number \n" ); document.write( "2x+8 = second number (8 more than twice the first) \n" ); document.write( "The sum of the two numbers is 62: \n" ); document.write( "x+2x+8=62 \n" ); document.write( "3x+8=62 \n" ); document.write( "3x=62-8=54 \n" ); document.write( "x=54/3=18 \n" ); document.write( "ANSWERS: The two numbers are x=18 and 2x+8=36+8=44 \n" ); document.write( " \n" ); document.write( " |