Question 1: Properties of Numbers
Hard · Properties of Numbers
If x and y are positive integers such that 4x + 7y = 97, what is the greatest possible value of x?
- A. 3
- B. 5
- C. 12
- D. 19
- E. 22
Show the answer and explanation
Answer: D. 19
- A. 3 is the value of y that goes with the largest x. The question asks for x.
- B. 5 is the x that pairs with the largest admissible y, y = 11. Maximising y minimises x.
- C. 12 is the next solution down, pairing with y = 7. There is a larger one at y = 3.
- D. Correct. y = 3 gives 4x = 76 and x = 19, and no smaller positive y makes 97 − 7y a multiple of 4.
- E. This takes y = 1, gets 4x = 90 and rounds 22.5 down. x must be an integer exactly, so y = 1 is not admissible.
How to solve it
Maximising x means minimising y. Since 4x = 97 − 7y must be a positive multiple of 4, and 97 is odd, 7y must be odd, so y is odd. Testing y = 1 gives 4x = 90, not a multiple of 4; y = 3 gives 4x = 76 and x = 19. So the greatest x is 19, with the other solutions being (12, 7) and (5, 11).
Why it is hard: A linear equation in two integers where the answer depends on finding the smallest admissible y.
