document.write( "Question 962392: It is known that 15% of all people have pets. If 15 people are selected at random, what is the probability that exactly four people will have pets? \n" ); document.write( "
Algebra.Com's Answer #588011 by jjthomson83(4)\"\" \"About 
You can put this solution on YOUR website!
Using nCrP^(n-r)q^r
\n" ); document.write( "n=15, r=4, P=100%-15%=0.85, (n-r)=15-4=11 and q=15%=0.15
\n" ); document.write( "15C4×(0.85)^11×(0.15)^4
\n" ); document.write( "=0.1156 to four significant figures.
\n" ); document.write( "
\n" );