Difference between revisions of "1981 AHSME Problems/Problem 16"

(Solution (Long Way))
(Solution (Long Way))
 
Line 15: Line 15:
  
 
-edited by coolmath34
 
-edited by coolmath34
 +
 +
==Solution (Faster Way)==
 +
Every 2 numbers in base 3 represents 1 number in base 9.
 +
The first 2 numbers on the left,12 = 1(3) + 2(1) = 5.
 +
 +
So the answer is <math> \textbf{(E)}\ 5.</math>

Latest revision as of 20:56, 5 May 2021

Problem

The base three representation of $x$ is \[12112211122211112222\] The first digit (on the left) of the base nine representation of $x$ is

$\textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5$

Solution (Long Way)

Convert $x$ to base 10 then convert the result to base 9. \[12112211122211112222_{3} = 2150029898\]

\[2150029898 = 5484584488_{9}\]

Therefore, the answer is $\textbf{(E)}\ 5.$

-edited by coolmath34

Solution (Faster Way)

Every 2 numbers in base 3 represents 1 number in base 9. The first 2 numbers on the left,12 = 1(3) + 2(1) = 5.

So the answer is $\textbf{(E)}\ 5.$