Given:
- Bag A: 3 white and 4 red balls (total 7)
- Bag B: 4 white and 5 red balls (total 9)
- Bag C: 5 white and 6 red balls (total 11)
One ball is drawn from each bag.
Find the probability of getting exactly one white ball and two red balls.
Step 1: Possible cases for one white and two red balls:
- White from A, Red from B, Red from C
- Red from A, White from B, Red from C
- Red from A, Red from B, White from C
Step 2: Calculate probabilities for each case:
1) White from A, Red from B, Red from C:
\[
\frac{3}{7} \times \frac{5}{9} \times \frac{6}{11} = \frac{90}{693}
\]
2) Red from A, White from B, Red from C:
\[
\frac{4}{7} \times \frac{4}{9} \times \frac{6}{11} = \frac{96}{693}
\]
3) Red from A, Red from B, White from C:
\[
\frac{4}{7} \times \frac{5}{9} \times \frac{5}{11} = \frac{100}{693}
\]
Step 3: Sum all probabilities:
\[
\frac{90}{693} + \frac{96}{693} + \frac{100}{693} = \frac{286}{693}
\]
Simplify numerator and denominator by dividing both by 11:
\[
\frac{286/11}{693/11} = \frac{26}{63}
\]
Therefore,
\[
\boxed{\frac{26}{63}}
\]