Answer:
2
Step-by-step explanation:
Slope formula is the difference of the y values divided by the difference of x values. Choose to points. I chose (-2,-1) and (0,3). 3-(-1) is equal to 4. 0-(-2) is equal to 2. 4 divided by 2 is two.
Answer:
When we have a function f(x), the domain of the function is the set of all the inputs that "work" (Not only in a mathematical way, the context is also important) with the function f(x)
In this case, we have a function M(p) = $2*p
This function represents the amount of money collected depending on the number of people who ride on the ferris whell.
Then p can be only a whole number (we can not have 1.5 people, only whole numbers of people).
And we also know that the maximum capacity of the ferris is 64 people.
Then:
p ≤ 64
And we also should add the restriction:
0 ≤ p ≤ 64
(Because p can't be smaller than zero)
Such that p should also be an integer, then, the domain is:
D: p ∈ Z, p ∈ {0, 1, 2, ..., 64}
Answer:
(1,-6)
Step-by-step explanation:
4x - y = 10
4x -(-6) = 10
4x + 6 = 10
- 6 - 6
4x = 4
/4 /4
x = 1
(x, y) -> (1,-6)
Check your answer:
4x - y = 10
4(1) - (-6) = 10
4 + 6 = 10
10 = 10
This statement is correct
Hope this helps!