In this document, I have 5 exercises involving exponents and their five corresponding solutions. I am trying to find out why these are the solutions for these equations, as I cannot seem to get the same results as the provided solutions. The exercises ask to simplify the following equations. Can anyone assist in explaining how to solve for these five equations?
Thank you!
http://i349.photobucket.com/albums/q368/Chaplive/Screenshot%2035_zpsx2sjpp5f.png
Welcome to Math.SE Christian. It is always better if you trype out questions using mathjax: link to the guide on how to do that here. I'll answer your question anyway this time, but please bear this in mind in future.
When we work with powers, there are two critical rules to remember. $$a^n\cdot a^m=a^{n+m}[I]$$ $$\frac{a^n}{a^m}=a^{n-m} [II]$$
For the first question, note that $(-k)^n\equiv k^n$ IF $n$ is even. It is in this case, so you use rule $[II]$ for $$\frac{3^4}{3^5}=3^{4-5}=3^{-1}$$
For the second question: Note that $k^{-n}=\frac{1}{k^n}$, thus $2^{-1}=\frac 12, 2^{-2}=\frac{1}{2^2}=\frac 14$. Thus the numerator is: $$\frac 12 + \frac 14=\frac 34$$ and the denominator is: $$\frac 12 \cdot \frac 14 =\frac 18$$ To evaluate$\frac{(\frac 34)}{(\frac 18)}$, note this is equivalent to $\frac 34 \cdot \frac 81$ and go from there.
For your third question, some new rules come into play: $$m^xn^x=(mn)^x [III]$$ and $${(m^n)}^x=m^{nx} [IV]$$
Using these two, you can simplify your equation to: $$\frac{3^{16}\cdot2^{18}}{2^{16}\cdot 3^{16}}=2^2=4$$
For Question $4$, note $(-1)^n$ is $-1$ if $n$ is odd, and $1$ if $n$ is even. So your equation becomes: $$-(1)-(-1)-(-1)-(1)=-1+1+1-1=0$$ For the fifth question, note anything (except $0$) to the power $0$ is $1$.
Thus you have: $$\frac{1}{5^{-1}+5^{-2}}$$ Using the $5^{-n}=\frac{1}{5^n}$ rule, we can then find this is $$\frac{1}{(\frac{6}{25})}=\frac{25}{6}$$