How can you get $10^{n+1}$ from $9\cdot 10^n+10^n$? This is part of a proof I am working on.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
Start with the distributive law. |
|||
|
|
$$\begin{aligned} 9 \cdot 10^n + 10^n &= (10-1) \cdot 10^n + 10^n \\ &= 10 \cdot 10^n - 10^n + 10^n \\ &= 10^{n+1} \end{aligned}$$ |
||||
|