
Dmytro K. answered 11/18/24
Top Ph.D Tutor teaching Creative Problem Solving
This is an example of poorly worded (or misworded) problem. So let us first solve see the intentions of problem writer.
Firstly problem writer has hidden assumptions
- each game is between two teams and that each game
- each game happens on random field, independently
Then intention was as follows.
Then define event
Ei as team i not playing on field 1 and
E as probability that only one team did not play on field 1
P[A_i] = P[one game is on field 2 or 3]16 = (2/3)16
~= 0.001523, call this p1
Then assuming E_i are independent one gets
P[E] = 12 * p1* (1-p1)11
~=0.01797
The key reason why this is a terrible problem is that the error in the reasoning above is, in almost any thinkable setup events Ei are not independent and then it becomes even bigger mess. However apprximate numerical answer should be close because events like two teams did not play on field 1 are already a lower order term and their correlation correction would be another order of magnitude smaller, so the answer should be correct to first 2 or 3 digits in the least.