document.write( "Question 879596: 70% of disk drives made from Com drive function properly. If we have a collection of 5 disk drives what is the probability that: (worth 10 points, 5 points apiece)\r
\n" ); document.write( "\n" ); document.write( "a) At least one disk drive doesn’t function?
\n" ); document.write( "b) At least one disk drive is functioning
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #530925 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(good) = .70, p(def) = .30, n = 5
\n" ); document.write( "a)P(at least one def) = 1 - P(all good) = 1 - (.80)^5
\n" ); document.write( "b) P(at least one good) = 1 - P(all bad) = 1 - (.30)^5
\n" ); document.write( "
\n" );