If m and n are positive integers and (2^18) (5^m) = (20^n), what is the value of m?
The key with these types of problems is often to take the prime factorization of every non-prime base. In this case that means breaking down 20. 20 = (2^2) * 5. This allows us to rewrite the equation as follows:
(2^18) (5^m) = [(2^2) * 5]^n
Next, we can distribute the 'n' on the right side of the equation. This gives us the following:
(2^18) (5^m) = (2^2n) * 5^n
If the exponents are integers, then equivalent bases must be raised to the same exponent on either side of the equation. In other words, we must have the same number of 2's and 5's on each side.
So we know that if we have 2^18 on one side and 2^2n on the other, it must be true that 18 = 2n, or n = 9
And if we have 5^m on one side and 5^n on the other, it must be true that m = n.
Well, if n=9 and m=n, m = 9.