document.write( "Question 456123: a set of 12 cards is numbered 1,2,3...,12. suppose you pick a card at random without looking . find the probability of each event.\r
\n" );
document.write( "\n" );
document.write( " P (a multiple of 3)
\n" );
document.write( " P(a multiple of 4)
\n" );
document.write( "P(an even number) \n" );
document.write( "
Algebra.Com's Answer #313109 by robertb(5830)![]() ![]() You can put this solution on YOUR website! P(a multiple of 3) = 4/12 = 1/3.\r \n" ); document.write( "\n" ); document.write( "P(a multiple of 4) = 3/12 = 1/4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(an even number) = 6/12 = 1/2. \n" ); document.write( " |