MrWhite
A bank teller has $255 in $5 bills and $10 bills. If the number of $10 bills is greater than the number of $5 bills, what is the maximum possible number of bills that the bank teller has?
(A) 35
(B) 33
(C) 31
(D) 29
(E) 26
Assume that -
- The number of $10 bills = \(x\)
- The number of $5 bills = \(y\)
\(10x + 5y = 255\)
Dividing the equation by 5 on both sides we get
\(2x + y = 51\)
\(x = \frac{50 + 1 - y}{2}\)
\(x = 25 + \frac{1 - y}{2}\)
For y = 1
x = 25 + 0 = 25
Hence, (x,y) = (25,1) is one possible solution.
Other values of (x,y), that satisfy the equation are
(x,y) = (25,1) ⇒ Sum = 26
(x,y) = (24,3) ⇒ Sum = 27
(x,y) = (23,5) ⇒ Sum = 28
(x,y) = (22,7) ⇒ Sum = 29
Inference: For every one-point decrease in the value of x, the value of y increases by 2 points. The sum increases by 1 point.
Let's write a few more terms based on this logic
(x,y) = (25,1) ⇒ Sum = 26
(x,y) = (24,3) ⇒ Sum = 27
(x,y) = (23,5) ⇒ Sum = 28
(x,y) = (22,7) ⇒ Sum = 29
(x,y) = (21,9) ⇒ Sum = 30
(x,y) = (20,11) ⇒ Sum = 31
(x,y) = (19,13) ⇒ Sum = 32
(x,y) = (18,15) ⇒ Sum = 33
(x,y) = (17,17) ⇒ Sum = 34 ⇒ We can stop here, because x must be greater than y.
Maximum Sum = 18 + 15 = 33
Option B