Concept:
• Law of Total Probability: \( P(E) = P(A_1)P(E|A_1) + P(A_2)P(E|A_2) \).
• Combination formula for selection: \( ^nC_r = \frac{n!}{r!(n-r)!} \).
Step 1: Define the events and their probabilities
Let \( D \) be the event that a debate competition is held, and \( Q \) be the event that a quiz competition is held.
\( P(D) = \frac{1}{3} \)
\( P(Q) = \frac{2}{3} \)
Let \( E \) be the event that one girl and one boy are selected.
Step 2: Calculate conditional probabilities for each competition
For Debate (Team A: 4G, 6B, Total 10):
The number of ways to select 1 girl and 1 boy out of 2 students is:
\( P(E|D) = \frac{^4C_1 \times ^6C_1}{^{10}C_2} = \frac{4 \times 6}{45} = \frac{24}{45} \)
For Quiz (Team B: 7G, 3B, Total 10):
The number of ways to select 1 girl and 1 boy out of 2 students is:
\( P(E|Q) = \frac{^7C_1 \times ^3C_1}{^{10}C_2} = \frac{7 \times 3}{45} = \frac{21}{45} \)
Step 3: Apply the Law of Total Probability
\( P(E) = P(D)P(E|D) + P(Q)P(E|Q) \)
\( P(E) = \left( \frac{1}{3} \times \frac{24}{45} \right) + \left( \frac{2}{3} \times \frac{21}{45} \right) \)
\( P(E) = \frac{24}{135} + \frac{42}{135} = \frac{66}{135} \)
Simplifying the fraction by dividing by 3:
\( P(E) = \frac{22}{45} \)