Question: If a rectangle has a length of (x + 2) and a width of (x - 3), what is the area?
Options:
Correct Answer: x^2 - x - 6
Solution:
Area = Length × Width = (x + 2)(x - 3) = x^2 - 3x + 2x - 6 = x^2 - x - 6.