How many ordered pairs of positive integers (a, b) satisfy 1/a + 1/b = 2/17?
Understand the Problem
The question is asking us to find all pairs of positive integers (a, b) such that the equation 1/a + 1/b = 2/17 holds true. To solve this, we can first eliminate fractions and transform the equation into a standard form that represents positive integer solutions.
Answer
The pairs of positive integers are $(9, 153)$, $(17, 17)$, and $(153, 9)$.
Answer for screen readers
The pairs of positive integers $(a, b)$ that satisfy the equation are (9, 153), (17, 17), and (153, 9).
Steps to Solve
- Eliminate Fractions
To eliminate the fractions in the equation $ \frac{1}{a} + \frac{1}{b} = \frac{2}{17} $, we can find a common denominator for the left side:
$$ \frac{b + a}{ab} = \frac{2}{17} $$
This leads us to:
$$ 17(a + b) = 2ab $$
- Rearranging the Equation
Rearranging the equation gives us:
$$ 2ab - 17a - 17b = 0 $$
- Factoring the Equation
Next, we will try factoring the quadratic-like equation. Rewrite it as:
$$ 2ab - 17a - 17b + 289 = 289 $$
Now we can factor the left side as:
$$ (2a - 17)(2b - 17) = 289 $$
- Finding Factor Pairs of 289
Now, we need to find the pairs of factors of 289. The pairs are:
$$ (1, 289), (17, 17), (289, 1) $$
- Setting Up Equations From Factor Pairs
Next, we set up equations using each pair. For each factor $(p, q)$, we have:
$$ 2a - 17 = p $$ $$ 2b - 17 = q $$
From this, we solve for $a$ and $b$:
$$ a = \frac{p + 17}{2} $$ $$ b = \frac{q + 17}{2} $$
- Calculating Values for Each Pair
Now, substitute the factor pairs:
- For $(1, 289)$:
$$ a = \frac{1 + 17}{2} = 9, \quad b = \frac{289 + 17}{2} = 153 $$
- For $(17, 17)$:
$$ a = \frac{17 + 17}{2} = 17, \quad b = \frac{17 + 17}{2} = 17 $$
- For $(289, 1)$:
$$ a = \frac{289 + 17}{2} = 153, \quad b = \frac{1 + 17}{2} = 9 $$
- Listing Positive Integer Solutions
The positive integer pairs $(a, b)$ that satisfy the equation are:
- $(9, 153)$
- $(17, 17)$
- $(153, 9)$
The pairs of positive integers $(a, b)$ that satisfy the equation are (9, 153), (17, 17), and (153, 9).
More Information
The number 289 is significant because it is a perfect square ($17^2$). This leads us to symmetrical and unique integer solutions.
Tips
- Forgetting to check that solutions must remain positive integers when substituting back.
- Misidentifying the factor pairs or neglecting the symmetry in pairs such as $(a,b)$ and $(b,a)$.
AI-generated content may contain errors. Please verify critical information