Let's start by rewriting the equation so it's easier to read:
Prove that:
(1 + log_5 8 + log_5 2) / (log_5 6400) = 0.51+log58+log52log56400=0.5
First, we know that log_x a + log_x b = log_x ablogxa+logxb=logxab. We use that to simplify our equation:
(1 + log_5 8 + log_5 2) / (log_5 6400) = (1 + log_5 (8*2)) / (log_5 6400) = (1 + log_5 16) / (log_5 6400)1+log58+log52log56400=1+log5(8⋅2)log56400=1+log516log56400
That "1+1+" is getting in the way, so let's get rid of it. We know that log_x x = 1logxx=1, so we substitute:
(1 + log_5 16) / (log_5 6400) = (log_5 5 + log_5 16) / (log_5 6400) 1+log516log56400=log55+log516log56400
Using the same addition rule from before, we get:
(log_5 5 + log_5 16) / (log_5 6400) = (log_5 5 * 16) / (log_5 6400) = (log_5 80) / (log_5 6400)log55+log516log56400=log55⋅16log56400=log580log56400
Finally, we know that log_x a = log_b a / log_b xlogxa=logbalogbx. This is commonly called the "change of base formula" - an easy to way to remember where the xx and aa go is that xx is below the aa in the original equation (because it's written smaller under loglog).
We use this rule to simplify our equation:
(log_5 80) / (log_5 6400) = log_6400 80log580log56400=log640080
We can re-write the logarithm into an exponent to make it easier:
log_6400 80 = xlog640080=x
6400^x = 806400x=80
And now we see that x = 0.5x=0.5, since sqrt(6400) = 6400^0.5 = 80√6400=64000.5=80.
square
You probably made the mistake that (log_5 80) / (log_5 6400) = 80/6400 = 1/80. Be careful, this is not true.