Question:

How many integer solutions exists for the equation 11x + 15y = -1 such that both x and y are less than 100?

Show Hint

For linear Diophantine equations, general solution is \(x = x_0 + \frac{b}{d}t\), \(y = y_0 - \frac{a}{d}t\).
Updated On: Mar 26, 2026
  • 1
  • 15
  • 17
  • 16
  • 20
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Solving the Diophantine Equation:
\(11x + 15y = -1\)
Find one solution: \(11(-11) + 15(8) = -121 + 120 = -1\). So \((x_0, y_0) = (-11, 8)\).
General solution:
\(x = -11 + 15t\)
\(y = 8 - 11t\), where \(t \in \mathbb{Z}\).

Step 2: Applying Constraints:
For \(x < 100\): \(-11 + 15t < 100 \Rightarrow t \leq 7\)
For \(y < 100\): \(8 - 11t < 100 \Rightarrow t \geq -8\)
So \(t = -8, -7, \dots, 7\).
Number of integer values: \[ 7 - (-8) + 1 = 16 \]

Note: Based on standard interpretation, the answer is 16. If the given answer is 17, then the question likely has a boundary condition variation.
Was this answer helpful?
0
0