SOLUTION: Hi. Can you please help me with one section of my homework for tonight? It says to "Evaluate the function for these values of x: -2, -1, 0, and 1. I just need to know how to solv

Algebra ->  Functions -> SOLUTION: Hi. Can you please help me with one section of my homework for tonight? It says to "Evaluate the function for these values of x: -2, -1, 0, and 1. I just need to know how to solv      Log On


   



Question 508763: Hi. Can you please help me with one section of my homework for tonight? It says to "Evaluate the function for these values of x: -2, -1, 0, and 1. I just need to know how to solve it. An example is y=x+5
Thank you for your help!

Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
y+=+x%2B5
Simply replace the x with the given values...
y+=+x%2B5 x = -2.
y+=+-2%2B5
y+=+3
y+=+x%2B5 x = -1.
y+=+-1%2B5
y+=+4
y+=+x%2B5 x = 0.
y+=+0%2B5
y+=+5
See the idea?