The table tells us that the x coordinate. It also tells us that y is always x + 1.
For #1 you plot the coordinate (0, 1).
0 (the x coordinate) is given to us already.
1 (the y coordinate) is needed to be found by the equation.
You would then need to fill in the equation given with the x coorident.
y = 0 + 1
Then, solve for y.
0 + 1 = 1
The y coordinate is 1
Go to the horizontal line (x) and find 0.
Then go to the veridical line (y) and find 1.
Then match up the the x and y to plot the coordinate.
You would continue with this equation with the rest of the xs.
This is a hard concept to explain in just words, so feel free to comment with any more questions. :D
From the first equation
6x - y = 1
6x - y - 1 = 0
6x - 1 = y
Substituting we get
4x - 3(6x - 1) = -11
Let X is the random number Erik thinks of, and Y is the random number Nita thinks of.
Both X and Y are in the range from 0 to 20.
<span>X<=20
Y<=20
If the difference between their two numbers is less than 10, then Erik wins.
The difference between the two numbers can be written X-Y, or Y-X depending on which number (X or Y) is greater. But we do not know that. In order not to get negative value, we calculate absolute value of X-Y, written |X-Y| which will give positive value whether X is greater than Y or not.
If |X-Y|<10 Erik wins.
</span><span>If the difference between their two numbers is greater than 10, then Nita wins.
</span><span>If |X-Y|>10 Nita Wins
</span>