The probability is 0.5
rounded off is just 0.50
Same strategy as before: transform <em>X</em> ∼ Normal(76.0, 12.5) to <em>Z</em> ∼ Normal(0, 1) via
<em>Z</em> = (<em>X</em> - <em>µ</em>) / <em>σ</em> ↔ <em>X</em> = <em>µ</em> + <em>σ</em> <em>Z</em>
where <em>µ</em> is the mean and <em>σ</em> is the standard deviation of <em>X</em>.
P(<em>X</em> < 79) = P((<em>X</em> - 76.0) / 12.5 < (79 - 76.0) / 12.5)
… = P(<em>Z</em> < 0.24)
… ≈ 0.5948
Answer:
10
Step-by-step explanation: