document.write( "Question 613310: How do I find the solutions when given:
\n" );
document.write( "y=x2+4.6+4.7
\n" );
document.write( "and y=3.3x-3.7 \n" );
document.write( "
Algebra.Com's Answer #385946 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do I find the solutions when given: \n" ); document.write( "y=x2+4.6+4.7 \n" ); document.write( "and y=3.3x-3.7 \n" ); document.write( "------ \n" ); document.write( "Substitute one y for the other: \n" ); document.write( "x^2 + 4.6x + 4.7 = 3.3x - 3.7 \n" ); document.write( "------ \n" ); document.write( "x^2 + 1.3x + 8.4 = 0 \n" ); document.write( "----- \n" ); document.write( "x = [-1.3 +- sqrt(1.69-4*8.4)]/2 \n" ); document.write( "--- \n" ); document.write( "x = [-1.3 +-sqrt(-31.91)]/2 \n" ); document.write( "---- \n" ); document.write( "That gives 2 complex number solution for \"y\". \n" ); document.write( "That looks rather strange. Did you post the \n" ); document.write( "problem correctly? \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |