Answer:
Explanation:
For this case we know that our random variable X="weight loss or gain" is distributed on this way:
And we want the probability a person loses 1.5 pounds or more. If we interpret this an individual person losses 1.5 pounds or more if our random variable is equal or lower than 1.5. That means this:
And for this case we can use the normal standard distribution or excel with the following code:
"=NORM.DIST(-1.5,0,1,TRUE)"
And we got:
We need to remember that if the negative number decrease on the weight loss we are increasing the loss. For this reason we just need to find P(X<-1.5).