document.write( "Question 508111: I am thinking of two numbers whose sum is 64. If I double the second number and subtract this product from the first, the result is -8. What are the two numbers? \n" ); document.write( "
| Algebra.Com's Answer #340873 by stanbon(75887)      You can put this solution on YOUR website! I am thinking of two numbers whose sum is 64. If I double the second number and subtract this product from the first, the result is -8. What are the two numbers? \n" ); document.write( "--- \n" ); document.write( "Equations: \n" ); document.write( "x + y = 64 \n" ); document.write( "x - 2y = -8 \n" ); document.write( "---- \n" ); document.write( "Subtract and solve for \"y\": \n" ); document.write( "3y = 72 \n" ); document.write( "y = 24 \n" ); document.write( "--- \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x + y = 64 \n" ); document.write( "x + 24 = 64 \n" ); document.write( "x = 40 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |