AMC 10 · 2011 · #9

Grade 7 probability
geometric-probabilityprobability-basicsign-analysis casework ↑ Prerequisites: probability-basic
📏 Medium solution 💡 3 insights
Problem
Two independent picks come from an interval that straddles zero. Find the chance their product is positive.

Pick an answer.

(A)
$\frac{1}{9}$
(B)
$\frac{1}{3}$
(C)
$\frac{4}{9}$
(D)
$\frac{5}{9}$
(E)
$\frac{2}{3}$
How to solve
Strategy Identify Subproblems

The key reframe (Tool #16) is that “product greater than zero” just means “both numbers have the same sign,” which splits cleanly into two separate jobs (Tool #7): both numbers negative, or both numbers positive. Each job is a small independent-probability calculation, and the two jobs never overlap, so their chances add. Tool #1 (Draw a Diagram) backs this up: picturing the interval as a number line makes the negative part (length 20) and positive part (length 10) easy to measure against the whole length 30.

1STEP 1

Measure the negative and positive parts

The interval splits into two shares by sign.

P(neg) = 20/30 = 2/3, P(pos) = 10/30 = 1/3
2STEP 2

Chance both picks are negative

Both picks negative happens with chance 4/9.

P(both neg) = 2/3×2/3 = 4/9
3STEP 3

Chance both picks are positive

Both positive happens with chance 1/9.

P(both pos) = 1/3×1/3 = 1/9
4STEP 4

Add the two separate cases

Adding gives 5/9, choice (D).

P(product > 0) = 4/9 + 1/9 = 5/9 → (D)
Answer
5/9
Check with the complement. The product is negative when the two picks have opposite signs, which happens two ways: neg-then-pos or pos-then-neg, giving 2×2/3×1/3=4/9. Since the chance of landing exactly on 0 is 0, positive and negative products must fill the whole probability: 5/9+4/9=1. It checks out, and 5/9 is more than half, which makes sense because the fatter negative side raises the chance of a same-sign match.
💡Key takeaway

A product is positive only when both numbers share a sign, so find each same-sign chance and add them up.

  • Measure the negative and positive parts
  • Chance both picks are negative
  • Chance both picks are positive
  • Add the two separate cases