I have a homework question that I wasn't positive about. This is the first probability course I have taken and the class is only taught using excel so I apologize for the lack of formulas in my reasoning.
The size of a fish in a lake follows a normal distribution with a mean = 1 lb 4 oz and standard deviation = 3 oz. Fish that weigh less than 1 lb 9 oz must be released back into the lake. Bill wants to reach his limit of 5 'keepers'. What is the probability that Bill must catch at least 40 fish in order to reach the limit?
To find p I used norm.dist(25,20,3,1) = 0.190787. Then p(x=5) = binom.dist(35,40,p,0) = 0.09530982. Does this seem like the right way to do a problem like this? I'm not sure of how I would do it by hand as my professor does not teach us any formulas other than the excel ones. Any help is very much appreciated!!