Answer:
if decimal no solution
if multiply x =5
Explanation:
If this is a decimal point
2^(x-5) . 5^(x-4) = 5
Rewriting .5 as 2 ^-1
2^(x-5) 2 ^ -1 ^(x-4) = 5
We know that a^ b^c = a^( b*c)
2^(x-5) 2 ^(-1*(x-4)) = 5
2^(x-5) 2 ^(-x+4) = 5
We know a^ b * a^ c = a^ ( b+c)
2^(x-5 +-x+4) = 5
2^(-1) = 5
This is not true so there is no solution
If it is multiply
2^(x-5) * 5 ^(x-4) = 5
Divide each side by 5
2^(x-5) * 5 ^(x-4) * 5^-1 = 5/5
We know that a^ b * a^c = a^ ( b+c)
2^(x-5) * 5 ^(x-4 -1) = 1
2^(x-5) * 5 ^(x-5) = 1
The exponents are the same, so we can multiply the bases
a^b * c*b = (ac) ^b
(2*5) ^ (x-5) = 1
10^ (x-5) = 1
We know that 1 = 10^0
10^ (x-5) = 10 ^0
The bases are the same so the exponents are the same
x-5 = 0
x=5