document.write( "Question 197134: A bicycle-rental store has ten bicycles available for rent. On an average day, 60% of the bicycles are rented out. Answer the following questions. Round your answers to the nearest whole percent.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "24. Find the probability that on one day, only four of the ten bicycles are rented out. \r
\n" );
document.write( "\n" );
document.write( "25. Find the probability that on one day, all ten of the bicycles are rented out \n" );
document.write( "
Algebra.Com's Answer #147793 by stanbon(75887) ![]() You can put this solution on YOUR website! A bicycle-rental store has ten bicycles available for rent. On an average day, 60% of the bicycles are rented out. Answer the following questions. Round your answers to the nearest whole percent. \r \n" ); document.write( "\n" ); document.write( "24. Find the probability that on one day, only four of the ten bicycles are rented out. \n" ); document.write( "It's a binomial problem with n = 10, p = 0.6, x = 4 \n" ); document.write( "P(x = 4) = 10C4(0.6)^4(0.4)^6 = 0.1115 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |