SOLUTION: Solve/write an algorithm to find the average score on 5 quizzes and determine if the average is less than 60

Algebra.Com
Question 587705: Solve/write an algorithm to find the average score on 5 quizzes and determine if the average is less than 60
Answer by Theo(13342)   (Show Source): You can put this solution on YOUR website!
the formula for the average would be:
average = sum(x1 though x5) / 5
x1 = first score
x2 = second score
x3 = third score
etc.
once you find the average, you then look at it and see whether it's greater than or equal to or less than 60.




RELATED QUESTIONS

write an algorithm to find the average score on five quiz and determine if the average is (answered by stanbon)
write an algorithm on how to compute the average of five students... (answered by fractalier)
After taking 5 quizzes your average is 72 out of 100. What must your average score be on... (answered by macston)
After taking 5 quizzes your average is 72 out of 100. What must your average score be on... (answered by Fombitz)
Five quizzes are taken and the average score is x. A sixth quiz is taken and the score... (answered by Fombitz)
Jerson’s grades on his four quizzes are 88, 87, 90, and 95. If his target average on... (answered by Boreal)
A student scored 72 and 89 on her first two quizzes. Write and solve a compound... (answered by Boreal)
A student scored 72 and 89 on her first two quizzes. Write and solve a compound... (answered by fractalier)