I was working on some math homework with a program called scientific notebook. I was check that I was writing something correctly.
The original equation is $(\log(x^4)+\log(x^5))/\log(8x)=7$
I then converted it to $\log(x^{(4+5)})=7\log(8x)$
I was expecting to get $\log((8x)^7)$ when I entered the $7\log(8x)$ into the program to evaluate. Can someone please explain this to me?