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)\"\" \"About 
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( "\"graph%28300%2C300%2C-4%2C4%2C-2%2C28%2C18+-+x%2Cx%5E2+-+x+%2B+6%29\"
\n" ); document.write( "
\n" );