In my Math textbook under the Permutations unit, one of the example questions is as follows: Show that 100! + 99! = 101(99!) without using technology.
After the question, the example breaks the question down for you as done below:
100! + 99! = 100(99!) + 99!
= 99!(100+1)
= 99!(101)
= 101(99!)
Now, my source of confusion stems from the transition from step 1 to step 2. Step 1 being the first line of the solution and step 2 being the second. I understand 100! is the same as 100(99!), but everything else after that doesn't make any sense to me. Could someone help clarify this for me?
Thank you.
\begin{align} 100! + 99! &= 100(99!) + 99! \tag1\\ &= 99!(100+1) \tag2\\ &= 99!(101) \tag3\\ &= 101(99!) \tag4 \end{align}