document.write( "Question 861857: A recent study found that 80% of all people over 60 years of age wear glasses. If a random sample of 6
\n" ); document.write( "people over 60 years of age is selected, find these probabilities.
\n" ); document.write( "a. Exactly 4 people will wear glasses.
\n" ); document.write( "b. At most 2 people will wear glasses.
\n" ); document.write( "c. At least 2 people will wear glasses.\r
\n" ); document.write( "\n" ); document.write( "If 60% of the children had German measles by the time they were 12 years old, find these
\n" ); document.write( "probabilities for a sample of 8 children.
\n" ); document.write( "a. At least 5 have had German measles.
\n" ); document.write( "b. Exactly 7 have had German measles.
\n" ); document.write( "c. More than 3 have had German measles.\r
\n" ); document.write( "\n" ); document.write( "Cumulative density function (CDF) is defined as: CDF(X=x)=P(X<=x), plot the CDF of X where X follows a standard normal distribution for X=-3, -2, …, +2, +3.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #519320 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p = .8 and n = 6
\n" ); document.write( "people over 60 years of age is selected, find these probabilities.
\n" ); document.write( " a. Exactly 4 people will wear glasses. binompdf(6,.8,4)
\n" ); document.write( " b. At most 2 people will wear glasses. binomcdf(6, 8,2)
\n" ); document.write( " c. At least 2 people will wear glasses. 1 - bin0mcdf(6,.8,1)
\n" ); document.write( "
\n" );