document.write( "Question 235963: I have answered some of these but am not for sure if they are correct, the others, I am not for sure. Thanks in advance\r
\n" );
document.write( "\n" );
document.write( "1. Decide whether the random variable is discrete or continuous.\r
\n" );
document.write( "\n" );
document.write( "a.The number of bottles of water drunk in Florida in August 2008
\n" );
document.write( " Discrete\r
\n" );
document.write( "\n" );
document.write( "b.The number of wasps in the lab test nest
\n" );
document.write( " Discrete\r
\n" );
document.write( "\n" );
document.write( "c.The height of sophomores in a required US History class at Ridgemont High in 2008
\n" );
document.write( " Continuous
\n" );
document.write( "
\n" );
document.write( "d.The number of players on the Washington Redskins
\n" );
document.write( " Discrete\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "e.The speed of cars starting in the Darlington 500 in 2008
\n" );
document.write( " Continuous
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "2. Decide whether the distribution is a probability distribution. If it is not a probability distribution, identify the property that is not satisfied. \r
\n" );
document.write( "\n" );
document.write( "x P(x)
\n" );
document.write( "1 0.200
\n" );
document.write( "2 0.238
\n" );
document.write( "3 0.245
\n" );
document.write( "4 0.307\r
\n" );
document.write( "\n" );
document.write( "No it is not a probability distribution. It does not equal 1.
\n" );
document.write( "0.200 + 0.238 + 0.245 + 0.307 = 0.99\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Section 4.2: Binomial Probability\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "4. In a local college, 60% of the math majors are women. Fifteen math majors are chosen at random. (1 points each)\r
\n" );
document.write( "\n" );
document.write( "a. What is the probability that exactly 6 are women?\r
\n" );
document.write( "\n" );
document.write( "b. What is the probability that 5 or less women are selected?\r
\n" );
document.write( "\n" );
document.write( "c. What is the probability that 10 women are selected?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "d. Find the mean \r
\n" );
document.write( "\n" );
document.write( "e. Find the variance 2 \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "5. A multiple choice test has 20 questions with each having 4 possible answers with one correct. Assume a student randomly guesses the answer to every question. (2.5 points each)\r
\n" );
document.write( "\n" );
document.write( "a. What is the probability of getting exactly 11 correct answers?\r
\n" );
document.write( "\n" );
document.write( "b. What is the probability of getting less than 9 correct answers?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #173735 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. Decide whether the random variable is discrete or continuous. \n" ); document.write( "a.The number of bottles of water drunk in Florida in August 2008 \n" ); document.write( "Discrete \n" ); document.write( "OK \n" ); document.write( "----------------------- \n" ); document.write( "b.The number of wasps in the lab test nest \n" ); document.write( "Discrete \n" ); document.write( "OK \n" ); document.write( "----------------------- \n" ); document.write( "c.The height of sophomores in a required US History class at Ridgemont High in 2008 \n" ); document.write( "Continuous \n" ); document.write( "OK \n" ); document.write( "----------------------------- \r \n" ); document.write( "\n" ); document.write( "d.The number of players on the Washington Redskins \n" ); document.write( "Discrete \n" ); document.write( "OK \n" ); document.write( "-------------- \n" ); document.write( "e.The speed of cars starting in the Darlington 500 in 2008 \n" ); document.write( "Continuous \n" ); document.write( "OK \n" ); document.write( "-------------------------- \r \n" ); document.write( "\n" ); document.write( "2. Decide whether the distribution is a probability distribution. If it is not a probability distribution, identify the property that is not satisfied. \n" ); document.write( "x P(x) \n" ); document.write( "1 0.200 \n" ); document.write( "2 0.238 \n" ); document.write( "3 0.245 \n" ); document.write( "4 0.307 \n" ); document.write( "No it is not a probability distribution. It does not equal 1. \n" ); document.write( "0.200 + 0.238 + 0.245 + 0.307 = 0.99 \n" ); document.write( "OK \n" ); document.write( "--------------------- \n" ); document.write( "Section 4.2: Binomial Probability \r \n" ); document.write( "\n" ); document.write( "4. In a local college, 60% of the math majors are women. Fifteen math majors are chosen at random. (1 points each) \n" ); document.write( "a. What is the probability that exactly 6 are women? \n" ); document.write( "P(x=6) = 15C6(0.6)^6*(0.4)^9 = binompdf(15,0.6,6)= 0.0612 \n" ); document.write( "========================================== \n" ); document.write( "b. What is the probability that 5 or less women are selected? \n" ); document.write( "P(0<= x <= 5) = binomcdf(16,0.6,5) = 0.0338 \n" ); document.write( "========================================== \n" ); document.write( "c. What is the probability that 10 women are selected? \n" ); document.write( "P(x=10) = binompdf(15,0.6,10) = 0.1859 \n" ); document.write( "==========================================\r \n" ); document.write( "\n" ); document.write( "d. Find the mean \n" ); document.write( "mean = np = 15*0.6 = 9 \n" ); document.write( "========================================= \n" ); document.write( "e. Find the variance \n" ); document.write( "variance = npq = 9*0.4 = 3.6 \n" ); document.write( "======================================\r \n" ); document.write( "\n" ); document.write( "5. A multiple choice test has 20 questions with each having 4 possible answers with one correct. Assume a student randomly guesses the answer to every question. (2.5 points each) \n" ); document.write( "a. What is the probability of getting exactly 11 correct answers? \n" ); document.write( "binompdf(20,0.25,11) = 0.0030 \n" ); document.write( "b. What is the probability of getting less than 9 correct answers? \n" ); document.write( "binomcdf(20,0.25,8) = 0.9591 \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |