x.
Chat with our AI personalities
X goes into Y is really Y divided by X
Given an ordered pair, (x,y), the first number is the x coordinate.
Given two numbers, x and y their difference is |x - y|. |x - y| = x - y if X ≥ y and |x - y| = y - x if x < y
(x,y). x axis first, the one that goes horizantial. Then your y axis, which is the vertical one
Given: x + y = 5 2x + y = 6 We can subtract the second equation from the first to get: -x = -1 x = 1. From there, substituting back in to the first equation yields: 1 + y = 5 y = 4. The solution is (1, 4).