document.write( "Question 65211: find the point of intersction forthe line below using substitution 3x-2y=5,y=3x-4 \n" ); document.write( "
Algebra.Com's Answer #45732 by rchill(405)![]() ![]() ![]() You can put this solution on YOUR website! Using the value of y from the 2nd equation, the first equation becomes 3x-2(3x-4)=5. That simplifies to 3x-6x+8=5, which reduces to x=1. Using 1 for x in the 2nd equation yields y=-1. \n" ); document.write( " |