document.write( "Question 35473: According to the bureau of Naval Standards. 75% of all people are inners (their belly buttons poke inward) Everyone else is an outer.
\n" );
document.write( "Let the random variable x be the number of outers among 7 randomly selected persons.\r
\n" );
document.write( "\n" );
document.write( "A.Find the mean and variance of x
\n" );
document.write( "B.Find the probability that exactly 2 of the 7 persons are outers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #21588 by narayaba(40) ![]() You can put this solution on YOUR website! probability of being a inner is 3/4 and probability of being an outer is 1/4 \n" ); document.write( "x is random variable represneting the number of outer among 7 randomly slected persons \r \n" ); document.write( "\n" ); document.write( "P(X = x) = C(n,x)*p^x*q^(n-x), where C(n,x) = n!/(x!*(n-x)!) \n" ); document.write( "p = 1/4 q =1 - p =3/4 and n=7\r \n" ); document.write( "\n" ); document.write( "mean of x \n" ); document.write( "1*p(x=1) + 2*p(x=2) + 3*p(x=3) + 4*p(x=4) + 5*p(x=5) + 6*p(x=6) + 7*p(x=7)\r \n" ); document.write( "\n" ); document.write( "mean of x = 7*1/4= 7/4 \n" ); document.write( "variance of x is n*p(1-p) = 7*(1/4)*(3/4) = 21/16 \r \n" ); document.write( "\n" ); document.write( "P(x=2) = C(7,2)*( 1/4)^2*(3/4)^5 \n" ); document.write( "= 21*(1/16)*(243/1024) \n" ); document.write( " |