Factor 6w3-14w2
You need to do a "prime factorization" of the two terms in the expression; that is, factor each term down to prime numbers:
6w3 = 2*3*w*w*w
14w2 = 2*7*w*w
The common factors between the two terms are 2*w*w = 2w2. So that's what you factor out. If you take 2w2 out of each term, you're left with:
6w3 --> 2*3*w*w*w = 3w
14w2 --> 2*7*w*w = 7
14w2 --> 2*7*w*w = 7
So the factored expression is:
2w2(3w-7)
To verify your answer, multiply out (distribute) the 2w2 across the terms in the parentheses:
2w2(3w-7) = 2w2*3w - 2w2*7 = 6w3-14w2 CHECK!