Answer:
a ship floats because of the mass and the parts of the ship help with staying on top of the water the buoyancy force is helpful for the ship to float which means weightless-airlessness and lightness.
Explanation:
9514 1404 393
Answer:
-45, 1, 4, 5, 9
Explanation:
The first argument value, -5, is less than -1, so the first section of the function definition is used. f(-5) = 9(-5) = -45.
The 2nd to 5th argument values are in the interval [-1, 3], so the second section of the function definition is used.
The last argument value, 6, is greater than 3, so the last section of the function definition is used. f(6) = (6 -3)^2 = 9.
Function values are shown in the table attached.