Mark O. answered 05/14/19
Learn Physics, Math, and Comp Sci from Professional Scientist
There are only three rules for logarithms. Given that the logarithms have the same base, one can perform the following:
1) log(a) + log(b) = log(ab)
2) log(a) - log(b) = log(a/b)
3) log(ab) = blog(a)
You have
3log7(x) + log7(y)− 1/2log7(t).
log7(x3)+log7(y)-log7(t1/2)
= log7(x3)+ log7(y / t1/2), using rule 2
= log7(x3y / t1/2) using rule 1
Your answer was correct.