document.write( "Question 181533: a box contains five red balls, six green balls, and nine yellow balls. suppose you select one ball at random from the box and do not replace it. then you randomly select a second ball. find the probability that both balls selected are red. \n" ); document.write( "
Algebra.Com's Answer #136120 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
number of ways red can occur 5
\n" ); document.write( "total of possible outcomes is 20
\n" ); document.write( ":
\n" ); document.write( "so to choose 1 red P(r)= 5/20
\n" ); document.write( "then you lose one red ball so our number of ways red can occure is now 4 and the total possible outcomes is 19. hence:
\n" ); document.write( ":
\n" ); document.write( "P(r)=4/19
\n" ); document.write( ":
\n" ); document.write( "for the probability of this you multiply these together
\n" ); document.write( ":
\n" ); document.write( "(5/20)(4/19)=(20/20*19)=1/19
\n" ); document.write( "
\n" );