To factor the expression \(10p^2 - 5p - 30\) completely, we can follow these steps:
-
Factor out the greatest common factor (GCF): The GCF of the coefficients (10, -5, and -30) is 5. We can factor that out first.
\[ 10p^2 - 5p - 30 = 5(2p^2 - p - 6) \]
-
Factor the quadratic expression \(2p^2 - p - 6\). We need to factor this quadratic into the form \((ap + b)(cp + d)\).
To do that, we look for two numbers that multiply to \(ac = 2 \times -6 = -12\) and add up to \(b = -1\). The numbers that satisfy this condition are -4 and 3.
-
Rewrite the middle term using -4 and 3:
\[ 2p^2 - 4p + 3p - 6 \]
-
Group the terms:
\[ (2p^2 - 4p) + (3p - 6) \]
-
Factor out the common factors from each group:
\[ 2p(p - 2) + 3(p - 2) \]
-
Factor out the common binomial factor \((p - 2)\):
\[ (2p + 3)(p - 2) \]
-
Combine with GCF:
Now, put it all together with the GCF we factored out earlier:
\[ 10p^2 - 5p - 30 = 5(2p + 3)(p - 2) \]
So the completely factored form of the expression \(10p^2 - 5p - 30\) is:
\[ \boxed{5(2p + 3)(p - 2)} \]