document.write( "Question 131835: How do you solve this so I can understand f(x)=-2x^2+2x+6 \n" ); document.write( "
Algebra.Com's Answer #96253 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do you solve this so I can understand f(x)=-2x^2+2x+6 \n" ); document.write( "You cannot \"solve\" it when you have two variables. \n" ); document.write( "Maybe this is what you mean. \n" ); document.write( "-2x^2+2x+6 = 0 \n" ); document.write( "-2(x^2-x-3) = 0 \n" ); document.write( "Divide thru by -2 to get: \n" ); document.write( "x^2-x-3 = 0 \n" ); document.write( "Now use the quadratic formula to get: \n" ); document.write( "x = [1 +- sqrt(1 -4*-3)]/2 \n" ); document.write( "x = [1 +- sqrt(13)]/2 \n" ); document.write( "x = (1+sqrt(13)]/2 or x = (1-sqrt(13))/2 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |