A university student has passed a certain number of exams, achieving an average of 23. After passing another exam, his average drops to 22.25. Given that the grade of each exam is an integer between 18 and 30 inclusive, what grade did the student receive on the last exam?
Pick one
Solution
Solution:
The answer is (C). Let n be the number of exams passed by the student with the average of 23. Let S be the sum of the grades obtained by the student before the last exam and x the grade obtained in the last exam. We have: {S=23nS+x=22.25(n+1) Subtracting the first equation from the second we get x=22.25−0.75n, that is 4x=89−3n. It follows that 89−3n is divisible by 4. Since x is an integer greater than or equal to 18 and n>0, we also have 72≤89−3n<89, from which n=3 and x=20.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement translated into English from it; metadata (topic, difficulty) added by this project.