document.write( "Question 194177: Determine the number of solutions and classify the type of solutions for each of the following equations. Justify your answer. \r
\n" );
document.write( "\n" );
document.write( " x2 – 4x - 77 = 0 \n" );
document.write( "
Algebra.Com's Answer #145747 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! x^2 -4x -77 \n" ); document.write( ", \n" ); document.write( "use discriminate to check number of answers \n" ); document.write( "remember, D less than 0,,,,,no solutions \n" ); document.write( ",,,,,,,,,,,,,,,,,,,D =0, one solution \n" ); document.write( ",,,,,,,,,,,,,,,,,,,D >0, two solutions \n" ); document.write( ", \n" ); document.write( "a=1,,b=(-4),,c=(-77),,,, D= sqrt ( b^2 - 4 * a * c ) \n" ); document.write( ", \n" ); document.write( "D = sq rt ( (-4)^2 - 4 (1) ( -77) ) = sqrt ( 16 + 308 ) =sqrt ( 324) = 18 \n" ); document.write( "therefore, D >0,,,and two solutions \n" ); document.write( ", \n" ); document.write( "completing quadratic eqn ( or factoring original ) \n" ); document.write( ", \n" ); document.write( "x = ( 4 +/- 18 )/2 = 11, and -7\r \n" ); document.write( "\n" ); document.write( "checking by substituting both in original eqn ,,both = 0,,,ok \n" ); document.write( " |