Difference between revisions of "2007 AMC 12B Problems/Problem 19"
5849206328x (talk | contribs) m |
(Correct point placements in diagram (CCW ordering, not CW)) |
||
Line 6: | Line 6: | ||
==Solution== | ==Solution== | ||
<asy> | <asy> | ||
− | pair | + | pair B=(0,0), A=(6*dir(60)), C=(6,0); |
− | pair | + | pair D=A+C; |
draw(A--B--C--D--A); | draw(A--B--C--D--A); | ||
− | draw( | + | draw(A--(3,0)); |
− | label("\(A\)",A, | + | label("\(A\)",A,NW);label("\(B\)",B,SW);label("\(C\)",C,SE);label("\(D\)",D,NE); |
− | label("\(6\)", | + | label("\(6\)",A/2,NW); |
label("\(\theta\)",(.8,.5)); | label("\(\theta\)",(.8,.5)); | ||
label("\(h\)",(3,2.6),E); | label("\(h\)",(3,2.6),E); |
Revision as of 00:19, 7 February 2011
Problem 19
Rhombus , with side length , is rolled to form a cylinder of volume by taping to . What is ?
Solution
Where and
See Also
2007 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 18 |
Followed by Problem 20 |
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 AMC 12 Problems and Solutions |