document.write( "Question 1157402: The probability Michael makes a shot from his desk into the wastebasket is 0.6
\n" );
document.write( "a.) What is the probability Micheal shoots and misses?
\n" );
document.write( "p(Michael misses the shot) =
\n" );
document.write( "b.) What is the probability Michael makes3 shots in a row?
\n" );
document.write( "P(Michael makes 3 shots in a row) =
\n" );
document.write( "c.) What is the probability Michael misses his first three shots and makes his fourth shot?
\n" );
document.write( "P(no basket until the fourth shot) =
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #780375 by mathslover(157) You can put this solution on YOUR website! a.) What is the probability Micheal shoots and misses? \n" ); document.write( "p(Michael misses the shot) = 1-0.6 =0.4 \n" ); document.write( "b.) What is the probability Michael makes3 shots in a row? \n" ); document.write( "P(Michael makes 3 shots in a row) = 0.6* 0.6 *0.6 =.216 \n" ); document.write( "c.) What is the probability Michael misses his first three shots and makes his fourth shot? = (0.4)*(0.4)*(0.4)*0.6 =.0384 \n" ); document.write( "P(no basket until the fourth shot) = (0.4)*(0.4)*(0.4)*(0.4) = .0256 \n" ); document.write( " |