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)\"\" \"About 
You can put this solution on YOUR website!
1) 26 out of 52 cards are black. \"P%28B%29=26%2F52=1%2F2\"
\n" ); document.write( "2) Three coins flips gives 2^3 or 8 possible outcomes. All heads is one of those outcomes. \"P%28HHH%29=1%2F8\"
\n" ); document.write( "3) There are 6 numbers on the die. One of them is a 4. \"P%284%29=1%2F6\"
\n" ); document.write( "
\n" );