document.write( "Question 867934: Find two numbers whose sum is -2 and whose difference is 35 by setting up a system of linear equations and solving it. Remember to appropriately define and variables you use. \n" ); document.write( "
Algebra.Com's Answer #523269 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find two numbers whose sum is -2 and whose difference is 35 by setting up a system of linear equations and solving it. ----- \n" ); document.write( "Equations: \n" ); document.write( "x + y = -2 \n" ); document.write( "x - y = 35 \n" ); document.write( "----- \n" ); document.write( "Add and solve for \"x\":: \n" ); document.write( "2x = 33 \n" ); document.write( "x = 16.5 \n" ); document.write( "----- \n" ); document.write( "Solve for \"Y\": \n" ); document.write( "x + y = -2 \n" ); document.write( "16.5 + y = -2 \n" ); document.write( "----- \n" ); document.write( "y = -18.5 \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |