|
Question 975836: evaulate the piecewise function.
f(x)=
6 if x ≤3
3x-5 if x > 3
f(-4)=
f(0)=
f(3)=
f(4)=
f(6)=
Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! The piecewise function basically breaks down into
f(x) = 6 if x <= 3
OR
f(x) = 3x-5 if x > 3
-------------------------------------------------------
f(-4) = 6
because x = -4, which is less than or equal to 3, this means we use the first definition of f(x) above
f(0) = 6
x = 0 makes x <=3 true
same reasoning as f(-4)
f(3) = 6
same reasoning as f(0) and f(-4) above
--------------
f(x) = 3x - 5
f(4) = 3*4 - 5
f(4) = 7
now we use the second definition since x = 4 makes x > 3 true.
f(x) = 3x - 5
f(6) = 3*6 - 5
f(6) = 13
we use the second definition since x = 6 makes x > 3 true.
------------------------------------------------------------------------------------------------------------------------
If you need more one-on-one help, email me at jim_thompson5910@hotmail.com. You can ask me a few more questions for free, but afterwards, I would charge you ($2 a problem to have steps shown or $1 a problem for answer only).
Alternatively, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Any amount is greatly appreciated as it helps me a lot. This donation is to support free tutoring. Thank you.
Jim
------------------------------------------------------------------------------------------------------------------------
|
|
|
| |