document.write( "Question 418984: A box contains six ham and four cheese sandwiches. Two sandwiches are randomly selected and eaten. What is the probability that both are ham sandwiches? \n" ); document.write( "
Algebra.Com's Answer #293081 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! there are 10C2 ways to select 2 sandwiches\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there are 6C2 ways to select 2 HAM sandwiches\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the probability of selecting two ham sandwiches is ___(6C2) / (10C2) \n" ); document.write( " |