Answer:

Step-by-step explanation:

<, > - open circle
≤, ≥ - closed circle
<, ≤ - draw the line to the left
>, ≥ - draw the line to the right
The functions shows in the data table is an exponential function.
Answer: There is none.
Step-by-step explanation:
There is no proportional relationship between Celsius and Fahrenheit because for a proportional relationship to exist, the two variables need to have an equivalent ratio between them which would ensure that their values vary constantly when they are either divided or multiplied.
In other words, only the arithmetic operations of multiplication and division should be present. In the above there is an additive operation which renders the two variables being Fahrenheit and Celsius, non-proportional.
Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.
Answer:
a. Function 1
b. Function 3
c. Function 2, Function 3 and Function 4
Step-by-step explanation:
✔️Function 1:
y-intercept = -3 (the point where the line cuts across the y-axis)
Slope, using the two points (0, -3) and (1, 2):

Slope = 5
✔️Function 2:
y-intercept = -1 (the value of y when x = 0)
Slope, using the two points (0, -1) and (1, -4):

Slope = -3
✔️Function 3: y = 2x + 5
y-intercept (b) = 5
Slope (m) = 2
✔️Function 4:
y-intercept = 2
Slope = -1
Thus, the following conclusions can be made:
a. The function's graph that is steepest is the function whose absolute value of its slope is greater. Therefore Function 1 is the steepest with slope of 5
b. Function 3 has a y-intercept of 5, which is the farthest from 0.
c. Function 2, Function 3, and Function 4 all have y-intercept that is greater than -2.
-1, 5, and 2 are all greater than -2.