document.write( "Question 592010: x^2=2y+10
\n" );
document.write( "3x-y=9\r
\n" );
document.write( "\n" );
document.write( "How to do this for simultaneous system \n" );
document.write( "
Algebra.Com's Answer #375809 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! x^2=2y+10 \n" ); document.write( "3x-y=9 --> y = 3x - 9 \n" ); document.write( "------------ \n" ); document.write( "Sub for y in the 1st eqn \n" ); document.write( " \n" ); document.write( " |