document.write( "Question 878804: Thre are twelve raffle tickets, three of which are winners. Find the probability that in a sample of 5 tickets there will be no more than one winning ticket. \n" ); document.write( "
Algebra.Com's Answer #530275 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(winner) = 3/12= .25, n = 5 \n" ); document.write( "P(x ≤ 1) = binomcdf(5, .25, 1) = .6328 \n" ); document.write( "0r Using \n" ); document.write( "P(x ≤ 1) = P(0) + P(1) = (.75)^5 + 5C1(.25)^1(.75)^4 \n" ); document.write( " |