We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a74d4 commit 1cd907aCopy full SHA for 1cd907a
src/content/questions/comp2804/2019-fall-midterm/10/solution.md
@@ -8,7 +8,7 @@
8
9
<ul>
10
<li>$f(n) = 7 \cdot \frac{n!}{3^n}$ <br/>
11
- $f(1) = 7 \cdot \frac{2!}{3^1} = 7 \cdot \frac{1}{3} = \frac{7}{3}$
+ $f(1) = 7 \cdot \frac{1!}{3^1} = 7 \cdot \frac{1}{3} = \frac{7}{3}$
12
<li>$f(n) = 7^n \cdot \frac{n!}{3^n}$ <br/>
13
$f(1) = 7^1 \cdot \frac{2!}{3^1} = 7 \cdot \frac{2}{3} = \frac{14}{3}$
14
<li>$f(n) = 7 \cdot \frac{(n + 1)!}{3^n}$ <br/>
0 commit comments