130k views
5 votes
Using a table, find the range of the function for the given domain:

f(x)=2x+7 with domain: x = {2, 3, 5, 9}



A. y = {9, 10, 12, 16}
B. y = {11, 13, 17, 25}
C. y = {4, 6, 10, 18}
D. y = {-11, -13, -17, -25}

User Futuretec
by
7.8k points

2 Answers

2 votes

Given;

f(x)=2x+7

domain: x = {2, 3, 5, 9}

Step-by-step explanation:

Replace each x value and solve for y

x=2

f(2)= 2(2) + 7 = 4 + 7 = 11

x=3

f(3)= 2(3) + 7 = 6 + 7 = 13

x=5

f(5)= 2(5) + 7 = 10 + 7 = 17

x=9

f(9)= 2(9) + 7 = 18 + 7 = 25

Answer:

  • B. y = {11, 13, 17, 25}
User Alexey Shcherbak
by
8.5k points
6 votes

We can find the range of the function by plugging in each value in the domain into the function and listing the output values:

When x = 2, f(2) = 2(2) + 7 = 11

When x = 3, f(3) = 2(3) + 7 = 13

When x = 5, f(5) = 2(5) + 7 = 17

When x = 9, f(9) = 2(9) + 7 = 25

Therefore, the range of the function for the given domain is y = {11, 13, 17, 25}.

Hence, the correct answer is B. y = {11, 13, 17, 25}.

User Idlackage
by
8.0k points