I checked the answer in my textbook on what the answer is if I factor 2x^2-x-10

The answer is (2x-5)(x+2)
That answer makes sense to me if I expand it I'll get 2x^2-x-10.
My issue is I don't know how I would get 2x^2-x-10 in factored form

you have to know that the factors will be

(2x-?)(x+?) where the ?'s must be divisors of 10.

So, the only possible factors are
(2x+10)(x-1)
(2x-10)(x+1)
(2x-5)(x+2)
(2x+5)(x-2)
(2x+2)(x-5)
(2x-2)(x+5)
(2x-1)(x+10)
(2x+1)(x-10)

With some practice, you can soon learn to find the factors without too much effort.

Of course, you can always rely on the quadratic formula. It says that

x = (1±√(1+80))/(2*2)
= (1±9)/4
= 10/4 or -8/4
= 5/2 or -2

So, you have factors of
(2x-5)(x+2)

There are several algorithms:

1. ----- This method seems to be taught these days:

for ax^2 + bx + c vs. 2x^2 - x - 10
- multiply a times c -----> 2(-10) = -20
- now look for factors of -20 which will add up to b
our b = -1
so a few quick tries shows (-5)(+4) = -20 and -5+4 = -1
- replace the middle term -x with -5x and +4x, the -5 and 4 coming from above

2x^2-x-10
= 2x^2 - 5x + 4x - 10
you now WILL BE ABLE to factor this by grouping
= x(2x - 5) + 2(2x - 5)
= (2x-5)(x+2)

2. ---- use the quadratic formula to find the roots, and form the factors from that.
2x^2 - x - 10 = 0
x = (1 ± √81)/4 = (1 ± 9)/4 = 5/2 or -2

if x= -2 , the factor is (x+2)
if x = 5/2 , the factor is (2x - 5)
and you got your factors!

btw, I often find b^2 - 4ac before attempting to find factors. If b^2 - 4ac is NOT a perfect square you will not be able to find any rational factors

3. ---- the way I do it:
- write down the factors of a and c in column form ignoring any ± signs
1 2 ------- 1 2
2 1 ------10 5
Now look for crossproduct that have a sum of the middle term coefficients if c > 0 , or look for crossproducts that have a difference of the middle term coefficient if c < 0
in our case c is negative, so notice that
2(2) - 1(5) = -1 <---- our middle term
You know your brackets will be (2x .....)(x .....)
the -5 and +4 can only go this way:
(2x - 5)(x + 4 )

This method is the fastest way, but requires some practise, and some number and common sense.

To factor a quadratic expression like 2x^2-x-10, you need to find two binomial factors that, when multiplied together, give you the original expression.

Here's a step-by-step process to factor a quadratic expression:

1. Write down the quadratic expression: 2x^2 - x - 10.

2. Look for two numbers that multiply to give the product of the coefficient of x^2 term (2) and the constant term (-10). In this case, the product is -20.

- You should look for two numbers whose product is -20 and whose sum is equal to the coefficient of the x term (-1). The numbers are -5 and 4 since (-5) * (4) = -20, and (-5) + (4) = -1.

3. Rewrite the middle term (-x) using the found numbers from step 2: -x = -5x + 4x.

4. Split the middle term (-x) using the rewritten terms from step 3: 2x^2 - 5x + 4x - 10.

5. Group the terms into two pairs: (2x^2 - 5x) + (4x - 10).

6. Factor out the greatest common factor from each pair of terms: x(2x - 5) + 2(2x - 5).

7. Notice that you now have a common binomial factor of (2x - 5) in both terms.

8. Factor out the common binomial factor: (2x - 5)(x + 2).

Therefore, the factored form of the expression 2x^2 - x - 10 is (2x - 5)(x + 2).