29.0k views
0 votes
Is the statement [x]=Lx + 1)
true for all real
numbers? Explain.

2 Answers

3 votes

Answer:

The statement is not true for all real numbers. It is only true for decimal or fractional values of x .If x is an integer, then the ceiling function returns x when the input is x . But, the flooring function returns x + 1 when the input is x + 1.

Since x does not equal x + 1 when x is an integer, the expressions are not equal when x is an integer.

Explanation:

doing assignment

User Kartika
by
4.6k points
5 votes

The Edg answer is as follows -

The statement is not true for all real numbers. It is only true for decimal or fractional values of x .

If x is an integer, then the ceiling function returns x when the input is x . But, the flooring function returns x + 1 when the input is x + 1.

Since x does not equal x + 1 when x is an integer, the expressions are not equal when x is an integer.

User Sadheesh
by
5.2k points