AMC 10 Daily Practice - Diophantine Equations

Complete problem set with solutions and individual problem pages

Problem 1 Medium

How many positive integer solutions of the following diophantine equations: 3x+8y=25 are there?

  • A.

    0

  • B.

    1

  • C.

    2

  • D.

    3

Answer:B

\begin{cases}x=3 \\ y=2 \\ \end{cases}

8y < 25, y \leqslant 3. y = 1, 2 \text{ or } 3. Plug in and solve for x, we have x = 3, y = 2.

Link Problem
Problem 2 Medium

Jason's mother went shopping at the supermarket. It is known that buying 13 chicken eggs, 5 duck eggs, and 9 quail eggs costs 9.25 dollars. Buying 2 chicken eggs, 4 duck eggs, and 3 quail eggs costs 3.20 dollars. Jason's mother wants to know how much it would cost to buy one chicken egg, one duck egg, and one quail egg.

  • A.

    1.05 dollars

  • B.

    1 dollars

  • C.

    1.15 dollars

  • D.

    1.2 dollars

  • E.

    0.9 dollars

Answer:A

Let the prices of chicken eggs, duck eggs, and quail eggs be x, y, and z dollars, respectively. We have

\begin{cases}13x+5y+9=9.25 \\ 2x+4y+3z=3.2 \\ \end{cases}

\begin{cases}y=x+0.05 \\ z=1-2x \\ \end{cases}

Also,

\begin{cases}13x+5y+9=9.25 \\ 2x+4y+3z=3.2 \\ \end{cases}

\begin{cases}5\left( x+y+z \right)+4\left( 2x+z \right)=9.25 \\ 4\left( x+y+z \right)-\left( 2x+z \right)=3.2 \\ \end{cases}

Then, x+y+z=1.05.

Link Problem
Problem 3 Hard

Joey, Chloe and their daughter Zoe all have the same birthday. Joey is 1 year older than Chloe, and Zoe is exactly 1 year old today. Today is the first of the 9 birthdays on which Chloe's age will be an integral multiple of Zoe's age. What will be the sum of the two digits of Joey's age the next time his age is a multiple of Zoe's age? (2018 AMC 10B Problems, Question #19)

  • A.

    7

  • B.

    8

  • C.

    9

  • D.

    10

  • E.

    11

Answer:E

Let Joey's age be j, Chloe's age be c, and we know that Zoe's age is 1. We know that there must be 9 values k\in\mathbf{Z} such that c+k=a(1+k) where a is an integer.Therefore, c-1+(1+k)=a(1+k) and c-1=(1+k)(a-1). Therefore, we know that, as there are 9 solutions for k, there must be 9 solutions for c-1. We know that this must be a perfect square. Testing perfect squares, we see that c-1=36, so c=37. Therefore, j=38. Now, since j-1=37, by similar logic, 37=(1+k)(a-1), so k=36 and Joey will be 38+36=74 and the sum of the digits is 11.

Here's a different way of saying the above solution:

If a number is a multiple of both Chloe's age and Zoe's age, then it is a multiple of their difference. Since the difference between their ages does not change, then that means the difference between their ages has 9 factors. Therefore, the difference between Chloe and Zoe's age is 36, so Chloe is 37, and Joey is 38. The common factor that will divide both of their ages is 37, so Joey will be 74. 7 + 4=11.

Similar approach to above, just explained less concisely and more in terms of the problem (less algebra-y),

Let C+n denote Chloe's age, J+n denote Joey's age, and Z+n denote Zoe's age, where n is the number of years from now. We are told that C+n is a multiple of Z+n exactly nine times. Because Z+n is 1 at n=0 and will increase until greater than C-Z, it will hit every natural number less than C-Z, including every factor of C-Z. For C+n to be an integral multiple of Z+n, the difference C-Z must also be a multiple of Z, which happens iff Z is a factor of C-Z. Therefore,C-Z has nine factors. The smallest number that has nine positive factors is 2^23^2=36 (we want it to be small so that Joey will not have reached three digits of age before his age is a multiple of Zoe's). We also know Z=1 and J=C+1. Thus, C-Z=36J-Z=37 By our above logic, the next time J-Z is a multiple of Z+n will occur when Z+n is a factor of J-Z. Because 37 is prime, the next time this happens is at Z+n=37, when J+n=74. 7+4=11.

Link Problem
Table of Contents
  • 1
  • 2
  • 3