how do i factor quadratic trinomials
Answers
Answer:
Step-by-step explanation:
you have an equation like that : ax²+bx+c=0
you have to calculate something called Δ=b²-4ac
if Δ=0 so you have just one solution which is x= -b/2a
if Δ>0 so you have two solutions : x1 = (-b-sqrt(Δ)) / (2a)
x2 = (-2+sqrt(Δ)) / (2a)
Answer:
Step-by-step explanation:
1. Remove Common Factors if possible
2.If the coefficient of the x2 term is 1, then
x2 + bx + c = (x + n)(x + m), where n and m
· Multiply to give c
· Add to give b
3. If the coefficient of the x2 term is not 1, then use either
1. Guess-and Check
1. List the factors of the coefficient of the x2 term
2. List the factors of the constant term
3. Test all the possible binomials you can make from these factors
2. Factoring by Grouping
1. Find the product ac
2. Find two factors of ac that add to give b
3. Split the middle term into two terms, using the numbers found in step
4. Group the four terms into two pairs
5. Factor out the common binomial