How many positive integers x satisfy the equation
∣ ∣ ∣ x + 1 − 2 ∣ ∣ ∣ + ∣ ∣ ∣ x + 1 − 3 ∣ ∣ ∣ = 1 ?
This problem is part of the set Absolute Value Equations .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let f ( x ) = ∣ ∣ x + 1 − 2 ∣ ∣ + ∣ ∣ x + 1 − 3 ∣ ∣ .
For 0 ≤ x < 3 :
f ( x ) = 2 − x + 1 + 3 − x + 1 = 5 − 2 x + 1 ⟹ 5 ≤ f ( x ) < 1 (No solution)
For 3 ≤ x < 8 :
f ( x ) = x + 1 − 2 + 3 − x + 1 = 1 ⟹ (5 positive integer solutions: x = 3 , 4 , 5 , 6 , 7 )
For x ≥ 8 :
f ( x ) = x + 1 − 2 + x + 1 − 3 = 2 x + 1 − 5 ⟹ f ( x ) ≥ 1 (1 positive integer solution: x = 8 )
Therefore, there are 6 positive integer solutions 3 ≤ x ≤ 8 .
Values between 3 and 8 (both inclusive) satisfy
Problem Loading...
Note Loading...
Set Loading...
Consider the equation 1 = | sqrt (x + 1) - 2 | + | sqrt (x + 1) - 3 | for values of sqrt(x + 1) in different intervals using the definition of absolute value:
Case 1: (- infinity, 2) The equation becomes 5 - 2 sqrt(x + 1) =1 and sqrt(x + 1) = 2 which is not part.
Case 2: [2, 3) The equation becomes constant 1 = 1 where sqrt(x + 1) takes different values of x + 1 in interval [4, 9). Hence, x = 3, 4, 5, 6, and 7 having automatically 5 solutions.
Case 3: [3, infinity) The equation becomes 2 sqrt(x + 1) - 5 = 1 where sqrt(x + 1) = 3 and x = 8 having one solution.
Hence, there are six positive integral solutions for the said equation.