document.write( "Question 1078113: Solve the system of equations
\n" );
document.write( "y=-x^2+3x-6
\n" );
document.write( "y=1/2x+1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #692579 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Solve the system of equations \n" ); document.write( "y=-x^2+3x-6 \n" ); document.write( "y=1/2x+1 \n" ); document.write( "------- \n" ); document.write( "Since they both equal y: \n" ); document.write( "-x^2+3x-6 = 1/2x+1 \n" ); document.write( "--- \n" ); document.write( "Solve for x, then solve for y. \n" ); document.write( " \n" ); document.write( " |