Powers: Reverse Rules - Raising a Power to Another Power
If $$a = 3^6 \cdot 2^4$$, $$b = 2^8 \cdot 6^2$$, and $$c = 3^4 \cdot 5^2$$, which of the following is true?
Alternative method:
Since all three numbers have only even powers, take the square root of all three and compare the square roots. You will get the same results as above, without the square powers. Taking the square root out of the variables will lead to the same results without the common powers.
Taking the square root means dividing the exponents by 2.
>$$\sqrt{a} = \sqrt{3^6 \cdot 2^4} = 3^3 \cdot 2^2 = 27 \cdot 4 = 108$$
>$$\sqrt{b} = \sqrt{2^8 \cdot 6^2} = 2^4 \cdot 6^1 = 16 \cdot 6 = 96$$
>$$\sqrt{c} = \sqrt{3^4 \cdot 5^2} = 3^2 \cdot 5^1 = 9 \cdot 5 = 45$$
Correct.
[[snippet]]
>$$ a = 3^6 \cdot 2^4 = \left(3^3 \cdot 2^2\right)^2 = \left(27 \cdot 4\right)^2 = \left(108\right)^2$$
>$$b = 2^8 \cdot 6^2 = \left(2^4 \cdot 6^1\right)^2 = \left(16 \cdot 6\right)^2 = \left(96\right)^2$$
>$$c = 3^4 \cdot 5^2 = \left(3^2 \cdot 5^1\right)^2 = \left(9 \cdot 5\right)^2 = \left(45\right)^2$$
Now that all the variables are represented as (something)$$^2$$, they can be easily compared.
Since $$108 \gt 96 \gt 45$$, then $$a \gt b \gt c$$.
$$a \gt b \gt c$$
$$b \gt a \gt c$$
$$c \gt b \gt a$$
$$b \gt c \gt a$$
$$a \gt c \gt b$$
Continue