A. y = [x]-3
B. y = (x)-1
C. y = [x] +3
D. y = [x]+1
![A y x3 B y x1 C y x 3 D y x1 class=](https://us-static.z-dn.net/files/d98/6a59013db0ebd8e7454149cdeb44fb44.png)
9514 1404 393
Answer:
C
Step-by-step explanation:
The graph is of the "greatest integer" (floor) function shifted up by 3 units. Hence the appropriate choice is C.
[tex]y=\lfloor x\rfloor+3[/tex]
__
The greatest integer less than or equal to x for 0 ≤ x < 1 is 0, so the horizontal line segment at f(x)=3 indicates 3 has been added to the function.
_____
Additional comment
The brackets used for floor and ceiling functions only have horizontal bits below or above (respectively) the enclosed argument. The usual square brackets [ ] need explanation as to their meaning if they are intended to indicate one or the other of these functions.