145k views
5 votes
What is the output value for the following function if the input value is 1?y = 3x + 132054

User Pilcrow
by
7.9k points

1 Answer

3 votes

Evaluating a function means finding the value of the function that corresponds to a given value of x. To do this, simply replace all the x variables with whatever x has been assigned.

Evaluating x = 1 in our function, we have:


y(1)=3(1)+1=3+1=4

The output value will be 4.

User Smallredstone
by
8.0k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.