Number of real roots of the equation $2^x + 2^{x-1} + 2^{x-2} = 7^x + 7^{x-1} + 7^{x-2} $ are
This is how i attempted it
$2^x + \frac {2^x}{2} + \frac {2^x}{2^2} = 7^x + \frac {7^x}{2} + \frac {7^x}{2^2} $
$= 2^x (1 + \frac {1}{2} + \frac {1}{2^2}) = 7^x(1 + \frac {1}{2} + \frac {1}{2^2})$
$2^x = 7^x$
$(\frac {2}{7})^x =1$ Therefore $x=0$ is the only solution. Is this right ? Or are there more solutions ?