1. A rectangle has a length of $(x + 4)$ and a width of $(x + 2)$. What is the area of the rectangle expressed as a quadratic expression?
- A.$x^2 + 6x + 8$
- B.$x^2 + 8x + 6$
- C.$x^2 + 6x + 6$
- D.$2x + 6$
View Answer
Answer: $x^2 + 6x + 8$
Set up the area formula: Area of a rectangle = length × width = $(x + 4)(x + 2)$. Expand using distribution: $(x + 4)(x + 2) = x^2 + 2x + 4x + 8 = x^2 + 6x + 8$. Why distractors fail: Option B ($x^2 + 8x + 6$) swaps the middle-term coefficient and constant. Option C ($x^2 + 6x + 6$) miscalculates the constant as $4 + 2$ instead of $4 \times 2$. Option D ($2x + 6$) adds the expressions instead of multiplying them.