Solution; N:2, H:4, O:3
Step by step solution:
There are 2 n’s
The 4 after the h means that there’s 4 h
And the 3 after the o means that there’s 3 o
Answer:
Being indoors
Explanation:
You have to isolate yourself so that u can be safe
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.