2003 CEMC Pascal Problems/Problem 5

Revision as of 23:11, 19 June 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== The value of <math>\frac{2^8}{8^2}</math> is <math> \text{ (A) }\ \frac{1}{16} \qquad\text{ (B) }\ 8 \qquad\text{ (C) }\ 4 \qquad\text{ (D) }\ \frac{1}{4} \qquad\...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

The value of $\frac{2^8}{8^2}$ is

$\text{ (A) }\ \frac{1}{16} \qquad\text{ (B) }\ 8 \qquad\text{ (C) }\ 4 \qquad\text{ (D) }\ \frac{1}{4} \qquad\text{ (E) }\ 2$

Solution 1

$\frac{2^8}{8^2} = \frac{256}{64} = \boxed {\textbf {(C) } 4}$

~anabel.disher

Solution 2

We can use the fact that $(a^x)^y = a^{xy}$ and $\frac{a^x}{a^y} = a^{x - y}$:

$\frac{2^8}{8^2} = \frac{2^8}{(2^3)^2} = \frac{2^8}{2^{3 \times 2}} = \frac{2^8}{2^6}$

$=2^{8 - 6} = 2^2 = \boxed {\textbf {(C) } 4}$

~anabel.disher