document.write( "Question 860878: One number is 5 more than twice another. The sum of the numbers is 14. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #518684 by ben720(159)\"\" \"About 
You can put this solution on YOUR website!
One number (x) is 5+2(x). The sum of these, x+5+2x, = 14.
\n" ); document.write( "\"x%2B5%2B2x=14\"
\n" ); document.write( "\"3x%2B5=14\"
\n" ); document.write( "\"3x=9\"
\n" ); document.write( "\"x=3\"
\n" ); document.write( "The numbers are x and 5+2x
\n" ); document.write( "The numbers are 3 and 11.
\n" ); document.write( "
\n" );