document.write( "Question 1010567: A gumball machine contains 10 blue, 5 pink, 5 orange, 16 yellow and 14 white gumballs. What is the probability that a child receives a yellow followed by a white? (No replacement) \n" ); document.write( "
Algebra.Com's Answer #626151 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
There are fifty total gumballs.
\n" ); document.write( "The probability of having a yellow is 16/50 = .32.
\n" ); document.write( "The probability of next getting a white is 14/49 = .286
\n" ); document.write( "The probability of those happening one after the other is
\n" ); document.write( ".32 * .286 = .0915 or about 9.15%.
\n" ); document.write( "
\n" );