document.write( "Question 1083913: Roberto tosses a coin tree times what is the theoretical probability a coin landing on heads at least on of those times?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #697978 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! The table of possibilities is \n" ); document.write( "TTT \n" ); document.write( "TTH \n" ); document.write( "THT \n" ); document.write( "HTT \n" ); document.write( "THH \n" ); document.write( "HHT \n" ); document.write( "HTH \n" ); document.write( "HHH \n" ); document.write( "There is at least 1 head in every case \n" ); document.write( "but the first one, so I can say: \n" ); document.write( "P[ at least 1 head ] = 7/8 \n" ); document.write( " \n" ); document.write( " |