Respuesta :
Answer:
The values are:
f(0, 0) = -6
f(1, 0) = 1
f(0, 1) = -1
f(1, 2) = 11
f(2, -1) = 3
Step-by-step explanation: To compute the values of the function f(x, y) = 7x + 5y − 6 for the given inputs, we plug in the values of x and y into the function:
1. f(0, 0):
f(0, 0) = 7(0) + 5(0) - 6 = 0 + 0 - 6 = -6
2. f(1, 0):
f(1, 0) = 7(1) + 5(0) - 6 = 7 + 0 - 6 = 1
3. f(0, 1):
f(0, 1) = 7(0) + 5(1) - 6 = 0 + 5 - 6 = -1
4. f(1, 2):
f(1, 2) = 7(1) + 5(2) - 6 = 7 + 10 - 6 = 11
5. f(2, -1):
f(2, -1) = 7(2) + 5(-1) - 6 = 14 - 5 - 6 = 3
Therefore, the values are:
- f(0, 0) = -6
- f(1, 0) = 1
- f(0, 1) = -1
- f(1, 2) = 11
- f(2, -1) = 3