Easy exponents question

226 Views Asked by At

I have the GRE Friday... I got hung up on this easy exponents problem (I think it was these exponents, don't recall exactly)

$$\frac{6^{14}}{2^7 \times 3^5} = ? $$

The answer is $2^73^9$, but could anyone double check for me?

3

There are 3 best solutions below

0
On BEST ANSWER

It follows from:

$$ \frac{6^{14}}{2^7 3^5}=\frac{(2\times 3)^{14}}{2^7 3^5}=\frac{2^{14} 3^{14}}{2^73^5}=2^73^9 $$

EDIT: To really make that last step clear. Yes, you subtract the exponents. To make this easy to see:

$$ \frac{2^{14} 3^{14}}{2^73^5}=\big(2^{14}2^{-7}\big)\big(3^{14}3^{-5}\big)=2^{14-7}3^{14-5}=2^73^9 $$

1
On

Essentially yes. You need to use the rules $(xy)^a = x^a y^a$ and also $x^ax^b = x^{a+b}$ (the latter of which sometimes looks like $\frac{x^a}{x^b} = x^a x^{-b} = x^{a-b}$ for division). Here you first factor $6$ and then simplify. Explicitly:

$$ \frac{6^{14}}{2^7\cdot 3^5} = \frac{(2\cdot3)^{14}}{2^7\cdot 3^5} = \frac{2^{14}\cdot3^{14}}{2^7\cdot 3^5} = 2^{14-7}\cdot3^{14-5} = 2^7\cdot 3^{9}. $$

Good luck on the GRE!

0
On

Alternatively, we can do

$$\frac{6^{14}}{2^73^5} \Longrightarrow \frac{6^{14}}{6^52^2} \Longrightarrow \frac{6^9}{2^2} \Longrightarrow 2^73^9$$