25.1k views
4 votes
What is the value of [-1.1]

User JkShaw
by
7.8k points

2 Answers

4 votes
If it's absolute value, then it is 1.1
Just the positive number.
User NFRCR
by
7.8k points
6 votes

Answer:

In this step function, [-1.1] is the floor function, so it must be rounded down to -2.

Explanation:

Look closely for positive and negative floor functions.

For example, if using the function [2.5] as a floor function, then it should be rounded down to the greatest integer using:

floor(2.5) = 2.

Watch for negative value: if this function [-1.1] is a floor function, then it should be rounded down to -2.

So, floor(-1.1) = -2.

Therefore, the final answer is -2.

User Julius Moshiro
by
7.4k points

No related questions found