Caleb, here we go!
1. If I tell you that g(x) = 3x - 1 and ask you for g(3), you are going to plug 3 in for every x.
g(3) = 3(3) - 1 = 8
So it is, but twice, for your problem.
f(4) = 4(4) - 3 = 13
g(f(4)) = 3(13) + 2 = 41
2. If the square roots of two things are equal, then the two things are equal.
3x = 4x - 7
x = 7
sqrt(3(7)) = sqrt(4(7) - 7)
sgrt(21) = sqrt(21)
That works!
3. Remember that when we raise a power to a power, we multiply the powers. Also, a negative exponent flips the base and makes the exponent positive. For example, x-2 = 1/x2.
(x1/2)-8 = x-4 = 1/x4
(y-1/4)-8 = y2
Multiplying the two, we end up with y2/x4
Got all that?