InterviewSolution
Saved Bookmarks
| 1. |
Average score is 70 and standard deviation is 5 the score pattern is if the student is more than average +2.5* standard deviation than printout the grade as sWrite a python code |
|
Answer» Explanation: score scoreThe z score tells you how many standard deviations from the mean your score is. In this example, your score is 1.6 standard deviations above the mean. You MAY also see the z score formula SHOWN to the LEFT. |
|