How do you factor the expression #3x^2 + 2x - 1 = 0#?
1 Answer
Explanation:
The rule to factorise any quadratic is to find two numbers such that
#"product" = x^2 " coefficient "xx" constant coefficient"#
#"sum" \ \ \ \ \ \ = x " coefficient"#
So for
#"product" = 3*(-1) = -3#
#"sum" \ \ \ \ \ \ = 2#
So we look at the factors of
# {: ("factor1", "factor2", "sum"),(-3,1,-2), (-1,3,2) :} #
So the factors we seek are
Therefore we can factorise the quadratic as follows:
# \ \ \ \ \ 3x^2+2x-1 = 3x^2 -x + 3x -1 #
# :. 3x^2+2x-1 = x(3x-1) + 3x-1 #
# :. 3x^2+2x-1 = (x+1)(3x-1)#
This approach works for all quadratics (assuming it does factorise) , The middle step in the last section can usually be skipped with practice.