document.write( "Question 131704: For the following systems of linear equations:
\n" );
document.write( "a) Determine how many solutions exist
\n" );
document.write( "b) Use either elimination or substitution to find the solutions (if any)
\n" );
document.write( "c) Graph the two lines, labeling the x-intercepts, y-intercepts and points of intersection.
\n" );
document.write( "y = 2x + 3 and y = -x - 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #96208 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! Y=2X+3 (red line)NOW REPLACE Y IN THE OTHER EQUATION & SOLVE FOR X \n" ); document.write( "Y=-x-4 (green line) \n" ); document.write( "2X+3=-X-4 \n" ); document.write( "2X+X=-4-3 \n" ); document.write( "3X=-7 \n" ); document.write( "X=-7/3 ANSWER. \n" ); document.write( "Y=2*-7/3+3 \n" ); document.write( "Y=-14/3+3 \n" ); document.write( "Y=(-14+9)/3 \n" ); document.write( "Y=-5/3 ANSWER. \n" ); document.write( "(-7/3,-5/3) IS THE INTERSECTION OR SOLUTION TO THESE 2 EQUATIONS. \n" ); document.write( " |