document.write( "Question 480487: Find the point of intersection for the system of linear equations
\n" );
document.write( "2x - 3y = - 2 and x = - 4\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #329123 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find the point of intersection for the system of linear equations \n" ); document.write( "2x - 3y = - 2 \n" ); document.write( " and \n" ); document.write( "x = - 4, a vertical line going thru x=-4 \n" ); document.write( ": \n" ); document.write( "Replace x with -4 in the 1st equation \n" ); document.write( "2(-4) - 3y = 2 \n" ); document.write( "-8 - 3y = -2 \n" ); document.write( "-3y = -2 + 8 \n" ); document.write( "-3y = 6 \n" ); document.write( "y = \n" ); document.write( "y = -2 \n" ); document.write( ": \n" ); document.write( "Point of intersection -4, -2 \n" ); document.write( " |