document.write( "Question 1197486:  five of 10 new building in a city violate the building code . a random sample of three buildings selected for inspection.
\n" );
document.write( "1) what is the probability of none of the building violate the building code in a sample of 3 building .
\n" );
document.write( "2) what is the probability of at least one of the new building violate the building code in a sample of 3 building? \n" );
document.write( "
| Algebra.Com's Answer #830811 by ewatrrr(24785)     You can put this solution on YOUR website! p(in-violation) = 5/10 = .5 and p(non-violation) = .5 \n" ); document.write( " n = 3 \n" ); document.write( " P(non violaltion) = .5^3 = .125 \n" ); document.write( " P(at least one in-violation) = 1 - P(none) = 1 - .125 = .875 \n" ); document.write( " \n" ); document.write( " |