document.write( "Question 381837: solve.
\n" );
document.write( "the sum of two numbers is 12, and twice one number minus the other is -4. what are the numbers?
\n" );
document.write( "heres my equations.
\n" );
document.write( "x+y = 12 , x * 2-y = -4\r
\n" );
document.write( "\n" );
document.write( "show all work please \n" );
document.write( "
Algebra.Com's Answer #270791 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 12, and twice one number minus the other is -4. what are the numbers? \n" ); document.write( "heres my equations. \n" ); document.write( "x+y = 12 , x * 2-y = -4 \n" ); document.write( "-------------- \n" ); document.write( "You have the right equations, unless it's 2*(x-y) = -4. Some ambiguity there. \n" ); document.write( "x + y = 12 \n" ); document.write( "2x - y = -4 \n" ); document.write( "------------- Add \n" ); document.write( "3x = 8 \n" ); document.write( "x = 8/3 \n" ); document.write( "y = 28/3 \n" ); document.write( " \n" ); document.write( " |