Difference between revisions of "2008 AMC 12A Problems/Problem 18"

(create)
 
(Solution)
 
(10 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
==Problem==
 
==Problem==
 +
Triangle <math>ABC</math>, with sides of length <math>5</math>, <math>6</math>, and <math>7</math>, has one [[vertex]] on the positive <math>x</math>-axis, one on the positive <math>y</math>-axis, and one on the positive <math>z</math>-axis. Let <math>O</math> be the [[origin]]. What is the volume of [[tetrahedron]] <math>OABC</math>?
  
A triangle <math>\triangle ABC</math> with sides <math>5</math>, <math>6</math>, <math>7</math> is placed in the three-dimensional plane with one vertex on the positive <math>x</math> axis, one on the positive <math>y</math> axis, and one on the positive <math>z</math> axis. Let <math>O</math> be the origin. What is the volume if <math>OABC</math>
+
<math>\mathrm{(A)}\ \sqrt{85}\qquad\mathrm{(B)}\ \sqrt{90}\qquad\mathrm{(C)}\ \sqrt{95}\qquad\mathrm{(D)}\ 10\qquad\mathrm{(E)}\ \sqrt{105}</math>
  
<math>\textbf{(A)}\ \sqrt{85} \qquad \textbf{(B)}\ \sqrt{90} \qquad \textbf{(C)}\ \sqrt{95} \qquad \textbf{(D)}\ 10 \qquad  \textbf{(E)}\ \sqrt{105}</math>
+
==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>
  
==Solution==
+
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]],
[[WLOG]], we let <math>AB</math> go between the <math>x</math> and <math>y</math> axes, <math>BC</math> between <math>y</math> and <math>z</math> axes<math>, </math>CA<math> between </math>z<math> and </math>x<math> axes. Let </math>x,y,z<math> be </math>OA,OB,OC,<math> respectively. By the [[Pythagorean Theorem]], </math>x^2+y^2=25<math>, </math>y^2+z^2=36<math>, </math>z^2+x^2=49<math>. Thus, </math>x^2 = 30<math>, </math>y^2 = 19<math>, and </math>z^2 = 6<math>. Thus the volume of the tetraehdron is </math>\frac{\sqrt{30\cdot 19\cdot 6}}{6}=\sqrt{95}\Rightarrow \boxed{C}$.
+
<cmath> \begin{align*}
 +
a^2+b^2 &=5^2 , \\
 +
b^2+c^2&=6^2, \\
 +
c^2+a^2 &=7^2 ,
 +
\end{align*} </cmath>
 +
so <math>a^2 = (5^2+7^2-6^2)/2 = 19</math>; similarly, <math>b^2 = 6</math> and <math>c^2 = 30</math>. Since <math>OA</math>, <math>OB</math>, and <math>OC</math> are mutually perpendicular, the tetrahedron's volume is <cmath> abc/6</cmath> because we can consider the tetrahedron to be a right triangular pyramid.
 +
<cmath> abc/6 = \sqrt{a^2b^2c^2}/6 = \frac{\sqrt{19 \cdot 6 \cdot 30}}{6} = \sqrt{95}, </cmath>
 +
which is answer choice <math>\boxed{\text{C}}</math>.
 +
 
 +
== Video Solution by OmegaLearn ==
 +
https://youtu.be/MOcX5BFbcwU?t=1320
  
 +
~ pi_is_3.14
  
{{AMC12 box|year=2008|num-b=14|num-a=16|ab=A}}
+
== See also ==
 +
{{AMC12 box|year=2008|num-b=17|num-a=19|ab=A}}
  
 
[[Category:Introductory Geometry Problems]]
 
[[Category:Introductory Geometry Problems]]
 +
{{MAA Notice}}

Latest revision as of 04:51, 16 January 2023

Problem

Triangle $ABC$, with sides of length $5$, $6$, and $7$, has one vertex on the positive $x$-axis, one on the positive $y$-axis, and one on the positive $z$-axis. Let $O$ be the origin. What is the volume of tetrahedron $OABC$?

$\mathrm{(A)}\ \sqrt{85}\qquad\mathrm{(B)}\ \sqrt{90}\qquad\mathrm{(C)}\ \sqrt{95}\qquad\mathrm{(D)}\ 10\qquad\mathrm{(E)}\ \sqrt{105}$

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]

Without loss of generality, let $A$ be on the $x$ axis, $B$ be on the $y$ axis, and $C$ be on the $z$ axis, and let $AB, BC, CA$ have respective lengths of 5, 6, and 7. Let $a,b,c$ denote the lengths of segments $OA,OB,OC,$ respectively. Then by the Pythagorean Theorem, \begin{align*} a^2+b^2 &=5^2 , \\  b^2+c^2&=6^2, \\ c^2+a^2 &=7^2 , \end{align*} so $a^2 = (5^2+7^2-6^2)/2 = 19$; similarly, $b^2 = 6$ and $c^2 = 30$. Since $OA$, $OB$, and $OC$ are mutually perpendicular, the tetrahedron's volume is \[abc/6\] because we can consider the tetrahedron to be a right triangular pyramid. \[abc/6 = \sqrt{a^2b^2c^2}/6 = \frac{\sqrt{19 \cdot 6 \cdot 30}}{6} = \sqrt{95},\] which is answer choice $\boxed{\text{C}}$.

Video Solution by OmegaLearn

https://youtu.be/MOcX5BFbcwU?t=1320

~ pi_is_3.14

See also

2008 AMC 12A (ProblemsAnswer KeyResources)
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

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png