AMC 10 · 2011 · #3

Grade 5 geometry-2d
interval-arithmeticarea-rectanglesdecimal-arithmetic optimization ↑ Prerequisites: area-rectangles
📏 Medium solution 💡 2 insights
📘 View easy version →
Problem
A store reports a length of x inches to mean the true length is somewhere from x-0.5 inches up to x+0.5 inches. A rectangular tile is reported as 2 inches by 3 inches. Find the smallest possible area of the tile, in square inches.

Pick an answer.

(A)
3.75
(B)
4.5
(C)
5
(D)
6
(E)
8.75

AMC 10 2011 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Extreme Principle

The question asks for a minimum, so Tool #14 (Extreme Principle) drives the solution: push each measurement to the smallest value its reported range allows. Tool #7 (Identify Subproblems) splits the job into two easy pieces — find the smallest each side can be, then multiply. Tool #8 (Analyze the Units) confirms that inches times inches gives square inches, so the number we compute really is an area.

1STEP 1

Find the smallest each side can be

A label can be off by 0.5 inch either way, so the smallest true sides are 1.5 in and 2.5 in.

2-0.5=1.5, 3-0.5=2.5
2STEP 2

Smallest sides give the smallest area

Area is a product of two positive lengths, so it is smallest exactly when both sides are at their smallest.

area=length×width, smallest when both factors are smallest
3STEP 3

Set up the minimum area

So the minimum area is 1.5 in × 2.5 in, and inches × inches gives square inches, just as an area should.

A_min=1.5 in×2.5 in
4STEP 4

Multiply the decimals

Split it up: 1.5×2.5=1.5×2+1.5×0.5=3+0.75=3.75 square inches, choice (A).

1.5×2.5=3+0.75=3.75 → (A)
Answer
3.75
The reported area would be 2×3=6 square inches, so the minimum must be smaller than 6 — and 3.75 < 6, which fits. It should also be larger than zero and not too far below 6, since each side only drops by 0.5; 3.75 sits sensibly between the maximum area 2.5×3.5=8.75 and something much smaller. The trap answers 6 and 8.75 come from using the reported or maximum sides instead of the minimum ones.
💡Key takeaway

To make a product as small as possible, make each thing you multiply as small as it is allowed to be.

  • Find the smallest each side can be
  • Smallest sides give the smallest area
  • Set up the minimum area
  • Multiply the decimals