We need to determine how many software personnel have skills in both Java and Dot Net. Let:
We use the formula for the union of two sets:
\(|A \cup B| = |A| + |B| - |A \cap B|\)
Substituting the known values:
\( 1000 = 750 + 450 - |A \cap B| \)
Simplifying gives:
\( 1000 = 1200 - |A \cap B| \)
\( |A \cap B| = 1200 - 1000 \)
\( |A \cap B| = 200 \)
Therefore, the number of personnel with skills in both Java and Dot Net is 200.
