Answer:
1. Undefined
2. Negative
3. Zero
4. Positive
Step-by-step explanation:
1. Undefined, the line moves in both directions vertically. It's impossible to tell what the slope is.
2. Negative, the line is decreasing at a constant rate, the slope is negative.
3. Zero, the line doesn't increase or decrease, therefore the slope is 0. (No changes)
4. Positive, the line is increasing at a large rate, the slope is positive.
Answer:
0.54kilometres
Step-by-step explanation:
a)actual distance =2.7*20000
=54000cm
=0.54kilometres
Answer:
Well, it's pretty simple. If your reflecting something over the y axis the X will change if it's negative or positive. So if it's -x and you flip it over it becomes a positive x. If you flip it over the x-axis the Y is the one that change to a negative or positive.
So if the shape flips over the y-axis, the X points will turn negative. for example, one of the points is (1,4) it will turn to (-1,4)
Step-by-step explanation:
Answer:
Let C be the cost for the people staying
if n <= 2 ; C = $125
If n >2 ; C = $125 + $25 * (n-2)
Step-by-step explanation:
If the number of people is more than two, we need to add $25 for each of them.
Since n will be the number of people staying, we need to make sure that we substract two from this term to avoid overcharging the guests when there is less than two people.
So
(n-2) is the term that should be multiplied by a factor of 25.