You can
put this solution on YOUR website!x^2 -4x -77
,
use discriminate to check number of answers
remember, D less than 0,,,,,no solutions
,,,,,,,,,,,,,,,,,,,D =0, one solution
,,,,,,,,,,,,,,,,,,,D >0, two solutions
,
a=1,,b=(-4),,c=(-77),,,, D= sqrt ( b^2 - 4 * a * c )
,
D = sq rt ( (-4)^2 - 4 (1) ( -77) ) = sqrt ( 16 + 308 ) =sqrt ( 324) = 18
therefore, D >0,,,and two solutions
,
completing quadratic eqn ( or factoring original )
,
x = ( 4 +/- 18 )/2 = 11, and -7
checking by substituting both in original eqn ,,both = 0,,,ok