document.write( "Question 192516: Probability Distribution
\n" );
document.write( "1. Decide whether the random variable is discrete or continuous.
\n" );
document.write( "a. The number of oil spills off the East Coast
\n" );
document.write( "b. The number of touchdowns in the 2007 Super Bowl
\n" );
document.write( "c. The temperature in degrees Fahrenheit on December 31 in New York City
\n" );
document.write( "d. The blood pressure of Statistic student in a class one hour after the final exam
\n" );
document.write( "e. The age of the youngest student in an English grammar class\r
\n" );
document.write( "\n" );
document.write( "Binomial Probability\r
\n" );
document.write( "\n" );
document.write( "Find the indicated binomial probabilities. Round to the nearest 3 decimal places.\r
\n" );
document.write( "\n" );
document.write( "4. Hot Shot Battery manufactures batteries in batches of 15 with a defective rate of 10%
\n" );
document.write( "a. What is the probability that exactly 2 will be defective?
\n" );
document.write( "
\n" );
document.write( "b. What is the probability that between 2 and 4 inclusive will be defective?
\n" );
document.write( "
\n" );
document.write( "c. What is the probability that no batteries will be defective?
\n" );
document.write( "d. Find the mean
\n" );
document.write( "e. Find the variance 2
\n" );
document.write( "
\n" );
document.write( "5. A Multiple-choice test has 15 questions with each having 4 possible answers with one correct. Assume a student answers every question. \r
\n" );
document.write( "\n" );
document.write( "a. What is the probability of getting exactly 5 correct answers?\r
\n" );
document.write( "\n" );
document.write( "b. What is the probability of getting less than 6 correct answers?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #144532 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Probability Distribution \n" ); document.write( "1. Decide whether the random variable is discrete or continuous. \n" ); document.write( "a. The number of oil spills off the East Coast \n" ); document.write( "discrete \n" ); document.write( "-------------------- \n" ); document.write( "b. The number of touchdowns in the 2007 Super Bowl \n" ); document.write( "discrete \n" ); document.write( "-------------------- \n" ); document.write( "c. The temperature in degrees Fahrenheit on December 31 in New York City \n" ); document.write( "continuous \n" ); document.write( "-------------------- \n" ); document.write( "d. The blood pressure of Statistic student in a class one hour after the final exam \n" ); document.write( "discrete \n" ); document.write( "-------------------- \n" ); document.write( "e. The age of the youngest student in an English grammar class \n" ); document.write( "discrete \n" ); document.write( "------------------------ \n" ); document.write( "Binomial Probability \n" ); document.write( "Find the indicated binomial probabilities. Round to the nearest 3 decimal places. \n" ); document.write( "4. Hot Shot Battery manufactures batteries in batches of 15 with a defective rate of 10%\r \n" ); document.write( "\n" ); document.write( "a. What is the probability that exactly 2 will be defective? \n" ); document.write( "15C2(0.1)^2(0.9)^13 = 0.267 \n" ); document.write( "-------------------------------\r \n" ); document.write( "\n" ); document.write( "b. What is the probability that between 2 and 4 inclusive will be defective? \n" ); document.write( "binomcdf(15,0.1,4) - binomcdf(15,0.1,1) = 0.438 \n" ); document.write( "-------------------------------\r \n" ); document.write( "\n" ); document.write( "c. What is the probability that no batteries will be defective? \n" ); document.write( "(0.9)^15 = 0.206 \n" ); document.write( "-------------------------------\r \n" ); document.write( "\n" ); document.write( "d. Find the mean \n" ); document.write( "np = 15*0.1 = 1.5 \n" ); document.write( "------------------------------- \n" ); document.write( "e. Find the variance 2 \n" ); document.write( "npq = 1.5*.9 = 1.35 \n" ); document.write( "------------------------------- \r \n" ); document.write( "\n" ); document.write( "5. A Multiple-choice test has 15 questions with each having 4 possible answers with one correct. Assume a student answers every question. \n" ); document.write( " \n" ); document.write( "a. What is the probability of getting exactly 5 correct answers? \n" ); document.write( "15C5(1/4)^5(3/4)^10 = 0.165 \n" ); document.write( "-------------------------------\r \n" ); document.write( "\n" ); document.write( "b. What is the probability of getting less than 6 correct answers? \n" ); document.write( "binomcdf(15,0.25,5) = 0.852 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |