Answer:
Step-by-step explanation:
The <em>change in y</em> is the difference in y-coordinates between the lower right point and the upper left point. Similarly, the <em>change in x</em> is the difference in the x-coordinates of those points.

Let the 2016 revenue = x
Let the 2017 revenue = y
36/25 * 100 = the percent relationship
% relationship = 144%
y = 144% x
Answer 144% <<<<
Answer:
(-2,4)
Step-by-step explanation:
The solution is the point at which the two lines intersect, (-2,4). That point is the only one that satisfies (works) in both equations:
y = x + 6
4 = -2 + 6
and
y = -0.5x + 3
4 = -0.5(-2) + 3
4 = 1 + 3
====
You can also solve it algebraically:
y = x + 6
y = -0.5x + 3
-0.5x + 3 = x + 6 [Use the value of y from the second equation in the first equation]
-1.5x = 3
x = -2
Use this is y = -2 + 6:
y = 4
(-2,4)
Answer:
4 pairs cost $64
Step-by-step explanation:
16*4=64$
Answer:
(x, y) = (2, 4) or (-1, 1)
Step-by-step explanation:
y = x^2
y = x + 2
=> x^2 = x + 2
Transfer all terms to the left, we have:
=> x^2 - x - 2 = 0
Perform some modifications, we have:
=> x^2 + x - 2x - 2 = 0
Let's group the left-side terms up.
=> x(x + 1) - 2(x + 1) = 0
=> (x - 2)(x + 1) = 0
=> x = 2 => y = x + 2 = 2 + 2 = 4
=> x = -1 => y = x + 2 = -1 + 2 = 1
=> Solution is (x, y) = (2, 4) or (-1, 1)
Hope this helps!