Expression evaluation

31 Views Asked by At

I have encountered this expression and I cannot evaluate to the desired result on the right side

$$3\cdot4^{k+1}+4^{k+1}-64 = 4^{k+2}-64$$

3

There are 3 best solutions below

1
On BEST ANSWER

$3\cdot 4^{k+1}+4^{k+1}=(3+1)4^{k+1}=4\cdot 4^{k+1}=4^{k+2}$.

0
On

$$3\cdot 4^{k+1}+4^{4+1}=4^{k+1}+4^{k+1}+4^{k+1}+4^{k+1}=4\cdot 4^{k+1}$$

Or a quicker way: $$3\cdot 4^{k+1}+4^{k+1}=4^{k+1}\cdot(3+1)=4^{k+1}\cdot 4.$$

1
On

$$3\cdot4^{k+1}+4^{k+1}-64 = (4^{k+1}\cdot(3+1)) - 64 =(4^{k+1}\cdot 4^{1}) - 64 = 4^{k+2} - 64 $$