document.write( "Question 1175643: A diskette manufacturer has determined that 3% of his diskettes are defective.
\n" );
document.write( "He has just sold 2 disks to a customer.\r
\n" );
document.write( "\n" );
document.write( "(a) What is the probability that both the disks purchased by the customer are
\n" );
document.write( "defective? \r
\n" );
document.write( "\n" );
document.write( "(b) What is the probability that one of the disks is defective?\r
\n" );
document.write( "\n" );
document.write( "I am struggling with what Probability Methods (formulas) to use with these applications. Any help would be greatly appreciated!\r
\n" );
document.write( "\n" );
document.write( "Thank You!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #801283 by Boreal(15235) You can put this solution on YOUR website! 97% or 0.97 of the disks are not defective \n" ); document.write( "The probability of two in a row not being defective (assuming independence) is 0.97^2=0.9409. \n" ); document.write( "probability that 1 is defective is 2*0.03*0.97=0.0582, since there are two ways that can happen. \n" ); document.write( "The sun of the first two outcomes is 0.9991, and the last possible outcome, that both disks are defective, is 0.03^2 or 0.0009, making the sum 1.0 \n" ); document.write( " |