How do you factor the expression 2x^2 - 5x - 3 ?
1 Answer
Mar 19, 2016
Explanation:
Use an AC method. Look for a pair of factors of
The pair
Use this pair to split the middle term and factor by grouping as follows:
2x^2-5x-3
= 2x^2-6x+x-3
= (2x^2-6x)+(x-3)
= 2x(x-3)+1(x-3)
= (2x+1)(x-3)
Alternative method
We will use the difference of squares identity which can be written:
a^2-b^2 = (a-b)(a+b)
with
We will follow the following steps:
- Multiply by
2^3 = 8 to simplify the later arithmetic. - Complete the square to make a difference of squares.
- Factor the difference of squares.
- Simplify.
- Divide by
8 .
First multiply by
8 xx (2x^2-5x-3) = 16x^2-40x-24
Then:
16x^2-40x-24
=(4x-5)^2-5^2-24
=(4x-5)^2-49
=(4x-5)^2 - 7^2
=((4x-5)-7)((4x-5)+7)
=(4x-12)(4x+2)
=(4(x-3))(2(2x+1))
=8(x-3)(2x+1)
Then divide by
2x^2-5x-3 = (x-3)(2x+1)