The March issue of the New York Times magazine "Play" contained an
article on the Steinbrenners. A sidebar by Jordan Ellenberg discussed
the probability calculation for a team winning a division.
Specifically, the article calculated the probability of the Yankees
winning the division over the Red Sox assuming that (1) the Red Sox
are actually two games better, (2) the effect of chance is normally
distributed, and (3) the standard deviation of wins is seven as: 1/
(7*sqrt(2*pi)) * Integrate[e^(-(x+2)^2/9

, {x: 0, Infinity}].
(Ellenberg then solves this integral to 0.3875...)
I assume this integral is derived from the normal density function,
but I'm too far removed from my college calculus to figure it out.
Any help in showing how the integral is derived from the normal
distribution density function would be appreciated.
--Dan