document.write( "Question 252028: Question 1: a) The sales Manager of an Automobile dealer estimated 80% of the new cars delivered by them have no defect and so will not be brought back immediately for repair. He sells a fleet of 10 cars to an important customer. What i»the probability that — (i) No car will be brought back (ii) Exactly two cars will be brought back. (iii) At least two cars will be brought back.
\n" );
document.write( "
\n" );
document.write( " b) State the laws of probability.
\n" );
document.write( " c) Describe giving examples different types of events.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #183839 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Question 1: a) The sales Manager of an Automobile dealer estimated 80% of the new cars delivered by them have no defect and so will not be brought back immediately for repair. He sells a fleet of 10 cars to an important customer. \n" ); document.write( "---- \n" ); document.write( "What is the probability that — \n" ); document.write( "(i) No car will be brought back P(none) = (0.80)^10 = 0.1074 \n" ); document.write( "------------------------ \n" ); document.write( "(ii) Exactly two cars will be brought back. \n" ); document.write( "P(x=2) = binompdf(10,0.2,2) = 0.3020 \n" ); document.write( "------------------------ \n" ); document.write( "(iii) At least two cars will be brought back. \n" ); document.write( "P(2 <= x <= 10) = 1 - binomcdf(10,0.2,1) = 0.6242 \n" ); document.write( "------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( "b) State the laws of probability. \n" ); document.write( "That is different for every textbook. Check yours. \n" ); document.write( "--- \n" ); document.write( "c) Describe giving examples different types of events. \n" ); document.write( "Too broad a question. \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |