answersLogoWhite

0

The answer is 81. Simply add the three test scores and divide by three.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Stacey's average score on three maths tests is 84 Her last two test scores were 79 and 93 What was her first test score?

To find Stacey's first test score, we can use the formula for average: (sum of all scores) / (total number of scores). Stacey's total score on three tests is 84 x 3 = 252. Her last two test scores total 79 + 93 = 172. To find her first test score, we subtract the total of the last two tests from the total score: 252 - 172 = 80. Therefore, Stacey's first test score was 80.


What if your test grades are 83 94 86 and 91 what grade fo you need to earn on your next test to have an average of 90?

An average is worked out by dividing the total of the scores by the number of scores. You have 4 scores already so when you have done the next test it will be 5 scores. If you multiply 5 scores by 90 it gives you a total score of 450. The 4 scores you already have adds up to a total of 354. If you subtract 354 from the 450 you get 96 and that is your target for the final test. The average for the first 4 tests comes out at 88.5


What is the average SAT test score of students entering Penn State University?

The average sat test scores are at least 1100. That is for tha average student.


What are the scores on the SAT?

The SAT test has three different sections which are math, reading, and writing. An average score is considered 1500. A perfect store, which is very rare, is 2,400.


What is the median of Wednesday's test scores?

To find the median of Wednesday's test scores, first arrange the scores in numerical order from least to greatest, then select the middle value as the median. If there is an even number of scores, the median is the average of the two middle values.


5 test scores average 80 percent and What does the 6th quiz score have to be to raise the average to 83 percent?

If 5 scores average 80, their sum is 400.If 6 scores average 83, their sum will be 498.The sixth score must be (498 - 400) = 98% .


What Is The Mean In Mathematics Form?

The mean is the average of all numbers. Just like getting the average of your test scores.


If average test scores are 89 and then a sixth test score is 95 what is new average?

V + W + X + Y + Z) / 5 = 89 (V + W + X + Y + Z + 95) / 6 = ? 89*5= the sum of the 5 test scores. therefore, (445+95)/6 is the new average. 540/6=90. Your average test score is 90


How do you interpret IQ test scores?

a scale which takes the combined scores of the written test and compares this with the chronological age of the tester. this gives the number called the IQ. 100 is considered average.


How does recess affect test scores?

recess does improve test scores.


How do you code an application that displays a letter grade based on the average of three test scores?

i = (T1+T2+T3)/Max If i < 60 then F elseif i >= 60 and i < 70 then D ... End if


You are given a list of students names and their tests scores Design an algorithm that does the following calculates the average test scores?

(x)/(y)=avg X= Total of Scores. Y= Total of Students.