Question
$x^{x^7}=5^{(25)^{0.2}}$
Original question:
Expert Verified Solution
Key takeaway: This equation can be handled cleanly by rewriting both sides as powers of 5 and matching exponents.
Step 1: Rewrite the right-hand side
author? Wait: keep the logic direct.
So the equation becomes
Step 2: Try a power-of-5 form
Let
Then
Now compute the left-hand side:
This matches the right-hand side exactly.
Answer
Why this works
The key is to recognize that the exponent on the right is already a power of 5:
Choosing makes the exponent on the left become
so the exponentiation rule gives the same nested power structure.
Pitfalls the pros know 👇 A common mistake is to treat as or to simplify by separating the exponent incorrectly. For expressions like , the base and exponent are linked, so you must substitute carefully and keep the exponentiation order intact.
What if the problem changes? If the equation were for some other , the same method would still work only if you choose so that becomes a convenient power of 5. In this problem, fits perfectly with because it produces the matching exponent .
Tags: exponential equation, power of a power, logarithmic matching
FAQ
How do you solve $x^{x^7}=5^{(25)^{0.2}}$?
Rewrite $25^{0.2}$ as $25^{1/5}=(5^2)^{1/5}=5^{2/5}$. Then try $x=5^{1/5}$. This gives $x^7=5^{7/5}$ and $x^{x^7}=(5^{1/5})^{5^{7/5}}=5^{5^{2/5}}$, so the solution is $x=5^{1/5}$.
What is the main idea for equations like $x^{x^7}=a$?
A useful strategy is to rewrite the right-hand side in a power form and test whether $x$ can be written as a simple power of the same base. This lets you compare nested exponents directly.