document.write( "Question 627196: A box contains 5 orange disks, 4 red disks, and 1 blue disk. You are to select two disks at random and without replacement from the box. What is the probability that the first disk you select will be red and the second disk you select will be orange? \n" ); document.write( "
Algebra.Com's Answer #394767 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
A box contains 5 orange disks, 4 red disks, and 1 blue disk. You are to select two disks at random and without replacement from the box. What is the probability that the first disk you select will be red and the second disk you select will be orange?
\n" ); document.write( ".
\n" ); document.write( "total disks: 5+4+1=10
\n" ); document.write( ".
\n" ); document.write( "probability of first pick: 4/10
\n" ); document.write( "probability of second pick: 5/9
\n" ); document.write( ".
\n" ); document.write( "probability of both: 4/10 * 5/9 = 20/90 = 2/9
\n" ); document.write( "
\n" );