1. A rectangular room has a length of $(x + 9)$ metres and a width of $(x + 2)$ metres. A square column with side length $x$ occupies floor space inside the room. Which expression gives the usable floor area?
- A.$11x + 18$
- B.$2x^2 + 11x + 18$
- C.$x^2 + 11x + 18$
- D.$11x - 18$
View Answer
Answer: $11x + 18$
Compute the room area: Room area = $(x + 9)(x + 2) = x^2 + 2x + 9x + 18 = x^2 + 11x + 18$. Subtract the column area: Column area = $x^2$. Usable area = $(x^2 + 11x + 18) - x^2 = 11x + 18$. Why distractors fail: Option B adds $x^2$ to the room area. Option C is the room area before subtracting the column. Option D incorrectly makes the constant negative.