document.write( "Question 1077950: A deck of 10 cards consists of 7 cards that are black on both sides, and 3 cards that are black on one side
\n" );
document.write( "and white on the other. 2 cards are selected randomly and placed flat on the table. Calculate the
\n" );
document.write( "probability that 1 black and 1 white side are showing.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #692436 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! There are 20 sides that can be shown, and three are white. \n" ); document.write( "card 1 \n" ); document.write( "black 17/20==============white 3/20 \n" ); document.write( "card 2=black 16/19; white 3/19=====card 2, black 17/19, white 2/19 \n" ); document.write( "The probability will be 17/20*3/19+3/20*17/19=2*51/380=102/380=0.2684 \n" ); document.write( " |