3

"Determine which of the following are solutions of the equation $\lfloor x \rfloor = \lceil -x \rceil - 6$"

I understand there are two methods to finding a solution for the floor when $x$ is an integer and $x$ is not an integer.

Just wondering if someone could run through the steps in determining these solutions with me?

Thank you!

Raymond Manzoni
  • 43,021
  • 5
  • 86
  • 140

2 Answers2

2

Hint: Write $x = n + r$, where $n = \lfloor x \rfloor$ is an integer, and $0 \le r < 1$ is possibly a fraction. Now,
$-x = -n - r$ so $\lceil -x \rceil = -n$. Can you use these in the equation?

Macavity
  • 46,381
1

I agree with Macavity too.

Let $n\in (\Bbb Z>0)$.

If $0<x $ then $x=n+r$ such that $0 \le r <1 \Rightarrow [x]=n$ and $[-x]=-n-1 \Rightarrow n=-n-1-6 \Rightarrow 2n=-7$ does not have answer!

Else if $0>x$ then $x=-n+r$ and $0 \le r <1 \Rightarrow [x]=-n$ and $[-x]=n-1 \Rightarrow -n=n-1-6 \Rightarrow 2n=7 \Rightarrow n=\frac{7}{2}$ so does not have answer!

Somaye
  • 2,730
  • I tried to improve your post using TeX (for better readability). Please check whether these edits did not unintentionally change the meaning of your post. – A.P. Apr 07 '13 at 12:06