document.write( "Question 523263: find the point of intersection of the two equations.y=2x-7,y=-3x+3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #347263 by Alan3354(69443) You can put this solution on YOUR website! find the point of intersection of the two equations.y=2x-7,y=-3x+3 \n" ); document.write( "----------- \n" ); document.write( "y=2x-7,y=-3x+3 \n" ); document.write( "2x-7 = -3x+3 \n" ); document.write( "5x = 10 \n" ); document.write( "x = 2 \n" ); document.write( "-------- \n" ); document.write( "y = -3 \n" ); document.write( "--> (2,-3) \n" ); document.write( " \n" ); document.write( " |