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:
cm3,m3 etc...
Step-by-step explanation:
SInce 3D objects are solids and are different than 2D measurements,we use the measurement Centimeters "Cubed".You may ask what do you multiply to get the volume of a solid?Well the way i was taught was Length * Width * Height.(Stars mean Multiplication)
e.g. Lets say you have a cube,the length is 3,width is 3,height is 4 this is how it looks like
V=L x W x H
=3 x 3 x 4
=36 cm3
That's how Volume is calculated
The first one is 50 cm
second is 153 ft
third one is 132 m
sorry if it’s wrong
Let the three consecutive equals:
x, x+1, x+2
sum:
x+(x+1)+(x+2) = 36
3x + 3 = 36
x+1 = 36/3
x+1 = 12
x=12-1
x=11