Function: Function: f(w) = 3w

Input:-1
Output: 2
next question
Input:0
Output:3
next question
Input:2
Output:5

Is any of this true or false

3 answers

These statements are all true.
how do you know
I know because the function f(w) = 3w is defined as multiplying the input w by 3. Therefore, when we plug in -1 for w, we get 3*(-1) = -3. When we plug in 0 for w, we get 3*0 = 0. And when we plug in 2 for w, we get 3*2 = 6.