Find number of real numbers a such that and is an integer here represents fractional part of .
P.S. i dont know the latex code for fractional part so i used the above symbol. Hope it does not create any confusion
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.
Normally I use { x } and ⌊ x ⌋ to represent fractional and integral part of x , respectively.
The trick of this question is 4 < a < 5 , so we know for sure that ⌊ a ⌋ = 4 . Furthermore, we have an identity { a } = a − ⌊ a ⌋ , thus we get { a } = a − 4 . The expression is transformed into a ( 1 2 − 2 a ) . Suppose that a ( 1 2 − 2 a ) = k , where k is an integer as given. We have 2 a 2 − 1 2 a + k = 0 , whose solutions are of the form a = 2 6 ± 3 6 − 2 k . Apply this form to the inequality 4 < a < 5 , we have 4 < 2 6 + 3 6 − 2 k < 5 , 2 < 3 6 − 2 k < 4 , 4 < 3 6 − 2 k < 1 6 , 1 0 < k < 1 6 . Consequently, there are 5 known possible values of a that satisfy our condition, which occur when k = 1 1 , 1 2 , 1 3 , 1 4 , 1 5 . These values of a are real, since k < 1 8 implies 3 6 − 2 k > 0 .
On the other hand, if we start the inequality by 2 6 − 3 6 − 2 k , this is impossible because it leads to 2 < − 3 6 − 2 k < 4 .
Therefore, there are exactly 5 possible values of a .