Difference between revisions of "2008 AMC 12A Problems/Problem 18"
I like pie (talk | contribs) (Standardized answer choices) |
(→Solution) |
||
Line 5: | Line 5: | ||
==Solution== | ==Solution== | ||
− | + | <center><asy> | |
+ | defaultpen(fontsize(8)); | ||
+ | draw((0,10)--(0,0)--(8,0));draw((-3,-4)--(0,0));draw((0,10)--(-3,-4)--(8,0)--cycle); | ||
+ | label("A",(8,0),(1,0));label("B",(0,10),(0,1));label("C",(-3,-4),(-1,-1));label("O",(0,0),(1,1)); | ||
+ | label("$a$",(4,0),(0,1));label("$b$",(0,5),(1,0));label("$c$",(-1.5,-2),(1,0)); | ||
+ | label("$5$",(4,5),(1,1));label("$6$",(-1.5,3),(-1,0));label("$7$",(2.5,-2),(1,-1)); | ||
+ | </asy></center> | ||
− | Without loss of generality, let <math>A</math> be on the <math>x</math> axis, <math>B</math> be on the <math>y</math> axis, and <math>C</math> be on the <math>z</math> axis, and let <math>AB, BC, CA</math> have respective | + | Without loss of generality, let <math>A</math> be on the <math>x</math> axis, <math>B</math> be on the <math>y</math> axis, and <math>C</math> be on the <math>z</math> axis, and let <math>AB, BC, CA</math> have respective lengths of 5, 6, and 7. Let <math>a,b,c</math> denote the lengths of segments <math>OA,OB,OC,</math> respectively. Then by the [[Pythagorean Theorem]], |
<cmath> \begin{align*} | <cmath> \begin{align*} | ||
a^2+b^2 &=5^2 , \ | a^2+b^2 &=5^2 , \ |
Revision as of 23:03, 5 July 2008
Problem
Triangle , with sides of length
,
, and
, has one vertex on the positive
-axis, one on the positive
-axis, and one on the positive
-axis. Let
be the origin. What is the volume of tetrahedron
?
Solution
![[asy] defaultpen(fontsize(8)); draw((0,10)--(0,0)--(8,0));draw((-3,-4)--(0,0));draw((0,10)--(-3,-4)--(8,0)--cycle); label("A",(8,0),(1,0));label("B",(0,10),(0,1));label("C",(-3,-4),(-1,-1));label("O",(0,0),(1,1)); label("$a$",(4,0),(0,1));label("$b$",(0,5),(1,0));label("$c$",(-1.5,-2),(1,0)); label("$5$",(4,5),(1,1));label("$6$",(-1.5,3),(-1,0));label("$7$",(2.5,-2),(1,-1)); [/asy]](http://latex.artofproblemsolving.com/b/4/8/b48d9f2414f67d68d2e53886e0726e31626cd919.png)
Without loss of generality, let be on the
axis,
be on the
axis, and
be on the
axis, and let
have respective lengths of 5, 6, and 7. Let
denote the lengths of segments
respectively. Then by the Pythagorean Theorem,
so
; similarly,
and
. Since
,
, and
are mutually perpendicular, the tetrahedron's volume is
which is answer choice C.
See also
2008 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 17 |
Followed by Problem 19 |
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 |