athena97
How many integer values of x and y are there such that 4x + 7y = 3, while |x | < 500 and |y| < 500?
(A) 144
(B) 143
(C) 142
(D) 141
(E) 140
Given:
- |x| < 500 → Inference: \(-500 < x < 500\)
- |y| < 500 → Inference: \(-500 < y < 500\)
\(4x + 7y = 3\)
\(4x = - 7y + 3\)
\(4x = - 4y - 3y + 3\)
\(x = - y + \frac{3 - 3y}{4}\)
As \(x\) and \(y\) are integers, let's try to find a value of \(y\) for which the fraction part is eliminated. We can see, that for y = 1, the numerator 3 - 3y becomes 0, thereby eliminating the fraction part.
Hence for y = 1 → x = -1 + 0 = -1
Therefore one pair of (x,y) that satisfies the equation ( -1, 1)
Let's try to find another pair of (x,y) that satisfies the equation
If y = 5 → x = -8
If y = 9 → x = -15
.
.
So on
We see that for every 4 units change in the value of y, the value of x changes by 7 units. Hence, x changes at a faster rate than y.
Thus, \(x\) will reach the value of -500 or 500 faster than \(y\) would.
Let's find the integer value of \(n\) such that x is close to -500
-500 = -1 + (n-1)(-7)
-499 = (n - 1)(-7)
71.XX = n - 1
n = 72.XX
As n denotes the number of terms, we take the integer value → n = 72
Similarly, when x tends towards positive 500
500 = -1 + (n-1)(7)
501 = (n-1)7
71.XX = n - 1
n = 72
However, we have considered -1 twice, hence we need to subtract once
72 + 72 -1 = 72 + 71 = 143
Option B