Posted by Anonymous on Sunday, April 18, 2010 at 9:52pm.
b^2 - 10b + 25 = 0
(b -5)(b - 5) = 0
Can you work it from there?
How to solve 2nd degree equations easily:
Ax^2+Bx+c=0
x=(-B+/-sqrt(B^2-4AC))/2A
I don't agree Anonymous.
To solve 2nd degrees equations (aka find the roots of a trinomial function), you have first to put it to this form :
ax² + bx + c = 0 (where a, b and c are reals)
Then you have to calculate its discriminant (its delta) :
Δ = b² - 4ac
If Δ < 0, there is no real solution.
If Δ = 0, there is one solution :
x = -b/(2a)
If Δ > 0, there are two solutions :
x = (-b + sqrt(Δ))/(2a)
or x = (-b - sqrt(Δ))/(2a)
Related Questions
algebra ll - solve the system of equation. 4x - 3y equals 14 y equals -3x plus 4...
math - write the equation 5x plus y equals 2 which equals 0 in normal form. my ...
math - My problem I have involves a method that requires using the quadratic ...
algebra again - Write an equation that passes through the points (4, 3) and (2...
algebra II - I'm quite clueless as to how to solve this. I know the ...
math algebra - Part 1: Which part of the quadratic formula tells you whether the...
chemistry!!! /10th grade - How many molecules of hydrogen are produced if 13.05 ...
Algebra - I'm not sure if I have this correct I have to solve each literal ...
algebra - f the distance the car traveled after applying the brakes equals 20 ...
algebra - f the distance the car traveled after applying the brakes equals 20 ...
For Further Reading