Difference between revisions of "1984 AIME Problems/Problem 10"

(Solution)
m (Solution)
Line 10: Line 10:
  
 
It follows that <math>c+w\geq 26</math> and <math>w\leq 3</math>, so <math>c\geq 23</math> and <math>s=30+4c-w\geq 30+4(23)-3=119</math>. So Mary scored at least 119. To see that no result other than 23 right/3 wrong produces 119, note that <math>s=119\Rightarrow 4c-w=89</math> so <math>w\equiv 3\pmod{4}</math>. But if <math>w=3</math>, then <math>c=23</math>, which was the result given; otherwise <math>w\geq 7</math> and <math>c\geq 24</math>, but this implies at least 31 questions, a contradiction. This makes the minimum score <math>\boxed{119}</math>.
 
It follows that <math>c+w\geq 26</math> and <math>w\leq 3</math>, so <math>c\geq 23</math> and <math>s=30+4c-w\geq 30+4(23)-3=119</math>. So Mary scored at least 119. To see that no result other than 23 right/3 wrong produces 119, note that <math>s=119\Rightarrow 4c-w=89</math> so <math>w\equiv 3\pmod{4}</math>. But if <math>w=3</math>, then <math>c=23</math>, which was the result given; otherwise <math>w\geq 7</math> and <math>c\geq 24</math>, but this implies at least 31 questions, a contradiction. This makes the minimum score <math>\boxed{119}</math>.
 +
 +
== Solution 2 ==
 +
A less technical approach that still gets the job done:
 +
 +
Pretend that the question is instead a game, where we are trying to get certain numbers by either adding 4 or 5. The maximum number we can get is 70. The goal of the game is to find out what number we can achieve in only ONE method, while all other numbers above that can be achieved with TWO or MORE methods. (Note: This is actually the exact same problem as the original, just reworded differently and now we are adding score. If this is already confusing, I suggest not looking further.)
 +
 +
For example, the number "21" can be achieved with only 1 method (4+4+4+4+5). However, 25, which is a larger number than 21, can be achieved with multiple methods (e.g. 5*5 or 4*5 + 5), hence 21 is not the number we are trying to find.
 +
 +
If we make a table of adding 4 or adding 5, we will see we get 4, 8, 12, 16, 20, etc. if we add only 4s and if we add 5 to those numbers then we will get 9, 13, 17, 21, 25 etc. Now a key observation to getting this problem correct is that if we can add one of those previous base numbers to 20, then there will be multiple methods (because 20 = 4*5 = 5*4).
 +
 +
Hence, the number we are looking for cannot be 20 plus one of those base numbers. Instead, it must be 10 plus that base number, because that results in the same last digit while maintaining only one method to solve. For example, if we start with 4, the number 14 would have only 1 method to solve, but the number 24 would have multiple (because 4 + 20 = 24 and we are trying to avoid adding 20). The largest number we see that is in our base numbers is 21. Hence, our maximum number is 21 + 10 = <math>\boxed {31}</math>
 +
 +
Note that if we have the number 25, that can be solved for via multiple methods, and if we keep repeating our cycle of base numbers, we are basically adding 20 to a previous base number, which we don't want.
 +
 +
And since the maximum number of this game is 31, that is the number we subtract from the maximum score of 150, so we get 150 - 31 = <math>119</math>
 +
 +
P.S. didn't think the solution would be this complicated when I first wrote it but it's quite complicated. Look to sol 1 if you want a concise method using inequalities that's probably better than this solution
  
 
== See also ==
 
== See also ==

Revision as of 20:11, 5 June 2019

Problem

Mary told John her score on the American High School Mathematics Examination (AHSME), which was over $80$. From this, John was able to determine the number of problems Mary solved correctly. If Mary's score had been any lower, but still over $80$, John could not have determined this. What was Mary's score? (Recall that the AHSME consists of $30$ multiple choice problems and that one's score, $s$, is computed by the formula $s=30+4c-w$, where $c$ is the number of correct answers and $w$ is the number of wrong answers. (Students are not penalized for problems left unanswered.)

Solution

Let Mary's score, number correct, and number wrong be $s,c,w$ respectively. Then

$s=30+4c-w=30+4(c-1)-(w-4)=30+4(c+1)-(w+4)$.

Therefore, Mary could not have left at least five blank; otherwise, 1 more correct and 4 more wrong would produce the same score. Similarly, Mary could not have answered at least four wrong (clearly Mary answered at least one right to have score above 80, or even 30.)

It follows that $c+w\geq 26$ and $w\leq 3$, so $c\geq 23$ and $s=30+4c-w\geq 30+4(23)-3=119$. So Mary scored at least 119. To see that no result other than 23 right/3 wrong produces 119, note that $s=119\Rightarrow 4c-w=89$ so $w\equiv 3\pmod{4}$. But if $w=3$, then $c=23$, which was the result given; otherwise $w\geq 7$ and $c\geq 24$, but this implies at least 31 questions, a contradiction. This makes the minimum score $\boxed{119}$.

Solution 2

A less technical approach that still gets the job done:

Pretend that the question is instead a game, where we are trying to get certain numbers by either adding 4 or 5. The maximum number we can get is 70. The goal of the game is to find out what number we can achieve in only ONE method, while all other numbers above that can be achieved with TWO or MORE methods. (Note: This is actually the exact same problem as the original, just reworded differently and now we are adding score. If this is already confusing, I suggest not looking further.)

For example, the number "21" can be achieved with only 1 method (4+4+4+4+5). However, 25, which is a larger number than 21, can be achieved with multiple methods (e.g. 5*5 or 4*5 + 5), hence 21 is not the number we are trying to find.

If we make a table of adding 4 or adding 5, we will see we get 4, 8, 12, 16, 20, etc. if we add only 4s and if we add 5 to those numbers then we will get 9, 13, 17, 21, 25 etc. Now a key observation to getting this problem correct is that if we can add one of those previous base numbers to 20, then there will be multiple methods (because 20 = 4*5 = 5*4).

Hence, the number we are looking for cannot be 20 plus one of those base numbers. Instead, it must be 10 plus that base number, because that results in the same last digit while maintaining only one method to solve. For example, if we start with 4, the number 14 would have only 1 method to solve, but the number 24 would have multiple (because 4 + 20 = 24 and we are trying to avoid adding 20). The largest number we see that is in our base numbers is 21. Hence, our maximum number is 21 + 10 = $\boxed {31}$

Note that if we have the number 25, that can be solved for via multiple methods, and if we keep repeating our cycle of base numbers, we are basically adding 20 to a previous base number, which we don't want.

And since the maximum number of this game is 31, that is the number we subtract from the maximum score of 150, so we get 150 - 31 = $119$

P.S. didn't think the solution would be this complicated when I first wrote it but it's quite complicated. Look to sol 1 if you want a concise method using inequalities that's probably better than this solution

See also

1984 AIME (ProblemsAnswer KeyResources)
Preceded by
Problem 9
Followed by
Problem 11
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions