What is the algebra behind the manipulation of exponents shown here?

37 Views Asked by At

$8(8^k) - 3(3^k)$ is the first step, and then it gets manipulated into.

$(8^k - 3^k)8 + 5(3^k)$ this manipulation is correct as they do hold the same values when inputting a value for $k$ but I do not understand how the manipulation occurred?

Thank you.

3

There are 3 best solutions below

3
On

\begin{align} 8(8^k)-3(3^k)&= 8(8^k)-(8-5)(3^k)\\ &= 8 (8^k)-8(3^k)+5(3^k)\\ &=8(8^k-3^k)+5(3^k) \end{align}

2
On

We have $8(8^k)-3(3^k)$, subtracting and adding $5(3^k)$ gives $8(8^k)-8(3^k)+5(3^k) = 8(8^k-3^k)+5(3^k)$.

Q.E.D

0
On

$$8(8^k) - 3(3^k)=8(8^k) -(8-5)(3^k) $$

$$8(8^k) - 8(3^k) +5(3^k)=$$

$$8(8^k-3^k) +5(3^k)$$