Answer:
To solve the equation 4^(x-10) = (1/64)^(5x+2), we can start by expressing both sides with the same base.
Since 4 can be written as 2^2 and 1/64 can be written as 2^(-6), we can rewrite the equation as:
(2^2)^(x-10) = (2^(-6))^(5x+2)
Using the exponentiation rule, we can simplify the equation to:
2^(2(x-10)) = 2^((-6)(5x+2))
Now, we can equate the exponents:
2(x-10) = -6(5x+2)
Expanding and simplifying:
2x - 20 = -30x - 12
Combining like terms:
32x = -8
Dividing both sides by 32:
x = -8/32
Simplifying further:
x = -1/4
Therefore, the value of x that satisfies the equation is -1/4.
Step-by-step explanation: