document.write( "Question 156261: Solve the polynomial inequality and graph the solution set on a number line. Express the solution set in interval notation.\r
\n" );
document.write( "\n" );
document.write( "5x^2-3x is greater than or equal to 8 \n" );
document.write( "
Algebra.Com's Answer #115188 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Express the solution set in interval notation. \n" ); document.write( "5x^2-3x is greater than or equal to 8 \n" ); document.write( "--------------------------------------- \n" ); document.write( "5x^2 - 3x -8 >= 0 \n" ); document.write( "5x^2 -8x+5x -8 >= 0 \n" ); document.write( "x(5x-8) +(5x-8) \n" ); document.write( "(5x-8)(x+1) >= 0 \n" ); document.write( "---------------------- \n" ); document.write( "Solve the EQUALITY: \n" ); document.write( "x = 8/5 or x = -1 \n" ); document.write( "---------------------- \n" ); document.write( "Draw a number line: plot -1 and 8/5 on it. \n" ); document.write( "Check a test point from each resulting numberline interval in the INEQUALITY. \n" ); document.write( "Let x = -2; you get 5(-2)^2-3*-2-8 >0; true; solutions in (-inf,-1) \n" ); document.write( "---------------------- \n" ); document.write( "Let x = 0; you get 5*0 - 3*0 -8 > 0 ; false; no solutions in (-inf,1) \n" ); document.write( "----------------------- \n" ); document.write( "Let x = 2; you get 5(2)^2-3*2-8 >0 ; true; solutions in (8/5,+inf) \n" ); document.write( "------------------------ \n" ); document.write( "Final Answer: {x| x<=-1} U {x|x >= 8/5} \n" ); document.write( "=========================== \n" ); document.write( " \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |