document.write( "Question 949945: Two numbers have the sum of 79. One number is 10 more than twice the other number. Find the values of the numbers? \n" ); document.write( "
Algebra.Com's Answer #579990 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
Let's call the numbers x and 2x + 10. The problem says:
\n" ); document.write( "x + 2x + 10 = 79 Add x's on the left and subtract 10 on both sides
\n" ); document.write( "3x = 69
\n" ); document.write( "x = 23 and 2(23) + 10 = 56\r
\n" ); document.write( "\n" ); document.write( "Proof: 23 + 56 = 79
\n" ); document.write( "
\n" );