document.write( "Question 1174089: Question no 2 (A): Students are randomly selected from SMIU, probability that they are from BA is ½, probability that they are from CS is 1/3 and remaining is the probability that they are from Media Studies department. Group of 12 students is selected:
\n" );
document.write( "(a) What is the probability that at least 6 are from BA department
\n" );
document.write( "(b) What is the probability that none is from media department
\n" );
document.write( "(c) What is the probability that at most three are from CS Department
\n" );
document.write( "Question No 2 (B): Assume that the number of road accidents in any month are no ofcharacters in your first name. What is the probability fewer than three accidents will occur in a particular month?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #799484 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Hi,\r\n" ); document.write( " P(BA) = 1/2 and P(CS) = 1/3 and P(OTHER) = 1/6\r\n" ); document.write( "\r\n" ); document.write( " 12 Students: \r\n" ); document.write( "\r\n" ); document.write( "(a) What is the probability that at least 6 (1 more than half) are from BA department \r\n" ); document.write( " P (x ≥ 6BA) = 1 - P (x ≤ 5BA) = 1 - binomcdf(12, .5, 5)\r\n" ); document.write( "\r\n" ); document.write( "(b) What is the probability that none is from media department \r\n" ); document.write( " P (none from the media department) = 1- 1/6 = 5/6 \r\n" ); document.write( "\r\n" ); document.write( "(c) What is the probability that at most three are from CS Department\r\n" ); document.write( " P( x ≤ 3) = binomcdf(12, .3333, 3)\r\n" ); document.write( "\r\n" ); document.write( "__________________\r\n" ); document.write( "\r\n" ); document.write( "Question No 2 (B): Assume that the number of road accidents in any month \r\n" ); document.write( "are no of characters in your first name. \r\n" ); document.write( "\r\n" ); document.write( "What is the probability fewer than three accidents will occur in a particular month?\r\n" ); document.write( " \r\n" ); document.write( "Poisson Distribution: Am Using μ = 5 \r\n" ); document.write( " P(x ≤ 2) = poissoncdf (2,5) = .1247\r\n" ); document.write( "\r\n" ); document.write( "Use Your calculator. Important You feel comfortable using it.\r\n" ); document.write( "\r\n" ); document.write( "Wish You the Best in your Studies.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |