document.write( "Question 1024397: the sum of two is -1. when twice the first number and four times the second numbers are added, the sum is -10. what are the two numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #639840 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two numbers a & b \n" ); document.write( ":Write an equation for each statement \n" ); document.write( ": \n" ); document.write( " the sum of two is -1. \n" ); document.write( "a + b = -1 \n" ); document.write( " when twice the first number and four times the second numbers are added, the sum is -10. \n" ); document.write( "2a + 4b = -10 \n" ); document.write( "simplify, divide by 2, then subtract the 1st equation \n" ); document.write( "a + 2b = -5 \n" ); document.write( "a + b = -1 \n" ); document.write( "------------ subtraction eliminates a, find b \n" ); document.write( "0 + b = -4 \n" ); document.write( "b = -4 \n" ); document.write( "Find a using the 1st equation \n" ); document.write( "a - 4 = -1 \n" ); document.write( "a = -1 + 4 \n" ); document.write( "a = 3 \n" ); document.write( ": \n" ); document.write( " what are the two numbers 3 & -4 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You can check these solutions in the 2nd equation \n" ); document.write( " |