document.write( "Question 807688: I don't understand how to solve or graph x-y=-2
\n" );
document.write( "y=-3 \n" );
document.write( "
Algebra.Com's Answer #486487 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! We have two linear equations: \n" ); document.write( "--- \n" ); document.write( "L1: x - y = -2 \n" ); document.write( "L2: y = -3 \n" ); document.write( "--- \n" ); document.write( "To solve them means to find the point or points of intersection, if any, between L1 and L2. \n" ); document.write( "--- \n" ); document.write( "Substitute -3 (the value of y from L2) for y in L1: \n" ); document.write( "--- \n" ); document.write( "L1: x - y = -2 \n" ); document.write( "L1: x - (-3) = -2 \n" ); document.write( "--- \n" ); document.write( "Now solve for x: \n" ); document.write( "--- \n" ); document.write( "x - (-3) = -2 \n" ); document.write( "x + 3 = -2 \n" ); document.write( "x = -2 - 3 \n" ); document.write( "x = -5 \n" ); document.write( "--- \n" ); document.write( "Now plug-in (-5) for x into L1 and solve for y: \n" ); document.write( "--- \n" ); document.write( "L1: x - y = -2 \n" ); document.write( "L1: (-5) - y = -2 \n" ); document.write( "(-5) - y = -2 \n" ); document.write( "y = (-5) + 2 \n" ); document.write( "y = -3 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "L1 and L2 intersect at the point p0 = (-5, -3) \n" ); document.write( "--- \n" ); document.write( "To check the answer, plug-in the point p0 into L1 and into L2. \n" ); document.write( "The point p0 satisfies both L1 and L2 so its a correct answer. \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |