Answer: The value of the intercept represents the predicted highway mileage for gas city mileage of 0 mpg, and such a prediction would be invalid, since 0 is outside of the range of data.
Step-by-step explanation:
Answer:
The final set of ordered pairs represents a function.
Step-by-step explanation:
Each X value corresponds to exactly one y- value. Essentially, none of the x values are the same in the final set.
Answer:
Use the appropriate entry method for piecewise functions for the graphing calculator of interest.
Step-by-step explanation:
For Desmos, the entry looks like ...
f(x) = {x ≤ 2: -2x-1,-x+4}
_____
For a TI-84 calculator, the entry may look like ...
Y₁ = (-2X–1)(X≤2) + (-X+4)(X>2)
The symbols ≤ and > come from the TEST menu, which is the (2nd) shift of the MATH key.
Note that the function is the sum of the pieces, each piece multiplied by a test. For something like 0≤x<2, the multiplier would be a pair of tests:
... (0≤X)(X<2)