For what values of m does mx^2 - 2x - 4 = 0 have real and distinct roots?
How would this one be done?
Name:
Anonymous2009-03-31 15:15
That's when (b^2 - 4*a*c*) > 0
because that expression is square rooted when solving for roots, and you'd get imaginary bits if it was < 0 (square root of negative). The distinctness comes from one solution uses plus that expression, and the other solution uses minus that expression, yielding two different roots.