Answer:
The solutions to the equation 2b²-3b-2=0 are b = 2 or b = -1/2
Explanation:
To solve 2b²-3b-2=0 by factoring, we need to find two numbers that multiply to -4 and add up to -3, which are -4 and +1. We can then use these two numbers to split the middle term of the quadratic equation and rewrite it as: 2b² - 4b + b - 2 = 0
Next, we factor out the GCF of the first two terms and the GCF of the last two terms: 2b(b - 2) + 1(b - 2) = 0
Now, we can see that (b - 2) is a common factor of both terms, so we can factor it out: (b - 2)(2b + 1) = 0
Using the zero product property, we know that the product of two factors is equal to zero only if at least one of the factors is zero. Therefore, we can set each factor equal to zero and solve for b:
b - 2 = 0 or 2b + 1 = 0
b = 2 or b = -1/2