document.write( "Question 1192713: A bowl contains 18 white, 10 black, and 4 red buttons, if two buttons are drawn from the bowl, what is the probability that the first one is red and the second black if the buttons are drawn without replacement \n" ); document.write( "
Algebra.Com's Answer #824611 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A = probability of selecting a red button \n" ); document.write( "A = (number of red)/(number total) \n" ); document.write( "A = (4)/(18+10+4) \n" ); document.write( "A = 4/32 \n" ); document.write( "A = 1/8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B = probability of selecting a black button, given that event A has occurred (no replacement) \n" ); document.write( "B = (number of black)/(number left after event A happens) \n" ); document.write( "B = (10)/(32-1) \n" ); document.write( "B = 10/31\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A*B = probability of getting red, then black (no replacement) \n" ); document.write( "A*B = (1/8)*(10/31) \n" ); document.write( "A*B = (1*10)/(8*31) \n" ); document.write( "A*B = 10/248 \n" ); document.write( "A*B = 5/124\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 5/124 \n" ); document.write( " \n" ); document.write( " |