document.write( "Question 879601: The probability that I go to the gym on any given day of the week is 30%.
\n" );
document.write( "a) Find the probability distribution of the number of times that I go to the gym over the course of one week (7 days). \r
\n" );
document.write( "\n" );
document.write( "b) My physician recommends that I go to the gym at least 3 times per week. What is the probability that I follow the physician’s recommendation and go to the gym at least 3 times in a one week period? \n" );
document.write( "
Algebra.Com's Answer #530923 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(gym on given day) = .30, n = 7 \n" ); document.write( "P(x ≥ 3) = 1 - binomcdf(7, .30, 2)= .3529 0r 35.29% chance \n" ); document.write( " |