document.write( "Question 871999: Find the probability of achieving success with each of the events below.
\n" );
document.write( "1) drawing a black card from a standard deck of cards
\n" );
document.write( "2) flipping a coin and getting heads three times in a row
\n" );
document.write( "3) rolling a die and getting a four \n" );
document.write( "
Algebra.Com's Answer #525864 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! 1) 26 out of 52 cards are black. \n" ); document.write( "2) Three coins flips gives 2^3 or 8 possible outcomes. All heads is one of those outcomes. \n" ); document.write( "3) There are 6 numbers on the die. One of them is a 4. |