Math 2 Quiz: Polynomials As Geometric Models
18 questions · exam conditions
0:00
Polynomials As Geometric ModelsQuestion 1 of 18

A rectangular garden plot is expanded by adding a border of uniform width ww feet around all sides. If the original garden has dimensions 12 feet by 8 feet, which polynomial expression represents the total area of the expanded garden in terms of ww?

4w2+40w+964w^2 + 40w + 96
4w2+32w+964w^2 + 32w + 96
w2+40w+96w^2 + 40w + 96
2w2+40w+962w^2 + 40w + 96
← Back to quizzes

Math 2 Quiz

Math 2 Quiz: Polynomials As Geometric Models

Practice Polynomials As Geometric Models in Math 2 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Polynomials As Geometric Models, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 2.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A rectangular garden plot is expanded by adding a border of uniform width ww feet around all sides. If the original garden has dimensions 12 feet by 8 feet, which polynomial expression represents the total area of the expanded garden in terms of ww?

  1. 4w2+40w+964w^2 + 40w + 96 (correct answer)
  2. 4w2+32w+964w^2 + 32w + 96
  3. w2+40w+96w^2 + 40w + 96
  4. 2w2+40w+962w^2 + 40w + 96
Explanation: The expanded garden has dimensions (12+2w)(12 + 2w) by (8+2w)(8 + 2w) since the border adds ww feet to each side. The area is (12+2w)(8+2w)=96+24w+16w+4w2=4w2+40w+96(12 + 2w)(8 + 2w) = 96 + 24w + 16w + 4w^2 = 4w^2 + 40w + 96. Choice B incorrectly calculates the perimeter coefficient as 32 instead of 40. Choice C omits the 4w24w^2 term from expanding (2w)2(2w)^2. Choice D incorrectly uses 2w22w^2 instead of 4w24w^2.

Question 2

A cone-shaped container is inscribed in a cylinder such that they share the same base radius rr and height hh. If the cylinder's volume exceeds the cone's volume by VexcessV_{excess}, which polynomial relationship correctly describes this excess volume?

  1. Vexcess=13πr2hV_{excess} = \frac{1}{3}\pi r^2 h
  2. Vexcess=2πr2hV_{excess} = 2\pi r^2 h
  3. Vexcess=πr2h13πr2hV_{excess} = \pi r^2 h - \frac{1}{3}\pi r^2 h
  4. Vexcess=23πr2hV_{excess} = \frac{2}{3}\pi r^2 h (correct answer)
Explanation: When you encounter problems comparing volumes of inscribed geometric shapes, focus on finding the individual volumes first, then calculating their difference. Start with the volume formulas. A cylinder's volume is Vcylinder=πr2hV_{cylinder} = \pi r^2 h, while a cone's volume is Vcone=13πr2hV_{cone} = \frac{1}{3}\pi r^2 h. Since both shapes share the same base radius rr and height hh, you can directly substitute these values. The excess volume is simply the difference: Vexcess=VcylinderVcone=πr2h13πr2hV_{excess} = V_{cylinder} - V_{cone} = \pi r^2 h - \frac{1}{3}\pi r^2 h. To subtract these terms, factor out the common πr2h\pi r^2 h: Vexcess=πr2h(113)=πr2h23=23πr2hV_{excess} = \pi r^2 h(1 - \frac{1}{3}) = \pi r^2 h \cdot \frac{2}{3} = \frac{2}{3}\pi r^2 h. This matches answer choice D. Now for the wrong answers: Choice A (13πr2h\frac{1}{3}\pi r^2 h) gives you the cone's volume, not the excess. This happens if you mistakenly think the excess equals the smaller volume. Choice B (2πr2h2\pi r^2 h) incorrectly doubles the cylinder's volume—perhaps from confusing radius with diameter or misremembering formulas. Choice C (πr2h13πr2h\pi r^2 h - \frac{1}{3}\pi r^2 h) shows the correct setup but fails to simplify the expression, leaving the work incomplete. Remember this key insight: when a cone is inscribed in a cylinder with identical dimensions, the cone's volume is always exactly one-third of the cylinder's volume. This means the excess is always two-thirds of the cylinder's volume—a useful relationship to memorize.

Question 3

A square courtyard with side length ss is surrounded by a walkway. The walkway extends aa feet beyond the courtyard on the north and south sides, and bb feet beyond the courtyard on the east and west sides. What polynomial represents the area of just the walkway?

  1. (s+2a)(s+2b)s2(s + 2a)(s + 2b) - s^2
  2. 2as+2bs+4ab2as + 2bs + 4ab
  3. s2+2as+2bss^2 + 2as + 2bs
  4. 2s(a+b)+4ab2s(a + b) + 4ab (correct answer)
Explanation: The total area is (s+2a)(s+2b)=s2+2bs+2as+4ab(s + 2a)(s + 2b) = s^2 + 2bs + 2as + 4ab. The walkway area is this minus the courtyard area s2s^2, giving 2as+2bs+4ab=2s(a+b)+4ab2as + 2bs + 4ab = 2s(a + b) + 4ab. Choice A is correct but not simplified. Choice B omits the corner rectangles (4ab4ab). Choice C incorrectly adds the original courtyard area instead of subtracting it.

Question 4

A cylindrical tank with radius rr is enclosed within a rectangular box. The box has a square base with side length 2r+k2r + k where k>0k > 0 represents extra clearance. If both the tank and box have the same height hh, which expression represents the wasted volume inside the box?

  1. h[(2r+k)2πr2]h[(2r + k)^2 - \pi r^2] (correct answer)
  2. h[4r2+k2πr2]h[4r^2 + k^2 - \pi r^2]
  3. h[(2r+k)24r2]h[(2r + k)^2 - 4r^2]
  4. h[4rk+k2+r2(4π)]h[4rk + k^2 + r^2(4 - \pi)]
Explanation: Wasted volume = Box volume - Cylinder volume = h(2r+k)2hπr2=h[(2r+k)2πr2]h(2r + k)^2 - h\pi r^2 = h[(2r + k)^2 - \pi r^2]. Choice B incorrectly expands (2r+k)2(2r + k)^2 as 4r2+k24r^2 + k^2, missing the cross term. Choice C uses 4r24r^2 instead of πr2\pi r^2 for the cylinder volume. Choice D represents an expanded form but incorrectly derives the coefficient relationships.

Question 5

A triangular piece of cardboard with base bb and height hh is used to create a larger triangle by extending each dimension by a factor of (1+x)(1 + x). If the area of the new triangle is represented by 12bh(1+x)2\frac{1}{2}bh(1 + x)^2, what does the coefficient of x2x^2 represent geometrically?

  1. The area added by extending only the base dimension
  2. The area added by extending only the height dimension
  3. The area added by the interaction of both dimensional extensions (correct answer)
  4. The area of the original triangle before any extensions
Explanation: Expanding 12bh(1+x)2=12bh(1+2x+x2)\frac{1}{2}bh(1 + x)^2 = \frac{1}{2}bh(1 + 2x + x^2), the coefficient of x2x^2 is 12bh\frac{1}{2}bh. This term represents the additional area created by the multiplicative effect of extending both dimensions simultaneously. Choices A and B describe the linear terms (2x2x), while Choice D describes the constant term.

Question 6

A cubic storage container is modified by removing a smaller cube from one corner. If the original cube has side length ss and the removed cube has side length tt, which expression represents the remaining volume when t<st < s?

  1. (st)3(s - t)^3
  2. s3t3s^3 - t^3 (correct answer)
  3. s33st2+3s2tt3s^3 - 3st^2 + 3s^2t - t^3
  4. s2t2s^2 - t^2
Explanation: The remaining volume equals the original volume minus the removed volume: s3t3s^3 - t^3. Choice A represents the volume of a cube with side length (st)(s-t), which would be the case if the dimension was reduced uniformly. Choice C represents the expansion of (st)3(s-t)^3, confusing linear reduction with corner removal. Choice D gives the difference in areas rather than volumes.

Question 7

A rectangular swimming pool with length \ell and width ww is surrounded by a deck of uniform width dd. The total cost to build both pool and deck is C=50w+25(+w+2d)dC = 50\ell w + 25(\ell + w + 2d)d. What does the coefficient 25 represent in this cost model?

  1. The cost per square foot for the pool construction only
  2. The cost per square foot for the deck construction only (correct answer)
  3. The cost per linear foot for the pool's perimeter finishing
  4. The combined cost per square foot for pool and deck materials
Explanation: The term 25(+w+2d)d25(\ell + w + 2d)d represents the deck area cost, where (+w+2d)d(\ell + w + 2d)d is the deck area when viewed as strips. The coefficient 25 is the cost per square foot for deck construction. The pool cost is 50w50\ell w, so 50 is the pool cost per square foot. Choices A and D confuse the cost components, while Choice C misinterprets the area calculation as perimeter.

Question 8

A pyramid with a square base of side length ss is truncated by removing a smaller similar pyramid from the top. The removed pyramid has a base side length of s3\frac{s}{3} and height h3\frac{h}{3}, where hh is the original pyramid height. Which expression represents the volume of the remaining frustum?

  1. s2h3s2h81\frac{s^2 h}{3} - \frac{s^2 h}{81}
  2. s2h3s2h27\frac{s^2 h}{3} - \frac{s^2 h}{27}
  3. s2h3(1127)\frac{s^2 h}{3}\left(1 - \frac{1}{27}\right) (correct answer)
  4. 26s2h81\frac{26s^2 h}{81}
Explanation: When you encounter a truncated pyramid (frustum) problem, you're dealing with volume subtraction: find the original pyramid's volume, then subtract the removed portion's volume. The volume of a pyramid is V=13×base area×heightV = \frac{1}{3} \times \text{base area} \times \text{height}. For the original pyramid with square base side length ss and height hh: Voriginal=13s2hV_{\text{original}} = \frac{1}{3}s^2h. The removed pyramid has base side length s3\frac{s}{3} and height h3\frac{h}{3}. Its volume is: Vremoved=13×(s3)2×h3=13×s29×h3=s2h81V_{\text{removed}} = \frac{1}{3} \times \left(\frac{s}{3}\right)^2 \times \frac{h}{3} = \frac{1}{3} \times \frac{s^2}{9} \times \frac{h}{3} = \frac{s^2h}{81}. The frustum volume equals: Vfrustum=s2h3s2h81=s2h3(1127)V_{\text{frustum}} = \frac{s^2h}{3} - \frac{s^2h}{81} = \frac{s^2h}{3}\left(1 - \frac{1}{27}\right) This matches answer choice C. Let's examine why the other options are incorrect: A shows s2h81\frac{s^2h}{81} as the subtracted volume, which is correct, but doesn't factor out the common terms. B incorrectly calculates the removed volume as s2h27\frac{s^2h}{27}, likely from forgetting to cube the 13\frac{1}{3} scaling factor completely. D gives 26s2h81\frac{26s^2h}{81}, which results from calculation errors in the subtraction process. Study tip: In similar figure problems, remember that when linear dimensions scale by factor kk, volumes scale by k3k^3. Here, the removed pyramid's dimensions are scaled by 13\frac{1}{3}, so its volume scales by (13)3=127\left(\frac{1}{3}\right)^3 = \frac{1}{27}.

Question 9

A cube has side length (2x+3)(2x + 3) units. When the volume of this cube is expanded algebraically, what is the coefficient of the x2x^2 term?

  1. 36
  2. 54 (correct answer)
  3. 18
  4. 72
Explanation: The volume is (2x+3)3(2x + 3)^3. Using the binomial expansion: (2x+3)3=(2x)3+3(2x)2(3)+3(2x)(3)2+33=8x3+36x2+54x+27(2x + 3)^3 = (2x)^3 + 3(2x)^2(3) + 3(2x)(3)^2 + 3^3 = 8x^3 + 36x^2 + 54x + 27. The coefficient of x2x^2 is 54. Choice A gives 3(2x)2=12x23(2x)^2 = 12x^2 but forgets the factor of 3. Choice C gives 3imes3imes2=183 imes 3 imes 2 = 18, confusing the binomial coefficients. Choice D doubles the correct answer.

Question 10

A trapezoid has parallel sides of lengths 2x+12x + 1 and 4x34x - 3 with a height of x+2x + 2. If this trapezoid is rearranged to form a parallelogram with the same area and a base of 3x13x - 1, what polynomial expression represents the height of the parallelogram?

  1. (3x1)(x+2)2\frac{(3x - 1)(x + 2)}{2}
  2. (6x2)(x+2)3x1\frac{(6x - 2)(x + 2)}{3x - 1}
  3. (3x1)(x+2)3x1\frac{(3x - 1)(x + 2)}{3x - 1}
  4. (6x2)(x+2)2(3x1)\frac{(6x - 2)(x + 2)}{2(3x - 1)} (correct answer)
Explanation: When you encounter problems involving area preservation between different geometric shapes, focus on setting up equal area equations and solving algebraically. To find the parallelogram's height, start by calculating the trapezoid's area. The area of a trapezoid is 12(b1+b2)×h\frac{1}{2}(b_1 + b_2) \times h, where b1b_1 and b2b_2 are the parallel sides and hh is the height. Here: Area=12[(2x+1)+(4x3)](x+2)=12(6x2)(x+2)\text{Area} = \frac{1}{2}[(2x + 1) + (4x - 3)](x + 2) = \frac{1}{2}(6x - 2)(x + 2) Since the parallelogram has the same area, and its area equals base times height: Area=(3x1)×hparallelogram\text{Area} = (3x - 1) \times h_{parallelogram} Setting these equal: (3x1)×hparallelogram=12(6x2)(x+2)(3x - 1) \times h_{parallelogram} = \frac{1}{2}(6x - 2)(x + 2) Solving for the parallelogram's height: hparallelogram=(6x2)(x+2)2(3x1)h_{parallelogram} = \frac{(6x - 2)(x + 2)}{2(3x - 1)} Choice A gives (3x1)(x+2)2\frac{(3x - 1)(x + 2)}{2}, which incorrectly uses only one parallel side instead of their sum. Choice B has (6x2)(x+2)3x1\frac{(6x - 2)(x + 2)}{3x - 1}, which omits the factor of 2 in the denominator that comes from the trapezoid formula. Choice C gives (3x1)(x+2)3x1\frac{(3x - 1)(x + 2)}{3x - 1}, which both uses the wrong numerator and would simplify to just (x+2)(x + 2), ignoring the area constraint entirely. Remember: when shapes are rearranged with equal areas, always write out both area formulas explicitly and set them equal before solving for the unknown dimension.

Question 11

A cone has a base radius of (x+3)(x + 3) units and height (2x1)(2x - 1) units. If the volume formula V=13πr2hV = \frac{1}{3}\pi r^2 h yields V=π3(2x3+11x2+12x9)V = \frac{\pi}{3}(2x^3 + 11x^2 + 12x - 9), what error was likely made in the calculation?

  1. The formula V=πr2hV = \pi r^2 h was used instead of V=13πr2hV = \frac{1}{3}\pi r^2 h, tripling the correct volume.
  2. The height and radius were switched in the calculation, using (2x1)(2x - 1) as radius and (x+3)(x + 3) as height.
  3. The expansion (x+3)2(x + 3)^2 was calculated incorrectly, leading to wrong coefficients throughout.
  4. No error was made; this is the correct volume polynomial for the given cone dimensions. (correct answer)
Explanation: Let's verify: V=13π(x+3)2(2x1)=π3(x2+6x+9)(2x1)=π3(2x3+12x2+18xx26x9)=π3(2x3+11x2+12x9)V = \frac{1}{3}\pi(x + 3)^2(2x - 1) = \frac{\pi}{3}(x^2 + 6x + 9)(2x - 1) = \frac{\pi}{3}(2x^3 + 12x^2 + 18x - x^2 - 6x - 9) = \frac{\pi}{3}(2x^3 + 11x^2 + 12x - 9). This matches the given expression exactly. Choices A, B, and C all suggest errors that weren't actually made.

Question 12

A triangular piece of land has a base of 3x+53x + 5 meters and a height of 2x12x - 1 meters. If a rectangular plot with the same area has a width of x+1x + 1 meters, what expression represents the length of the rectangular plot?

  1. 3x2+7x5x+1\frac{3x^2 + 7x - 5}{x + 1}
  2. 6x2+7x52(x+1)\frac{6x^2 + 7x - 5}{2(x + 1)}
  3. 3x2+7x52(x+1)\frac{3x^2 + 7x - 5}{2(x + 1)} (correct answer)
  4. 6x2+14x102(x+1)\frac{6x^2 + 14x - 10}{2(x + 1)}
Explanation: The triangle's area is 12(3x+5)(2x1)=12(6x23x+10x5)=12(6x2+7x5)\frac{1}{2}(3x + 5)(2x - 1) = \frac{1}{2}(6x^2 - 3x + 10x - 5) = \frac{1}{2}(6x^2 + 7x - 5). For the rectangle, area = length × width, so length = areawidth=12(6x2+7x5)x+1=6x2+7x52(x+1)\frac{\text{area}}{\text{width}} = \frac{\frac{1}{2}(6x^2 + 7x - 5)}{x + 1} = \frac{6x^2 + 7x - 5}{2(x + 1)}. Choice A forgets the 12\frac{1}{2} factor. Choice B has the wrong numerator coefficient. Choice D incorrectly expands the numerator.

Question 13

A company designs a rectangular storage container where the length is 5 feet more than twice the width, and the height equals the width. If the width is ww feet, the volume polynomial is V(w)=w(2w+5)(w)=2w3+5w2V(w) = w(2w + 5)(w) = 2w^3 + 5w^2. To double the storage capacity while maintaining the same proportional relationships, what should be the new width?

  1. 2w2w feet, since doubling the width doubles the volume when length and height scale proportionally.
  2. w2w\sqrt{2} feet, since the area components of volume scale with the square of linear scaling.
  3. w23w\sqrt[3]{2} feet, since volume scales with the cube of linear dimensions when all dimensions scale equally. (correct answer)
  4. w+2w + \sqrt{2} feet, since adding the square root maintains proportional relationships while doubling capacity.
Explanation: When you encounter volume problems involving proportional scaling, the key insight is understanding how three-dimensional objects respond when all dimensions change by the same factor. Given the original volume V(w)=2w3+5w2V(w) = 2w^3 + 5w^2, you need to find the new width that creates a volume of 2V(w)=4w3+10w22V(w) = 4w^3 + 10w^2. Since the proportional relationships remain the same (length = 2w + 5, height = w), if the new width is kwkw, then the new length becomes 2(kw)+5=k(2w+5)2(kw) + 5 = k(2w + 5) when kk is close to 1, and the new height becomes kwkw. The new volume is approximately kwk(2w+5)kw=k3w(2w+5)w=k3V(w)kw \cdot k(2w + 5) \cdot kw = k^3 \cdot w(2w + 5)w = k^3 \cdot V(w). To double the volume, you need k3=2k^3 = 2, so k=23k = \sqrt[3]{2}. Therefore, the new width should be w23w\sqrt[3]{2}. Choice A incorrectly assumes linear scaling doubles volume, but doubling all dimensions actually multiplies volume by 23=82^3 = 8. Choice B applies square scaling, which would be correct for area problems but not volume. Choice D suggests additive scaling, which doesn't maintain proportional relationships and has no mathematical basis for doubling volume. Remember this pattern: when all dimensions of a 3D object scale by factor kk, volume scales by k3k^3. For any volume scaling problem, set up the equation k3=desired scaling factork^3 = \text{desired scaling factor} and solve for kk.

Question 14

A rectangular garden bed is expanded by adding a uniform border of width xx feet around its perimeter. If the original garden bed has dimensions 12 feet by 8 feet, which polynomial expression represents the area of the entire expanded garden bed (including the original bed and the border)?

  1. 4x2+40x+964x^2 + 40x + 96 (correct answer)
  2. 4x2+20x+964x^2 + 20x + 96
  3. x2+40x+96x^2 + 40x + 96
  4. 4x2+80x+964x^2 + 80x + 96
Explanation: The expanded garden has dimensions (12+2x)(12 + 2x) by (8+2x)(8 + 2x) since the border adds xx feet on each side. The area is (12+2x)(8+2x)=96+24x+16x+4x2=4x2+40x+96(12 + 2x)(8 + 2x) = 96 + 24x + 16x + 4x^2 = 4x^2 + 40x + 96. Choice B incorrectly adds only one xx to each dimension. Choice C forgets the coefficient 4 for x2x^2. Choice D doubles the linear term incorrectly.

Question 15

A cylindrical container has radius rr and height hh. A second cylindrical container has radius (r+2)(r + 2) and height (h1)(h - 1). If the volume of the second container is represented by π(h1)(r+2)2\pi(h - 1)(r + 2)^2, how much greater is the volume of the second container compared to the first?

  1. π(4hr+4hr24r4)\pi(4hr + 4h - r^2 - 4r - 4) (correct answer)
  2. π(4hr+4h+r2+4r+4)\pi(4hr + 4h + r^2 + 4r + 4)
  3. π(4hr+4hr24r+4)\pi(4hr + 4h - r^2 - 4r + 4)
  4. π(4hr4hr2+4r4)\pi(4hr - 4h - r^2 + 4r - 4)
Explanation: The first container has volume πr2h\pi r^2 h. The second has volume π(h1)(r+2)2=π(h1)(r2+4r+4)=π(hr2+4hr+4hr24r4)\pi(h-1)(r+2)^2 = \pi(h-1)(r^2 + 4r + 4) = \pi(hr^2 + 4hr + 4h - r^2 - 4r - 4). The difference is π(hr2+4hr+4hr24r4)πr2h=π(4hr+4hr24r4)\pi(hr^2 + 4hr + 4h - r^2 - 4r - 4) - \pi r^2 h = \pi(4hr + 4h - r^2 - 4r - 4). Choice B has incorrect signs. Choice C has the wrong constant term. Choice D has multiple sign errors.

Question 16

A square swimming pool with side length ss feet is surrounded by a concrete walkway. The walkway extends 3 feet beyond the pool on all sides and has a uniform width. If the total area covered by both the pool and walkway is s2+12s+36s^2 + 12s + 36 square feet, what can be concluded about the relationship between this expression and the geometric model?

  1. The expression represents the area of a square with side length (s+6)(s + 6), confirming the geometric model is correct. (correct answer)
  2. The expression represents the area of a square with side length (s+12)(s + 12), indicating an error in the geometric model.
  3. The expression represents the area of a rectangle with dimensions (s+3)(s + 3) by (s+9)(s + 9), suggesting the walkway is non-uniform.
  4. The expression represents the area of a square with side length (s+3)(s + 3), but the coefficient relationships indicate the walkway extends 6 feet, not 3 feet.
Explanation: If the walkway extends 3 feet on all sides, the total side length is s+6s + 6. The area should be (s+6)2=s2+12s+36(s + 6)^2 = s^2 + 12s + 36, which matches the given expression. This confirms the model is correct. Choice B misidentifies the side length. Choice C suggests incorrect dimensions. Choice D correctly identifies the factored form but incorrectly interprets the walkway width.

Question 17

A rectangular prism has dimensions xx, x+2x+2, and x+4x+4. If the volume can be expressed as x3+6x2+8xx^3 + 6x^2 + 8x, which term contributes most significantly to the volume when x=10x = 10?

  1. The x3x^3 term, representing the cubic portion of the expansion (correct answer)
  2. The 6x26x^2 term, representing the quadratic interactions between dimensions
  3. The 8x8x term, representing the linear combination of dimension differences
  4. All terms contribute equally at x=10x = 10
Explanation: At x=10x = 10: x3=1000x^3 = 1000, 6x2=6006x^2 = 600, and 8x=808x = 80. The cubic term dominates with 1000 out of 1680 total volume (about 60%). Choice B incorrectly assumes the coefficient makes the quadratic term dominant. Choice C underestimates the growth rate of polynomial terms. Choice D fails to recognize the different growth rates of polynomial terms.

Question 18

A rectangular prism has dimensions xx, x+4x + 4, and x2x - 2. When the volume polynomial is written in standard form, which statement about the geometric constraints is most accurate?

  1. The polynomial x3+2x28xx^3 + 2x^2 - 8x is valid for all real values of xx since it represents a mathematical volume.
  2. The polynomial x3+2x28xx^3 + 2x^2 - 8x requires x>2x > 2 for the geometric model to represent a physical rectangular prism. (correct answer)
  3. The polynomial x3+2x28xx^3 + 2x^2 - 8x requires x>0x > 0 since negative dimensions are impossible in geometry.
  4. The polynomial x3+2x28xx^3 + 2x^2 - 8x requires x4x \geq 4 to ensure all three dimensions are positive integers.
Explanation: The volume is x(x+4)(x2)=x3+2x28xx(x + 4)(x - 2) = x^3 + 2x^2 - 8x. For a physical rectangular prism, all dimensions must be positive: x>0x > 0, x+4>0x + 4 > 0 (always true for x>0x > 0), and x2>0x - 2 > 0, which requires x>2x > 2. Choice A ignores physical constraints. Choice C gives insufficient constraint. Choice D unnecessarily requires integer dimensions.