b00ty got swag
New member
x 7+x y (x,y)
0 7+0 7
1 7+1 8
2 7+2 9
3 7+3 10
4 4+4 11
^^^^^^^^^^That's the table. just without the lines. I did as best as I could.
And theres also the oreded pairs that I have to match with the correct value.
7+3
7+0
7+4
7+1
7+2
--------------
(0, 7)
(2, 9)
(1, 8)
(3, 10)
(4, 11)
0 7+0 7
1 7+1 8
2 7+2 9
3 7+3 10
4 4+4 11
^^^^^^^^^^That's the table. just without the lines. I did as best as I could.
And theres also the oreded pairs that I have to match with the correct value.
7+3
7+0
7+4
7+1
7+2
--------------
(0, 7)
(2, 9)
(1, 8)
(3, 10)
(4, 11)