You can put this solution on YOUR website! mean =4.62 Standard deviation = .23 what percent of data is above 5
---------
Find the z-score of 5.
----
z(5) = (5-4.62)/0.23 = 1.6522
---------------------------------
% of data above 5 = % of distribution above 1.6522
= normalcdf(1.6522,100) = 4.92.%
------------
Cheers,
Stan H.