Find the number of positive integers x satisfying
⌊ 8 x ⌋ = ⌊ 1 1 x ⌋ .
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.
I got 15. LOL I can't count.
Log in to reply
you got !5 because you counted 0 as a solution which indeed is a solution. But the ques is asking for positive solution....
great solution sir
Here,
⌊ 8 x ⌋ = ⌊ 1 1 x ⌋
Since, x ∈ Z + , so we can have,
⌊ 8 x ⌋ = ⌊ 1 1 x ⌋ = 0 ⌊ 8 x ⌋ = ⌊ 1 1 x ⌋ = 1 ⌊ 8 x ⌋ = ⌊ 1 1 x ⌋ = 2
These are the only three positive integral values for x because the smallest value of x for which ⌊ 8 x ⌋ = 3 is 2 4 and smallest value of x for which ⌊ 1 1 x ⌋ = 3 is 3 3 , but at x = 3 3 , ⌊ 8 x ⌋ = 4 , which means we cannot have a common x for ⌊ 8 x ⌋ = ⌊ 1 1 x ⌋ = 3 and this trend continues
∀ x ≥ 3 where x ∈ Z + .
So, we have three cases:
Case 1: ⌊ 8 x ⌋ = ⌊ 1 1 x ⌋ = 0
In this case 0 < x < 8 .
So x ∈ [ 1 , 2 , 3 , 4 , 5 , 6 , 7 ] .
■ Total values of x = 7 .
Case 2: ⌊ 8 x ⌋ = ⌊ 1 1 x ⌋ = 1
In this case 1 1 ≤ x < 1 6 , because for 8 ≤ x < 1 1 , ⌊ 8 x ⌋ = 1 , while ⌊ 1 1 x ⌋ = 0 . Also, at 1 6 ≤ x < 2 2 , ⌊ 8 x ⌋ = 2 , while ⌊ 1 1 x ⌋ = 1 .
So x ∈ [ 1 1 , 1 2 , 1 3 , 1 4 , 1 5 ] .
■ Total values of x = 5 .
Case 3: ⌊ 8 x ⌋ = ⌊ 1 1 x ⌋ = 2
In this case 2 2 ≤ x ≤ 2 3 or simply x ∈ [ 2 2 , 2 3 ] , because for x ≥ 2 4 , ⌊ 8 x ⌋ = ⌊ 1 1 x ⌋ (as deduced earlier) and for 1 6 ≤ x < 2 2 , ⌊ 8 x ⌋ = 2 , while ⌊ 1 1 x ⌋ = 1 as already shown in previous case.
So x ∈ [ 2 2 , 2 3 ] .
■ Total values of x = 2 .
Hence, the required answer: 7 + 5 + 2 = 1 4
Beautiful detailed explanation.
good observation!!
Let ⌊ n 1 x ⌋ = ⌊ n 2 x ⌋ = k , n 2 > n 1
So, solution for x becomes x ≥ n 2 k and x ≤ n 1 ( k + 1 ) − 1
So, for the set to be not null, n 2 k ≤ n 1 ( k + 1 ) − 1 k ≤ n 2 − n 1 n 1 − 1
Substituting values, we get k < 3
So, for k = 0 → 7 values k = 1 → 5 values k = 2 → 2 values
Hence 1 4 values
Problem Loading...
Note Loading...
Set Loading...
For x > 0 , ⌊ 8 x ⌋ = ⌊ 1 1 x ⌋ = k , where k is a non-negative integer. Then we have:
⎩ ⎨ ⎧ ⌊ 8 x ⌋ = k ⌊ 1 1 x ⌋ = k ⟹ 8 k ≤ x < 8 ( k + 1 ) ⟹ 8 k ≤ x ≤ 8 k + 7 ⟹ 1 1 k ≤ x < 1 1 ( k + 1 ) ⟹ 1 1 k ≤ x ≤ 1 1 k + 1 0
Since 8 k ≤ 1 1 k and 8 k + 7 ≤ 1 1 k + 1 0 , therefore, 1 1 k ≤ x ≤ 8 k + 7 .
\(\begin{array} {} k = 0 & \implies 11(0) \le x \le 8(0)+7 & \implies x = 1,2,3,4,5,6,7 & \color{blue}{\text{7 solutions}} \\ k = 1 & \implies 11(1) \le x \le 8(1)+7 & \implies x = 11,12,13,14,15 & \color{blue}{\text{5 solutions}} \\ k = 2 & \implies 11(2) \le x \le 8(2)+7 & \implies x = 22,23 & \color{blue}{\text{2 solutions}} \\ k = 3 & \implies 11(3) \le x \le 8(3)+7 & \implies \require{cancel} \color{red}{\cancel{33 \le x \le 31}} & \color{red}{\text{No solution for }k \ge 3} \end{array} \)
Therefore, the total number of integer solutions is 7 + 5 + 2 = 1 4 .