A town has \(20{,}000\) residents. A new car-sharing service begins with \(2000\) registered users. Each month, the company expects to register \(20\%\) of the residents who are not yet users.
a) Find the number of users after each of the first three months and complete the table.
<table>
<tr><th>Month \(x\)</th><td>\(0\)</td><td>\(1\)</td><td>\(2\)</td><td>\(3\)</td></tr>
<tr><th>Users \(N(x)\)</th><td>\(2000\)</td><td>...</td><td>...</td><td>...</td></tr>
</table>
b) Write an explicit function for the number of users after \(x\) months.
c) About how many users does the model predict after one year? In the graph, the green points show the monthly user model and the dashed line \(s\) shows the saturation level. Use the graph to explain why the model never exceeds \(20{,}000\) users.

Hints
- Each month, first determine how many residents are still nonusers.
- Track the remaining gap to the saturation level; that gap changes by a constant factor each month.
- In the graph, compare the discrete monthly points with the horizontal saturation line.
Solution
a) Each month, add \(20\%\) of the remaining nonusers.
Month \(1\): \(2000+0.20\cdot(20{,}000-2000)=5600\).
Month \(2\): \(5600+0.20\cdot(20{,}000-5600)=8480\).
Month \(3\): \(8480+0.20\cdot(20{,}000-8480)=10{,}784\).
b) The number of nonusers begins at \(18{,}000\) and is multiplied by \(0.8\) each month. Therefore,
\(N(x)=20{,}000-18{,}000(0.8)^x\) for whole-number months \(x\ge0\).
c) \(N(12)=20{,}000-18{,}000(0.8)^{12}\approx18{,}763\). The plotted monthly points stay below the dashed line \(y=20{,}000\) and move closer to it. Algebraically, \(18{,}000(0.8)^x>0\) for every finite whole-number \(x\), so \(N(x)<20{,}000\).
Answer
a) Month \(1\): \(5600\); month \(2\): \(8480\); month \(3\): \(10{,}784\)
b) \(N(x)=20{,}000-18{,}000(0.8)^x\) for whole-number \(x\ge0\)
c) About \(18{,}763\) users; the monthly points approach \(20{,}000\) from below and never reach or exceed it.