document.write( "Question 1189899: Find the probability of the following events.\r
\n" );
document.write( "\n" );
document.write( "Getting a defective item when two items are randomly selected from a box of two defective and three non-defective items \n" );
document.write( "
Algebra.Com's Answer #821517 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the probability of the following events.\r \n" ); document.write( "\n" ); document.write( "Getting a defective item when two items are randomly selected from a box of two defective and three non-defective items \n" ); document.write( "-------------------- \n" ); document.write( "With replacement: \n" ); document.write( "(2/5)*(2/5) = 4/25 \n" ); document.write( "--------------------- \n" ); document.write( "Without replacement: \n" ); document.write( "(2/5)*(1/4) \n" ); document.write( " |