document.write( "Question 50389: Decide all values of b in the following equation that will give nore 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( "(d) write a rule for judging if an expression has solutions by looking at it in standard form. \n" );
document.write( "
Algebra.Com's Answer #33496 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Decide all values of b in the following equation that will give nore or more real number solutions. \n" ); document.write( "(a) 3x^2 + bx-3=0 \n" ); document.write( "b^2-4(3)(-3)>0 \n" ); document.write( "b^2>12 \n" ); document.write( "x<-sqrt12 or x>sqrt12 \n" ); document.write( "--------- \n" ); document.write( "(b) 5x^2 + bx+1=0 \n" ); document.write( "b^2-4(5)(1)>0 \n" ); document.write( "b^2>20 \n" ); document.write( "b<-sqrt20 or b>sqrt20 \n" ); document.write( "---------- \n" ); document.write( "(c) -3x^2 + bx-3=0 \n" ); document.write( "b^2-4(-3)(-3)>0 \n" ); document.write( "b^2>36 \n" ); document.write( "b<-6 or b>6 \n" ); document.write( "----------------- \n" ); document.write( "(d) write a rule for judging if an expression has solutions by looking at it in standard form. \n" ); document.write( "b^2-4ac must be >0 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |