document.write( "Question 831683: The sum of two numbers is 60.One number is 16 more than twice the other number. \n" ); document.write( "
Algebra.Com's Answer #501564 by hovuquocan1997(83)\"\" \"About 
You can put this solution on YOUR website!
let's the second number be x, the first number is 16 more than twice the second number, so it will be 2x+16
\n" ); document.write( "The sum of two number is 60, means x + 2x + 16 = 60
\n" ); document.write( "3x = 44
\n" ); document.write( "x = 44/3
\n" ); document.write( "So one number is 44/3 and the other one is 2*44/3 + 16 = 136/3
\n" ); document.write( "TA-DAH
\n" ); document.write( ":D
\n" ); document.write( "
\n" );