document.write( "Question 216491: A salesman of small business computer systems will contact 4 customers during a week. Each contact can result in either a sale, with probability 0.2, or no sale, with probability 0.8. Assume that customer contacts are independent. If X denotes the number of computer systems sold during the week, find the probability distribution of X.\r
\n" );
document.write( "\n" );
document.write( "Could you please show me how you got to the solution. Thank you \n" );
document.write( "
Algebra.Com's Answer #163471 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A salesman of small business computer systems will contact 4 customers during a week. Each contact can result in either a sale, with probability 0.2, or no sale, with probability 0.8. Assume that customer contacts are independent. If X denotes the number of computer systems sold during the week, find the probability distribution of X. \n" ); document.write( "--------------------------- \n" ); document.write( "The random variable, X, has the following values: 0,1,2,3,4 \n" ); document.write( "--------- \n" ); document.write( "P(0) = (.8)^4 \n" ); document.write( "P(1) = 4C1(0.2)(0.8)^3 \n" ); document.write( "P(2) = 4C2(0.2)^2(0.8)^2 \n" ); document.write( "P(3) = \n" ); document.write( "P(4) = (0.2)^4 \n" ); document.write( "-------------------------------- \n" ); document.write( "These are the binomial probabilities for your experiment. \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |