document.write( "Question 1141380: Solve the system: y = x2 + 5
\n" );
document.write( " 6x - y = 3 \n" );
document.write( "
Algebra.Com's Answer #761923 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! y = x^2 + 5 \n" ); document.write( "6x - y = 3 \n" ); document.write( "------- \n" ); document.write( "Sub for y in the 2nd eqn. \n" ); document.write( "6x - x^2 - 5 = 3 \n" ); document.write( "--------- \n" ); document.write( "Solve for x, then for y \n" ); document.write( " \n" ); document.write( " |