Art of Problem Solving

2005 AMC 12B Problems/Problem 3

Problem

Brianna is using part of the money she earned on her weekend job to buy several equally-priced CDs. She used one fifth of her money to buy one third of the CDs. What fraction of her money will she have left after she buys all the CDs?

$\mathrm{(A)}\ \frac15      \qquad \mathrm{(B)}\ \frac13      \qquad \mathrm{(C)}\ \frac25      \qquad \mathrm{(D)}\ \frac23      \qquad \mathrm{(E)}\ \frac45$

Solution

[asy] size(5cm); pen f = fontsize(10); pair A = (0,0); pair B = (0,1); pair C = (2,1); pair DD = (2,0); D(A--B--C--DD--cycle); D(A--C); MP("2w",(A+DD)/2,plain.N,f); MP("w",(C+DD)/2,plain.E,f); MP("x",(A+C)/2,plain.NW,f); [/asy] Using the Pythagorean theorem, we have

$w^2+(2w)^2=x^2 \Rightarrow 5w^2 = x^2 \Rightarrow w^2 = x^2/5.$

$\therefore \mbox{Area} = w \cdot 2w = 2w^2 = \boxed{\frac25x^2}$.

See also