8.8k views
5 votes
All of the following represent the same function except _____.

y = x - 1
{(0, 1), (2, 3), (4, 5), (7, 8)}

x y
1 0
3 2
5 4
8 7

1 Answer

2 votes

Answer: {(0, 1), (2, 3), (4, 5), (7, 8)}

Explanation:

For the function: y = x - 1 (y is one less than x)

If x =1 , y= 0

if x= 3 . y= 2

If x = 5 , y= 4

If x= 8 , y= 7

So it is same as

x y

1 0

3 2

5 4

8 7

But different from {(0, 1), (2, 3), (4, 5), (7, 8)} [here x is 1 less than y]

So, the complete statement would be : All of the following represent the same function except {(0, 1), (2, 3), (4, 5), (7, 8)} .

User Mingos
by
5.6k points