We need to choose 5 individuals from group A (which has 7 boys and 3 girls) and 3 individuals from group B (which has 6 boys and 5 girls).
For group A, we can select 3 boys and 2 girls, or 4 boys and 1 girl. The number of ways to select these members can be calculated using combinations:
\[
\text{Ways for group A} = \binom{7}{4} \times \binom{3}{1} + \binom{7}{3} \times \binom{3}{2}.
\]
For group B, we can select the remaining individuals:
\[
\text{Ways for group B} = \binom{6}{1} \times \binom{5}{2} + \binom{6}{2} \times \binom{5}{1}.
\]
Multiplying the total number of ways for both groups gives the final answer.
Final Answer: 8750.