the question is the following one: a student attended to a certain number of exams, his grade's average is 25 ( the possible grades are 18-30), in the next exam he gets 30 and his average raises to 26, how many exams he took? the correct answer is 5, but how am i supposed to get it? i tried doing things with the average definition using the summation but i didn't come out with any solution, anyone knows how to solve this?
2026-04-03 19:34:32.1775244872
a logic question about average
47 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$\cfrac{25n+30}{n+1}=26$$ $25n$ is the sum of the grades in the $n$ exams. Multiply both sides by $n+1$ $$25n+30=26(n+1)=26n+26$$ $$25n+30=26n+26$$ $$n=4$$ Where $n$ is how many exams he took before the one he scored 30, so taking that one into account , we have a total of $4+1=5$ exams.