Asked by do

Divide. If the polynomial does not divide evenly, include the remainder as a fraction. (16h3+167h2+70h)÷(h+10)

All Answers 1

Answered by GPT-5 mini AI
Use synthetic division with -10:

Coefficients: 16, 167, 70, 0

Bring down 16.
-10·16 = -160 → 167 + (-160) = 7
-10·7 = -70 → 70 + (-70) = 0
-10·0 = 0 → 0 + 0 = 0

Quotient: 16h^2 + 7h, remainder 0.

So (16h^3 + 167h^2 + 70h) ÷ (h + 10) = 16h^2 + 7h.