During AMC testing, the AoPS Wiki is in read-only mode and no edits can be made.

Difference between revisions of "2008 AMC 10B Problems/Problem 14"

(Problem)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
==Problem==
 
==Problem==
<!-- don't remove the following tag, for PoTW on the Wiki front page--><onlyinclude>Triangle <math>OAB</math> has <math>O=(0,0)</math>, <math>B=(5,0)</math>, and <math>A</math> in the first quadrant.  In addition, <math>\angle ABO=90^\circ</math> and <math>\angle AOB=30^\circ</math>. Suppose that <math>OA</math> is rotated <math>90^\circ</math> counterclockwise about <math>O</math>. What are the coordinates of the image of <math>A</math>? <!-- don't remove the following tag, for PoTW on the Wiki front page--></onlyinclude>
+
<!-- don't remove the following tag, for PoTW on the Wiki front page--><onlyinclude>Triangle [katex]OAB[/katex] has [katex]O=(0,0)[/katex], [katex]B=(5,0)[/katex], and [katex]A[/katex] in the first quadrant.  In addition, [katex]\angle ABO=90^\circ[/katex] and [katex]\angle AOB=30^\circ[/katex]. Suppose that [katex]OA[/katex] is rotated [katex]90^\circ[/katex] counterclockwise about [katex]O[/katex]. What are the coordinates of the image of [katex]A[/katex]? <!-- don't remove the following tag, for PoTW on the Wiki front page--></onlyinclude>
  
 
<math>
 
<math>
Line 13: Line 13:
 
\mathrm{(E)}\ \left(\frac {10}{3}\sqrt {3},5\right)
 
\mathrm{(E)}\ \left(\frac {10}{3}\sqrt {3},5\right)
 
</math>
 
</math>
 +
 +
 +
  
 
==Solution 1==
 
==Solution 1==
Line 30: Line 33:
  
 
Note: To better visualize this, one can sketch a diagram.
 
Note: To better visualize this, one can sketch a diagram.
 +
 +
 +
  
 
==Solution 2==
 
==Solution 2==
Line 45: Line 51:
 
After we rotate <math>OA</math> <math>90^\circ</math> counterclockwise about <math>O</math>, it will be in the second quadrant and have the coordinates  
 
After we rotate <math>OA</math> <math>90^\circ</math> counterclockwise about <math>O</math>, it will be in the second quadrant and have the coordinates  
 
<math>\boxed{ \left( -\frac{5\sqrt 3}3, 5\right) }</math>.
 
<math>\boxed{ \left( -\frac{5\sqrt 3}3, 5\right) }</math>.
 +
 +
==Solution 3 (cheese)==
 +
Notice that the answer must be in the form <math>(-a,b)</math>, so <math>\textbf{(C)}, \textbf{(D)}</math> and <math>\textbf{(E)}</math> will not be the answer
 +
 +
Using graphing paper and a protractor, the answer can be estimated to be <math>\boxed{\textbf{(B)} \left( - \frac {5}{3}\sqrt {3},5\right)}</math>
  
 
==See also==
 
==See also==
 
{{AMC10 box|year=2008|ab=B|num-b=13|num-a=15}}
 
{{AMC10 box|year=2008|ab=B|num-b=13|num-a=15}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Latest revision as of 09:57, 4 November 2025

Problem

Triangle [katex]OAB[/katex] has [katex]O=(0,0)[/katex], [katex]B=(5,0)[/katex], and [katex]A[/katex] in the first quadrant. In addition, [katex]\angle ABO=90^\circ[/katex] and [katex]\angle AOB=30^\circ[/katex]. Suppose that [katex]OA[/katex] is rotated [katex]90^\circ[/katex] counterclockwise about [katex]O[/katex]. What are the coordinates of the image of [katex]A[/katex]?

$\mathrm{(A)}\ \left( - \frac {10}{3}\sqrt {3},5\right) \qquad \mathrm{(B)}\ \left( - \frac {5}{3}\sqrt {3},5\right) \qquad \mathrm{(C)}\ \left(\sqrt {3},5\right) \qquad \mathrm{(D)}\ \left(\frac {5}{3}\sqrt {3},5\right) \qquad \mathrm{(E)}\ \left(\frac {10}{3}\sqrt {3},5\right)$



Solution 1

Since $\angle ABO=90^\circ$, and $\angle AOB=30^\circ$, we know that this triangle is one of the Special Right Triangles.

We also know that $B$ is $(5,0)$, so $B$ lies on the x-axis. Therefore, $OB = 5$.

Then, since we know that this is a Special Right Triangle ($30$-$60$-$90$ triangle), we can use the proportion \[\frac{5}{\sqrt 3}=\frac{AB}{1}\] to find $AB$.

We find that \[AB=\frac{5\sqrt 3}{3}\]

That means the coordinates of $A$ are $\left(5,\frac{5\sqrt 3}3\right)$.

Rotate this triangle $90^\circ$ counterclockwise around $O$, and you will find that $A$ will end up in the second quadrant with the coordinates $\left( -\frac{5\sqrt 3}3, 5\right)$, or $\boxed{(B)}$

Note: To better visualize this, one can sketch a diagram.



Solution 2

As $\angle ABO=90^\circ$ and $A$ is in the first quadrant, we know that the $x$ coordinate of $A$ is $5$. We now need to pick a positive $y$ coordinate for $A$ so that we'll have $\angle AOB=30^\circ$.

By the Pythagorean theorem we have $AO^2 = AB^2 + BO^2 = AB^2 + 25$.

By the definition of sine, we have $\frac{AB}{AO} = \sin AOB = \sin 30^\circ = \frac 12$, hence $AO=2\cdot AB$.

Substituting into the previous equation, we get $AB^2 = \frac{25}3$, hence $AB=\frac{5\sqrt 3}3$.

This means that the coordinates of $A$ are $\left(5,\frac{5\sqrt 3}3\right)$.

After we rotate $OA$ $90^\circ$ counterclockwise about $O$, it will be in the second quadrant and have the coordinates $\boxed{ \left( -\frac{5\sqrt 3}3, 5\right) }$.

Solution 3 (cheese)

Notice that the answer must be in the form $(-a,b)$, so $\textbf{(C)}, \textbf{(D)}$ and $\textbf{(E)}$ will not be the answer

Using graphing paper and a protractor, the answer can be estimated to be $\boxed{\textbf{(B)} \left( - \frac {5}{3}\sqrt {3},5\right)}$

See also

2008 AMC 10B (ProblemsAnswer KeyResources)
Preceded by
Problem 13
Followed by
Problem 15
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

These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. AMC Logo.png