document.write( "Question 601935: how do i solve problems that go like this ---- The sum of two numbers is -16. the difference is 30. find the two numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #380061 by flame8855(424)![]() ![]() You can put this solution on YOUR website! x+y= -16 \n" ); document.write( "x-y=30 \n" ); document.write( "2x=14 \n" ); document.write( "x= 7 \n" ); document.write( "y = -23 \n" ); document.write( " \n" ); document.write( " |