document.write( "Question 102279: decide all values of b in the following equations that will
\n" );
document.write( "give one or more real number solutions.
\n" );
document.write( "(a) 3x^2 + bx - 3 = 0
\n" );
document.write( "(b) 5x^2 + bx + 1 = 0
\n" );
document.write( "(c) -3x^2 + bx - 3 = 0 \n" );
document.write( "
Algebra.Com's Answer #74328 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! decide all values of b in the following equations that will \n" ); document.write( "give one or more real number solutions. \n" ); document.write( "(a) 3x^2 + bx - 3 = 0 \n" ); document.write( "(b) 5x^2 + bx + 1 = 0 \n" ); document.write( "(c) -3x^2 + bx - 3 = 0 \n" ); document.write( "----------------------- \n" ); document.write( "Each of these is a quadratic equation. \n" ); document.write( "To have Real Number solutions the discriminant must be > or = to zero. \n" ); document.write( "----------- \n" ); document.write( "a) a=3,b=b,c=-3 \n" ); document.write( "b^2-4ac>=0 \n" ); document.write( "b^2-4*3*-3>=0 \n" ); document.write( "b^2+36 >=0 \n" ); document.write( "b^2 >= -36 \n" ); document.write( "But b^2 is always >= -36 so b may have any Real Number value. \n" ); document.write( "====================== \n" ); document.write( "Follow the same procedure on questions b) and c). \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |