1999 AMC 8 Problems/Problem 23: Difference between revisions
Mrdavid445 (talk | contribs) No edit summary |
Talkinaway (talk | contribs) Added problem, see also box. Also cleaned up formatting of solution. |
||
| Line 1: | Line 1: | ||
==Problem== | |||
Square <math>ABCD</math> has sides of length 3. Segments <math>CM</math> and <math>CN</math> divide the square's area into three equal parts. How long is segment <math>CM</math>? | |||
<asy> | |||
pair A,B,C,D,M,N; | |||
A = (0,0); | |||
B = (0,3); | |||
C = (3,3); | |||
D = (3,0); | |||
M = (0,1); | |||
N = (1,0); | |||
draw(A--B--C--D--cycle); | |||
draw(M--C--N); | |||
label("$A$",A,SW); | |||
label("$M$",M,W); | |||
label("$B$",B,NW); | |||
label("$C$",C,NE); | |||
label("$D$",D,SE); | |||
label("$N$",N,S); | |||
</asy> | |||
<math>\text{(A)}\ \sqrt{10} \qquad \text{(B)}\ \sqrt{12} \qquad \text{(C)}\ \sqrt{13} \qquad \text{(D)}\ \sqrt{14} \qquad \text{(E)}\ \sqrt{15}</math> | |||
<math>3 | ==Solution== | ||
Since the square has side length <math>3</math>, the area of the entire square is <math>9</math>. | |||
<math> | The segments divide the square into 3 equal parts, so the area of each part is <math>9 \div 3 = 3</math>. | ||
Since <math>\triangle CBM</math> has area <math>3</math> and base <math>CB = 3</math>, using the area formula for a triangle: | |||
- | <math>A_{tri} = \frac{1}{2}bh</math> | ||
<math>3 = \frac{1}{2}3h</math> | |||
<math>h = 2</math> | |||
Thus, height <math>BM = 2</math>. | |||
Since <math>\triangle CBM</math> is a right triangle, <math>CM = \sqrt{BM^2 + BC^2} = \sqrt{2^2 + 3^2} = \sqrt{13} \rightarrow \boxed{C}</math> | |||
==See also== | |||
{{AMC8 box|year=1999|num-b=22|num-a=24}} | |||
Revision as of 16:32, 30 July 2011
Problem
Square
has sides of length 3. Segments
and
divide the square's area into three equal parts. How long is segment
?
Solution
Since the square has side length
, the area of the entire square is
.
The segments divide the square into 3 equal parts, so the area of each part is
.
Since
has area
and base
, using the area formula for a triangle:
Thus, height
.
Since
is a right triangle,
See also
| 1999 AMC 8 (Problems • Answer Key • Resources) | ||
| Preceded by Problem 22 |
Followed by Problem 24 | |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
| All AJHSME/AMC 8 Problems and Solutions | ||