⌊ 5 x ⌋ = ⌊ 7 x ⌋
How many non-negative integer value x satisfy the equation above?
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.
Does the brackets around x/5 and x/7 means something
Log in to reply
@Razing Thunder : The brackets are the way to depict the greatest integer function, or the floor function, in math. In other words, those brackets tell you to round down to the nearest whole number.
Let f ( x ) = ⌊ 5 x ⌋ − ⌊ 7 x ⌋ . f ( x ) has solutions within 5 x − 7 x < ∣ 1 ∣ . For x ≤ 0 , we have 0 ≤ 5 x − 7 x < 1 . It is obvious that x = 0 is a solution. The upper bound of x is given by 5 x − 7 x < 1 ⟹ x < 2 3 5 and for integer x , x ≤ 1 4 . Note that x = 1 4 is also a solution. But not all integers from 0 to 1 4 are solutions. Those not solutions are when f ( x ) = ⌊ 5 x ⌋ − ⌊ 7 x ⌋ = 1 . They are 5 and 6 , when ⌊ 5 x ⌋ = 1 and ⌊ 7 x ⌋ = 0 , and 1 0 , 1 1 , 1 2 , and 1 3 , when ⌊ 5 x ⌋ = 2 and ⌊ 7 x ⌋ = 1 . Therefore the number of integer solutions is 1 5 − 6 = 9 .
Problem Loading...
Note Loading...
Set Loading...
Let ⌊ 5 x ⌋ = k = ⌊ 7 x ⌋ k ≤ 5 x < k + 1 5 k ≤ x < 5 k + 5 . . . . . . . [ 1 ] k ≤ 7 x < k + 1 7 k ≤ x < 7 k + 7 . . . . . . . [ 2 ] From [ 1 ] and [ 2 ] we get 7 k < 5 k + 5 ⇒ 2 k < 5 a n d 5 k < 7 k + 7 ⇒ − 2 k < 7 ⇒ 2 k > − 7 ⇒ − 7 < 2 k < 5 As x ≥ 0 ⇒ k ≥ 0 ⇒ 2 k ∈ { 0 , 1 , 2 , 3 , 4 } as k ∈ Z + ⇒ k ∈ { 0 , 1 , 2 }
For k = 0
From [ 1 ] 0 ≤ x < 5 . . . . . . . [ A 0 ] From [ 2 ] 0 ≤ x < 7 . . . . . . . [ B 0 ] From [ A 0 ] , [ B 0 ] 0 ≤ x < 5 . . . . . . . [ I ] For k = 1
From [ 1 ] 5 ≤ x < 1 0 . . . . . . . [ A 1 ] From [ 2 ] 7 ≤ x < 1 4 . . . . . . . [ B 1 ] From [ A 1 ] , [ B 1 ] 7 ≤ x < 1 0 . . . . . . . [ I I ] For k = 2
From [ 1 ] 1 0 ≤ x < 1 5 . . . . . . . [ A 2 ] From [ 2 ] 1 4 ≤ x < 2 1 . . . . . . . [ B 2 ] From A 2 , B 2 1 4 ≤ x < 1 5 . . . . . . . [ I I I ]
From [ I ] , [ I I ] and [ I I I ] we get x ∈ { 0 , 1 , 2 , 3 , 4 , 7 , 8 , 9 , 1 4 }
As there are 9 possible non-negative integer values of x , ∴ the answer is 9