document.write( "Question 933559: please help me solve this question.
\n" );
document.write( "a group of students have three desktop computers and three laptop computers. they want to select two computers at random for a course project. Let X be the number of laptop computers in the selection.how many ways can the students select two computers from six? what is the probability of selecting X=2 laptop computers? construct a probability distribution table for X? find the variance of X? \n" );
document.write( "
Algebra.Com's Answer #566891 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a group of students have 3 desktop computers and 3 laptop computers. they want to select 2 computers at random for a course project. \n" ); document.write( "Let X be the number of laptop computers in the selection. \n" ); document.write( "how many ways can the students select two computers from six? 6C2 = 15 \n" ); document.write( "------------------------------ \n" ); document.write( "what is the probability of selecting X=2 laptop computers? \n" ); document.write( "P(x = 2) = 3C2/6C2 = 3/15 = 1/5 \n" ); document.write( "-------------------------------------- \n" ); document.write( " construct a probability distribution table for X? \n" ); document.write( "P(x = 0) = (3C0*3C2)/6C2 = (1*3)/6C2 = 1/5 \n" ); document.write( "P(x = 1) = (3C1*3C1)/6C2) = 9/15 = 3/5 \n" ); document.write( "P(x = 2) = (3C2)(3C0)/6C2 = 1/5 \n" ); document.write( "find the variance of X? \n" ); document.write( "Ans: 2/3 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |