Difference between revisions of "2016 AMC 10B Problems/Problem 9"

(Solution)
(One intermediate revision by one other user not shown)
Line 6: Line 6:
  
 
==Solution==
 
==Solution==
Let the point in the first quadrant be <math>(a, a^2)</math>.
+
<asy>import graph;size(7cm,IgnoreAspect);
Then, the area of the triangle is <math>\frac{2a\cdot a^2}{2}=a^3</math>.
+
real f(real x) {return x*x;}
Solving the equation <math>a^3=64</math> for <math>a</math>, we get <math>a=4</math>, so <math>BC=2a=8</math>.
+
draw((0,0)--(4,16)--(-4,16)--cycle,blue);
So the answer is <math>\boxed{\textbf{(C)}\ 8}</math>.
+
draw(graph(f,-5,5,operator ..),gray);
 +
xaxis("$x$");yaxis("$y$",-1);
 +
label("$y=x^2$",(4.5,20.25),E);
 +
draw((4.2,0)--(4.2,16),Arrows);
 +
label("$r^2$",(4.2,0)--(4.2,16),E);
 +
draw((0,17)--(4,17),Arrows);
 +
label("$r$",(0,17)--(4,17),N);
 +
</asy>
 +
The area of the triangle is <math>r^3</math>, so <math>r^3=64\implies r=4</math>, giving a total distance across the top of <math>8</math>, which is answer <math>\textbf{(C)}</math>.
 +
 
 +
==Video Solution==
 +
https://youtu.be/1pi0eiD3jHc
 +
 
 +
~savannahsolver
  
 
==See Also==
 
==See Also==
 
{{AMC10 box|year=2016|ab=B|num-b=8|num-a=10}}
 
{{AMC10 box|year=2016|ab=B|num-b=8|num-a=10}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Revision as of 14:14, 24 July 2020

Problem

All three vertices of $\bigtriangleup ABC$ lie on the parabola defined by $y=x^2$, with $A$ at the origin and $\overline{BC}$ parallel to the $x$-axis. The area of the triangle is $64$. What is the length of $BC$?

$\textbf{(A)}\ 4\qquad\textbf{(B)}\ 6\qquad\textbf{(C)}\ 8\qquad\textbf{(D)}\ 10\qquad\textbf{(E)}\ 16$

Solution

[asy]import graph;size(7cm,IgnoreAspect); real f(real x) {return x*x;} draw((0,0)--(4,16)--(-4,16)--cycle,blue); draw(graph(f,-5,5,operator ..),gray); xaxis("$x$");yaxis("$y$",-1); label("$y=x^2$",(4.5,20.25),E); draw((4.2,0)--(4.2,16),Arrows); label("$r^2$",(4.2,0)--(4.2,16),E); draw((0,17)--(4,17),Arrows); label("$r$",(0,17)--(4,17),N); [/asy] The area of the triangle is $r^3$, so $r^3=64\implies r=4$, giving a total distance across the top of $8$, which is answer $\textbf{(C)}$.

Video Solution

https://youtu.be/1pi0eiD3jHc

~savannahsolver

See Also

2016 AMC 10B (ProblemsAnswer KeyResources)
Preceded by
Problem 8
Followed by
Problem 10
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 10 Problems and Solutions

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