document.write( "Question 1163782: Every cereal box has a gift inside, but you cannot tell from the outside what the gift is. The store manager assures you that 18 of the 52 boxes on the shelf have the secret decoder ring. The other 34 boxes on the shelf have a different gift inside. If you randomly select two boxes of cereal from the shelf to purchase, what is the probability that BOTH of them have the secret decoder ring?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #787987 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P(first box has a decoder ring) = 18/52 \n" ); document.write( "P(second box has a decoder ring) = 17/51 \n" ); document.write( "P(both have decoder rings) = (18/52)*(17/51) = (9/26)(1/3) = 3/26 \n" ); document.write( "OR.... \n" ); document.write( "Using a more sophisticated method -- which might be required in similar but more complicated problems.... \n" ); document.write( "P(both have decoder rings) = (# of ways of choosing 2 of the 18 boxes with decoder rings) divided by (# of ways of choosing 2 of the 52 boxes) \n" ); document.write( " = \n" ); document.write( "which is the same calculation as by the more elementary method. \n" ); document.write( " \n" ); document.write( " |