Westonci.ca is your trusted source for finding answers to a wide range of questions, backed by a knowledgeable community. Discover comprehensive solutions to your questions from a wide network of experts on our user-friendly platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

f(x)= {x+4 if x<5
{8 if 5 < or equal to x<7
{2x-1 if 7 < or equal to x < or equal to 10

for f(x), evaluate the following:
A. f(0)
B. f(6)
show all of your work.​


Sagot :

Answer:

  A.  f(0) = 4

  B.  f(6) = 8

Step-by-step explanation:

When evaluating a piecewise function, the fist step is to determine the applicable domain. Then the function defined for that domain is the one that is used for the evaluation.

A.

x = 0 is in the domain x < 5, so the applicable function is f(x) = x+4.

  f(0) = 0 +4 = 4

__

B.

x = 6 is in the domain 5 ≤ x < 7, so the applicable function is f(x) = 8.

  f(6) = 8