document.write( "Question 522937: 6. Fifty faculty travel expense vouchers were submitted to the statistics department during the summer. Of these 20 contained errors. If five vouchers are selected at random what is the probability that:
\n" );
document.write( "a. None contain errors.
\n" );
document.write( "b. One contains an error
\n" );
document.write( "c. Three or more contain errors
\n" );
document.write( "d. What kind of probability distribution did you use to solve this problem?
\n" );
document.write( "e. Make a graph of the PDF
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #347085 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Fifty faculty travel expense vouchers were submitted to the statistics department during the summer. Of these 20 contained errors. If five vouchers are selected at random what is the probability that: \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 5 and p(error) = (20/50) = 2/5 p(no error) = 3/5 \n" ); document.write( "----------------------- \n" ); document.write( "a. None contain errors.::::(3/5)^5 \n" ); document.write( "-------------------------------------- \n" ); document.write( "b. One contains an error:::5C1*(2/5)(3/5)^4 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "c. Three or more contain errors::: 1 - binomcdf(5,2/5,2) \n" ); document.write( "------------------------------------------------ \n" ); document.write( "d. What kind of probability distribution did you use to solve this problem? \n" ); document.write( "Binomial \n" ); document.write( "-------- \n" ); document.write( "e. Make a graph of the PDF \n" ); document.write( "If you have a TI calculator use the binompdf function key \n" ); document.write( "to find P(x = 0), P(x=1)....,P(x=5) \n" ); document.write( "where P(x=k) = nCk*p^k*q*(n-k) \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |