document.write( "Question 322381: According to a recent survey, 35% of American adults say they eat a balanced meal at lest once a day. You interview randomly selected adults and sak whether they ate a balanced meal yesterday. Wha ti sthe probability that the first person to answer yes will be the fourth person you interview.
\n" );
document.write( "Is this the correct formula for this question?...i'm trying binomcdf(4, 0.35,1) \n" );
document.write( "
Algebra.Com's Answer #230826 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! According to a recent survey, 35% of American adults say they eat a balanced meal at lest once a day. You interview randomly selected adults and sak whether they ate a balanced meal yesterday. Wha ti sthe probability that the first person to answer yes will be the fourth person you interview. \n" ); document.write( "--------------- \n" ); document.write( "Is this the correct formula for this question?...i'm trying binomcdf(4, 0.35,1) \n" ); document.write( "No. You are told the order is no,no,no,yes. \n" ); document.write( "cdf supposes the yes can occur at any one of the four positions. \n" ); document.write( "--------------- \n" ); document.write( "Ans: P(no,no,no,yes) = 0.65^3*0.35 = 0.0961 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |