document.write( "Question 427298: Solve graphically the simultaneous equation.3x+2y=9
\n" );
document.write( " Y- 2x=1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #297160 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Putting the equations in standard form, we have: \n" ); document.write( "3x+2y=9 -> y = -3/2x + 9/2 \n" ); document.write( "y-2x=1 -> y = 2x + 1 \n" ); document.write( "From the graphs below, we see the intersection point, (x,y) = (1,3) \n" ); document.write( " |