document.write( "Question 1074401: Two tickets are drawn from a box with 5 tickets numbered as follows: 1,1,3,3,5.
\n" );
document.write( "If the tickets are drawn with replacement, find the probability that the first ticket is a 1 and the second ticket is a 5.
\n" );
document.write( "
\n" );
document.write( "If the tickets are drawn without replacement, find the probability that the first ticket is a 1 and the second ticket is a 3.
\n" );
document.write( "
\n" );
document.write( "If the tickets are drawn without replacement, find the probability that the first ticket is a 1 and the second ticket is a 1.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #689069 by stanbon(75887) ![]() You can put this solution on YOUR website! Two tickets are drawn from a box with 5 tickets numbered as follows: 1,1,3,3,5. \n" ); document.write( "If the tickets are drawn with replacement, find the probability that the first ticket is a 1 and the second ticket is a 5. \n" ); document.write( "P(condition) = (2/5)(1/5) = 2/25 \n" ); document.write( "---------------------- \n" ); document.write( "If the tickets are drawn without replacement, find the probability that the first ticket is a 1 and the second ticket is a 3. \n" ); document.write( "P(condition) = (2/5)(2/4) = 4/20 = 1/5 \n" ); document.write( "---------------------- \n" ); document.write( "If the tickets are drawn without replacement, find the probability that the first ticket is a 1 and the second ticket is a 1. \n" ); document.write( "P(condition) = (2/5)(1/4) = 2/20 = 1/10 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |