document.write( "Question 1203178: In a certain school, the principal gave the analysis of the qualified subject teachers in the school as follows:
\n" );
document.write( "English teachers = 10
\n" );
document.write( "Biology teachers = 12
\n" );
document.write( "French teachers = 6
\n" );
document.write( "Mathematics teachers = 8
\n" );
document.write( "Physics teachers = 4
\n" );
document.write( "If two teachers are to represent the school in a workshop, what is the probability that both will come from either Biology or Physics? \n" );
document.write( "
Algebra.Com's Answer #838533 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "NOTE: There are two interpretations of the problem. \n" ); document.write( "(1) both are biology teachers or both are physics teachers \n" ); document.write( "(2) both are either biology teachers or physics teachers \n" ); document.write( "Total number of teachers: 10+12+6+8+4 = 40 \n" ); document.write( "Number of ways of choosing 2 teachers: \"40 choose 2\" = C(40,2) = (40*39)/(2*1) = 780 \n" ); document.write( "Number of ways of choosing 2 biology teachers: 12 choose 2 = C(12,2) = (12*11)/(2*1) = 66 \n" ); document.write( "Number of ways of choosing 2 physics teachers: 4 choose 2 = C(4,2) = (4*3)/(2*1) = 6 \n" ); document.write( "ANSWER: probability that either 2 biology or 2 physics teachers are selected = (66+6)/780 = 72/780 = 6/65 \n" ); document.write( "With the other interpretation, the number of ways of selecting two teachers who are EITHER biology or physics teachers is \n" ); document.write( "C(16,2)/C(40,2) = 120/780 = 2/13 \n" ); document.write( " |