ln((x+6)(x-8))/(x-7)^2)^5/3 , x > 8


As emakarov said, the problem has unmatched parentheses- it is impossible to tell if the entire logarithm is to the 5/3 power, or just the argument of the logarithm, or just the denominator.
But to answer your question generally, log(A/B)= log(A)- log(B). It is also true that log(AB)= log(A)+ log(B) and that log(A^n)= nlog(A). You may need to use those.