document.write( "Question 440574: In a certain college, 33% of the physics majors belong to ethnic minorities. Find the probability that 7 or more belong to an ethnic minority from a random sample of 10 students who are physics majors. \n" ); document.write( "
Algebra.Com's Answer #304354 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "In a certain college, 33% of the physics majors belong to ethnic minorities.
\n" ); document.write( "Find the probability that 7 or more belong to an ethnic minority from a random
\n" ); document.write( " sample of 10 students who are physics majors.
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = .33 and q = .67 and n = 10
\n" ); document.write( " nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "P(7 or more are physics majors) = .0185
\n" ); document.write( "10C7(.33)^7(.67)^3 +10C8(.33)^8(.67)^2 +10C9(.33)^9(.67)^1 +10C10(.33)^10
\n" ); document.write( " .0154 + .0028 + .0003 + .000015 = .0185 \n" ); document.write( "
\n" );