Respuesta :
Given:
f(x) = 2x - 23,
where x is the size of the batch
x = {20, 25, 26, 27, 34}
Just plug each number in and find the answer.
f(x) = 2(20) - 23 = 17
f(x) = 2(25) - 23 = 27
f(x) = 2(26) - 23 = 29
f(x) = 2(27) - 23 = 31
f(x) = 2(34) - 23 = 45
So the answer is
{17, 27, 29, 31, 45}
f(x) = 2x - 23,
where x is the size of the batch
x = {20, 25, 26, 27, 34}
Just plug each number in and find the answer.
f(x) = 2(20) - 23 = 17
f(x) = 2(25) - 23 = 27
f(x) = 2(26) - 23 = 29
f(x) = 2(27) - 23 = 31
f(x) = 2(34) - 23 = 45
So the answer is
{17, 27, 29, 31, 45}