Piecewise functions have different definitions, depending on when you evaluate them.
Given an input x, your function returns:
- 2x if the input is negative
- 1 if the input lies between 0 (included) and 2 (excluded)
- the square root of x if the input is greater than 2 (included)
You want to know what f(0) is. In other words, you want to know what happens if we give 0 as input.
The piecewise definition tells us that, if the input is 0, the function outputs 1.
So, you have f(0) = 1.
Answer:
Made $840 in commissions for the past month.
Step-by-step explanation:
sales = 70 * 150 = 10500
commission = .08 * 10500 = 840
V = 1/3* h * r^3 pi
V ' = 1/3* h/3* (2r)^3 pi = h/9 * 8r^3 * pi
V ' / V = (h/9 * 8r^3 * pi) ÷ ( 1/3* h * r^3 pi ) = (8 * 3)/ 9 = 8 /3
Answer:
13
Step-by-step explanation:
If x is 7, then 7 * 2 = 13, and 14 - 1 = 13.
Hope that this helps!