document.write( "Question 1106611: I don't know if I'm in the right section or anything, but just need to know the steps and answer to this simple chance experiment:\r
\n" ); document.write( "\n" ); document.write( "I have a jar of 60 marbles. 58 are blue and 2 are red. If I draw out a marble 15 times without putting any back, what is the chance I draw both red marbles?\r
\n" ); document.write( "\n" ); document.write( "Thank you very much in advance!
\n" ); document.write( "

Algebra.Com's Answer #721957 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Chance don't draw either is 58/60*57/59*56/58*...*44/46=0.5593
\n" ); document.write( "That is the brute force method.
\n" ); document.write( "for 0 is 58C15/60C15, or 0.5593\r
\n" ); document.write( "\n" ); document.write( "for 1 is 0.3813, 58C14*2C1/60C15\r
\n" ); document.write( "\n" ); document.write( "for both is 58C13*2C2 (which is 1)/60C15, or 0.0593 answer.
\n" ); document.write( "
\n" );