Apparently $6^7 + 6^8 = 7 \cdot 6^7$, but I'm not sure why this pattern works. I also just plugged in two other examples, $3^1 + 3^2 = 4 \cdot 3^1$ and $4^2 + 4^3 = 5 \cdot 4^2$, it also works.
Asked
Active
Viewed 1,259 times
0
-
Can you be more explicit about the pattern here? – zz20s Aug 02 '16 at 15:37
3 Answers
7
$$6^7+6^8=6^7+6\cdot6^7=7\cdot6^7$$
Perhaps using parameters and using exponents laws it can be done clearer:
$$a^7+a^8=a^7+a\cdot a^7=(1+a)a^7$$
and now just substitute $\;a=6\;$ ...or whatever you want.
DonAntonio
- 211,718
- 17
- 136
- 287
2
$$ 6^{7}+6^{8}=6^{7}+6^{7+1}=6^{7}+6^{7}\cdot 6=6^{7}(1+6)=7\cdot 6^{7}. $$
More generally, for any $x$,
$$ x^{n}+x^{n+1}=x^{n}(1+x). $$
ervx
- 12,208