218k views
1 vote
This wont be graded but i need the help with it

This wont be graded but i need the help with it-example-1
User Slashsharp
by
5.2k points

1 Answer

4 votes

Answer:

f(-1) = 0

f(0) = -1

f(1) = 0

Step-by-step explanation:

Given the below function;


f(x)=x^2-1

We're to find the corresponding values of f(x) given different values of x.

To determine the value of f(x) for each value of x, all we need to do is to substitute the said value of x into the function and solve for f(x).

When x = -1, let's go ahead and find f(-1);


f(-1)=(-1)^2-1=1-1=0

When x = 0, let's solve for f(0);


f(0)=(0)^2-1=0-1=-1

When x = 1, let's solve for f(1);


f(1)=(1)^2-1=1-1=0

User Mohamed Raza
by
5.7k points