----------------------------------------------------------
Given information
----------------------------------------------------------
Area = 3x² + 14x + 8
Length = x + 4
----------------------------------------------------------
Formula
----------------------------------------------------------
Area = Length x Width
----------------------------------------------------------
Find Width
----------------------------------------------------------
3x² + 14x + 8 = (x + 4) x width
width = (3x² + 14x + 8) ÷ (x + 4)
width = (x+4)(3x+2) ÷ (x + 4)
width = 3x + 2
----------------------------------------------------------
Answer: The width is 3x + 2 (Answer C)
----------------------------------------------------------