216k views
4 votes
Which function is represented by the graph?

Which function is represented by the graph?-example-1
User Kaksat
by
4.9k points

2 Answers

3 votes
its either a or b, but what does those signs around x means
User CrazyPyro
by
5.5k points
6 votes

Answer:

The correct option is 2.

Explanation:

Greatest integer function is defined as


\left \lfloor x \right \rfloor=\begin{cases}0 &amp; \text{ if } 0\leq x<1 \\ 1 &amp; \text{ if } 1\leq x<2 \\ ... &amp; \text{ if } ... \\ n&amp; \text{ if } n\leq x<n+1\end{cases}

where, n is an integer.

Least integer function is defined as


\left \lceil x \right \rceil=\begin{cases}0 &amp; \text{ if } -1< x\leq 0 \\ 1 &amp; \text{ if } 0< x\leq 1 \\ ... &amp; \text{ if } ... \\ n&amp; \text{ if } n-1< x\leq n\end{cases}

From the given graph it is clear that it is a graph of greatest integer function because the we have open circles on the right side of each floor and closed circle on the left side of each floor.

The given graph is defined as


g(x)=\begin{cases}2 &amp; \text{ if } 0\leq x<1 \\ 3 &amp; \text{ if } 1\leq x<2 \\ ... &amp; \text{ if } ... \\ n+2&amp; \text{ if } n\leq x<n+1\end{cases}

Graph of greatest integer function shifts 2 units up.


g(x)=\left \lfloor x \right \rfloor+2

Therefore the correct option is 2.

User Abelgo
by
5.8k points