You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/questions/comp2804/2022-winter-final/15/solution.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ under same logic we can say for Pr(B=a2>a3) = 1/2.
8
8
9
9
Similarly for Pr(A intersect B ) = 1/3! = 1/6. because under only 1 condition a1>a2>a3 and swapping there values will lead to something else compared to the condition we want.
10
10
11
-
so we can see Pr(A intersect B) < Pr(A) * Pr(B)
11
+
so we can see Pr(A intersect B) < Pr(A) \* Pr(B)
12
12
13
13
what for the big numbers now ? like n = 100 or 200 instead of 3?
0 commit comments