document.write( "Question 948130: Joey has a 97% chance of catching the early train to work each morning. What is the probability that he misses the train at least once in twenty mornings? \n" ); document.write( "
Algebra.Com's Answer #578650 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Probability he catches the train 20 times in a row: \n" ); document.write( "P(catches all 20) = (0.97)^20 = 0.54379\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability he misses at least one train: \n" ); document.write( "P(misses at least one) = 1-P(catches all 20) = 1-0.54379 = 0.45621\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 0.45621 or 45.621% (rough approximation) \n" ); document.write( " |