Skip to content

Commit 460acad

Browse files
author
Your Name
committed
fix: linting
1 parent 00f7eb4 commit 460acad

File tree

1 file changed

+4
-4
lines changed
  • src/content/questions/comp2804/2018-fall-midterm/7

1 file changed

+4
-4
lines changed

src/content/questions/comp2804/2018-fall-midterm/7/question.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Consider 5-element subsets $\{x_1,x_2,x_3,x_4,x_5\}$ of the set $\{1,2,3,\dots,1
66
How many such subsets have the property that $x_3 = 7$?
77
`;
88

9-
const label1 = "${6 \choose 2} \cdot {10 \choose 2}$";
10-
const label2 = "${6 \choose 2} \cdot {9 \choose 2}$";
11-
const label3 = "${7 \choose 2} \cdot {10 \choose 2}$";
12-
const label4 = "${7 \choose 2} \cdot {9 \choose 2}$";
9+
const label1 = "${6 choose 2} cdot {10 choose 2}$";
10+
const label2 = "${6 choose 2} cdot {9 choose 2}$";
11+
const label3 = "${7 choose 2} cdot {10 choose 2}$";
12+
const label4 = "${7 choose 2} cdot {9 choose 2}$";
1313

1414
export const question: MultipleChoiceQuestion = {
1515
body: body,

0 commit comments

Comments
 (0)