17 wrong confused
20 wrong, time sink
21 wrong
22 right of hands
23 wrong understood solution
24 wrong time sink casework
25 easy casework, right
The best math program for middle school students
17 wrong confused
20 wrong, time sink
21 wrong
22 right of hands
23 wrong understood solution
24 wrong time sink casework
25 easy casework, right
Consider the seven points on the circle shown. If George draws line segments connecting pairs of points so that each point is connected to exactly two other points, what is the probability that the resulting figure is a convex heptagon? Express your answer as a common fraction.
Try the question first before you read the solution down below.
Label the points 1 – 7 clockwise around the circle. Each point must be joined to exactly two others, so the drawing is a 2-regular graph (a disjoint union of cycles).
Adding the two cases gives the total number of admissible drawings: \[ N_{\text{total}} = 360 + 105 = 465 . \]
Exactly one of those drawings is the perimeter \(1\!-\!2\!-\!3\!-\!4\!-\!5\!-\!6\!-\!7\!-\!1\), which yields a convex heptagon.
Checks: the same counting method gives \(70\) total for 6 points (hexagon) and \(3507\) total for 8 points (octagon), agreeing with \(1/70\) and \(1/3507\) respectively.
Q16 → Wrong due to silly mistake
Skipped Q20
Q25 → Not enough time
Was not able to solve; did not understand substitution of
n → n-k in the solution + solution video.
Redo!
Q24 Notes:
Q15, Q17, Q18, Q19, Q21, Q22, Q23 → Correct
Problem. Dennis rolls three fair six-sided dice, obtaining a, b, c ∈ {1,…,6}. Find \[ \mathbb{E}\!\bigl[\,|a-b|+|b-c|+|c-a|\,\bigr]. \]
Try the question first before scrolling down to read the solution.
Solution.
Step 1 — Linearity of expectation.
\[ \mathbb{E}\!\bigl[\,|a-b|+|b-c|+|c-a|\,\bigr] \;=\; \mathbb{E}[|a-b|]+\mathbb{E}[|b-c|]+\mathbb{E}[|c-a|] \;=\; 3\,\mathbb{E}[|a-b|]. \]Step 2 — Expected absolute difference of two dice.
Let \(X = |a-b|\). Its distribution is
\[ \begin{array}{c|cccccc} d & 0 & 1 & 2 & 3 & 4 & 5 \\ \hline \Pr(X=d) & \tfrac{6}{36} & \tfrac{10}{36} & \tfrac{8}{36} & \tfrac{6}{36} & \tfrac{4}{36} & \tfrac{2}{36} \end{array} \] \[ \mathbb{E}[|a-b|] =\frac{1}{36}\bigl(0\cdot6 + 1\cdot10 + 2\cdot8 + 3\cdot6 + 4\cdot4 + 5\cdot2\bigr) =\frac{70}{36} =\frac{35}{18}. \]Step 3 — Final answer.
\[ \mathbb{E}\!\bigl[\,|a-b|+|b-c|+|c-a|\,\bigr] = 3 \times \frac{35}{18} = \boxed{\tfrac{35}{6}}. \]