To calculate the weighted average of the four test scores, we multiply each score by its corresponding weight and then sum these values. Finally, we divide by the total of the weights.
Here are the scores and their weights:
- Score 1: 60 with weight 20% (0.20)
- Score 2: 70 with weight 20% (0.20)
- Score 3: 80 with weight 30% (0.30)
- Score 4: 90 with weight 30% (0.30)
Now we calculate the weighted contributions:
- \( 60 \times 0.20 = 12 \)
- \( 70 \times 0.20 = 14 \)
- \( 80 \times 0.30 = 24 \)
- \( 90 \times 0.30 = 27 \)
Now we sum these contributions:
\( 12 + 14 + 24 + 27 = 77 \)
Thus, the weighted average is:
\[ \text{Weighted average} = 77 \]
So the answer is:
77