142k views
1 vote
Given the price function shown below select all of the statements that are true

Given the price function shown below select all of the statements that are true-example-1

1 Answer

4 votes

Hello!

We will have three possible functions, according to the value of x, look:

if x = 0:

f(x) = -2

if x < 0:

f(x) = -x +1

if x > 0:

f(x) = x² -1

Knowing it, let's analyze each statement:

A. f(-1) = 2

f(-1) = -x +1

f(-1) = -(-1) +1

f(-1) = 1+1

f(-1) = 2

TRUE

B. f(-2) = 0

f(-2) = -x +1

f(-2) = -(-2) +1

f(-2) = 2 +1

f(-2) = 3

FALSE

C. f(4) = 7

f(4) = x² +1

f(4) = 4² +1

f(4) = 16 +1

f(4) = 17

FALSE

D. f(1) = 0

f(1) = x² +1

f(1) = 1² +1

f(1) = 1 +1

f(1) = 2

FALSE

User Dmytro Evseev
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.

9.4m questions

12.2m answers

Categories