document.write( "Question 932503: Your car starts 95% 0f the time. What is probability it will start over the next 14 days? \n" ); document.write( "
Algebra.Com's Answer #566180 by ewatrrr(24785) You can put this solution on YOUR website! p(starting) = .95, n = 14 \n" ); document.write( "..... \n" ); document.write( " Using a TI calculator 0r similarly a Casio fx-115 ES plus \n" ); document.write( "P(x = 14) = binompdf(14, .95, 14) = .4877 0r 48.77% \n" ); document.write( "... \n" ); document.write( "by Hand: \n" ); document.write( "P(x = 14) = .95^14 \n" ); document.write( " \n" ); document.write( " |