Skip to content

Commit b160d38

Browse files
committed
Add question mark
1 parent 1fc3afc commit b160d38

File tree

1 file changed

+1
-1
lines changed
  • src/content/questions/comp2804/2022-winter-final/1

1 file changed

+1
-1
lines changed

src/content/questions/comp2804/2022-winter-final/1/question.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { MultipleChoiceQuestion } from "@common/MultipleChoiceQuestionGenerator";
22

3-
const body = String.raw`Consider strings of length $70$, in which each character is one of the characters $a,b,c,d,e$. How many such strings have exactly $10$ letters $e$`;
3+
const body = String.raw`Consider strings of length $70$, in which each character is one of the characters $a,b,c,d,e$. How many such strings have exactly $10$ letters $e$?`;
44

55
const label1 = String.raw`$\binom{70}{5}\cdot 5^{60}$`;
66
const label2 = String.raw`$\binom{70}{10}\cdot 5^{60}$`;

0 commit comments

Comments
 (0)