document.write( "Question 610353: The sum of two numbers is 24 and the sum of the first number and twice the second is 34. Find the number. \n" ); document.write( "
Algebra.Com's Answer #384337 by lawdej(58)\"\" \"About 
You can put this solution on YOUR website!
let the numbers be x and y
\n" ); document.write( "x+y=24 and x+2y=34
\n" ); document.write( "y=24-x substitute in x+2y=34
\n" ); document.write( "x+2(24-x)=34
\n" ); document.write( "x+48-2x=34
\n" ); document.write( "-x=34-48
\n" ); document.write( "x=14
\n" ); document.write( "y=24-x =24-14=10
\n" ); document.write( "so the numbers are 14 and 10
\n" ); document.write( "
\n" ); document.write( "
\n" );