asked 55.0k views
3 votes
HELP ME PLEASE worth 6 points

HELP ME PLEASE worth 6 points-example-1
asked
User Virushan
by
8.6k points

1 Answer

6 votes

let's bear in mind that another way to write ⌈x + 3⌉, is by ceil( x + 3 ), since that'd be the "ceil" function, meaning, any decimal gets "ceiled" or hits the integer ceiling.

For example for say x = -1.6, then x + 3 becomes -1.6 + 3 = 1.4, now what's the ceiling for 1.4? or namely, what's the highest integer that's between? well, is between the integers of 1 and 2, the "ceiling" will be 2, so the 1.4 becomes 2, same is true for 1.1 or 1.0000001 or 1.999999, they all "hit the ceiling".

Check the picture below.

HELP ME PLEASE worth 6 points-example-1
answered
User AtomHeartFather
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.