document.write( "Question 856963: A manufacturer of compact disk players subjects the equipment to a comprehensive testing process for all electrical and mechanical functions before it leaves the factory.Previously data indicate that the probability of equipment passing the test 0.9.if four compact disk players are randomly selected,what is the probability\r
\n" ); document.write( "\n" ); document.write( "a.all four compact disk playes pass the test
\n" ); document.write( "b.no compact disk passes
\n" ); document.write( "c.at least three compact disks pass
\n" ); document.write( "d.less than two compact disks pass
\n" ); document.write( "

Algebra.Com's Answer #516265 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p = .9, n = 4
\n" ); document.write( "P(all four)= (.9)^4 = .6561
\n" ); document.write( "P(none) = (.1)^4 = .00009
\n" ); document.write( "Using TI
\n" ); document.write( "P(at least three) = binompdf(4, .9, 3) + binompdf(4, .9, 4)= .9477
\n" ); document.write( "P(x < 2) = (.1)^4 + binompdf(4, .9, 1) = .0037
\n" ); document.write( " \n" ); document.write( "
\n" );