document.write( "Question 87529: how do you find a solution to a system of equations like this one
\n" );
document.write( "x^2-x+6=y
\n" );
document.write( "2x+2y=36
\n" );
document.write( "Thank you to whom ever can assist with this!!! \n" );
document.write( "
Algebra.Com's Answer #63452 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Isolate a variable: \n" ); document.write( "2x + 2y = 36 \n" ); document.write( "x + y = 18 \n" ); document.write( "y = 18 - x \n" ); document.write( "Plug: \n" ); document.write( "x^2 - x + 6 = y \n" ); document.write( "x^2 - x + 6 = 18 - x \n" ); document.write( "x^2 = 12 \n" ); document.write( "x = sqrt(12) and x = -sqrt(12) \n" ); document.write( " |