Ok, the question is:
Solve the following for x:
$2^x4^{x-1}=70$
I have just asked Wolfram Alpha, of course though, it supplies an answer without revealing its working.
I started to try the product of the bases and the sum of the exponents, giving me:
$8^{2x-1}$ ?
But Alpha says I'm barking up the wrong tree?
With thanks in advance!

The issue is that you cannot add exponents with different bases. You cannot multiply bases with different exponents. The trick is this: $4=2^2$. Then we can rewrite this as $$2^x4^{x-1}=2^x(2^2)^{(x-1)}=2^x2^{2(x-1)}=2^x2^{2x-2}.$$ Now we can add exponents: $$2^{3x-2}=70.$$ Try this.