document.write( "Question 188615: I am trying to teach my students quadriatic equations but I need to understand them myself. We use the Plato program but I keep coming up with the wrong answer. Can you give me the steps.... in laymans terms. I am NOT a math brained person. Two of the problems that have given us trouble are:\r
\n" );
document.write( "\n" );
document.write( "1.) 24 + 11y + y2 = 0\r
\n" );
document.write( "\n" );
document.write( "and\r
\n" );
document.write( "\n" );
document.write( "2.) 5y - 14 = -y2\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thanks
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #141414 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I am trying to teach my students quadriatic equations but I need to understand them myself. Two of the problems that have given us trouble are: \n" ); document.write( "Quadratic equations are solved by: 1) graphing ; 2) factoring ; and \n" ); document.write( "3) quadratic formula. \n" ); document.write( "--------------------------- \n" ); document.write( "1.) 24 + 11y + y^2 = 0 \n" ); document.write( "The formula is x = [-b +- sqrt(b^2 - 4ac)]/(2a) \n" ); document.write( "In your problem, a = 1, b = 11, c = 24 \n" ); document.write( "So x = [-11 +- sqrt(11^2 - 4*1*24)]/2 \n" ); document.write( "x = [-11 +- sqrt(121 - 96)]/2 \n" ); document.write( "x = [-11 +- sqrt(25)]/2 \n" ); document.write( "x = [-11 +- 5]/2 \n" ); document.write( "x = -8 or x = -3 \n" ); document.write( "-------------------- \n" ); document.write( "and \n" ); document.write( "2.) 5y - 14 = -y^2 \n" ); document.write( "Rearrange to get: \n" ); document.write( "y^2 + 5y - 14 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(y+7)(y-2) = 0 \n" ); document.write( "Since the product is zero, one of the factors must be zero: \n" ); document.write( "y = -7 or y = 2 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |