document.write( "Question 1031227: At a fast Food restaurant, the expected number of customers who will spend at least $10 during the lunchtime period from 12:00 noon to 2:00 P.M is 221 and the variance is 33.15. Assume this is a binomial model. Determine the number of customers will be in this fast food restaurant on this Friday during the lunch time period from 12:00 noon to 2:00P.M.\r
\n" );
document.write( "\n" );
document.write( "I am completely lost here, is there enough info to solve the problem? \n" );
document.write( "
Algebra.Com's Answer #645980 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Given information: \n" ); document.write( "Expected value E is E = 221 \n" ); document.write( "Variance V is V = 33.15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll use the formulas \n" ); document.write( "E = n*p \n" ); document.write( "V = n*p*(1-p) \n" ); document.write( "which are the formulas for the expected value and variance of a binomial distribution \n" ); document.write( "n is the sample size \n" ); document.write( "p is the probability of success \n" ); document.write( "The ultimate goal is to find the value of n\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Expected Value: \n" ); document.write( "E = n*p \n" ); document.write( "221 = n*p ... plug in the given expected value \n" ); document.write( "n*p = 221\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Variance: \n" ); document.write( "V = n*p*(1-p) \n" ); document.write( "V = 221*(1-p) ... plug in n*p = 221 \n" ); document.write( "33.15 = 221*(1-p) ... plug in the given variance\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we solve for p \n" ); document.write( "33.15 = 221*(1-p) \n" ); document.write( "33.15 = 221-221p \n" ); document.write( "33.15-221 = -221p \n" ); document.write( "-187.85 = -221p \n" ); document.write( "-221p = -187.85 \n" ); document.write( "p = -187.85/(-221) \n" ); document.write( "p = 0.85\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability of success is 0.85 \n" ); document.write( "This means the probability of picking one person who spent at least $10 is 0.85\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use p = 0.85 to find n\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n*p = 221 \n" ); document.write( "n*0.85 = 221 ... plug in p = 0.85 \n" ); document.write( "n = 221/0.85 \n" ); document.write( "n = 260\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 260 people in the sample\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Final Answer: 260 \n" ); document.write( " \n" ); document.write( " |