Question 100602
Directions state to make a table of values and graph six sets of ordered integer pairs for each equation.
x+y=5
You make a table of values, you choose what value the x is and then solve for y, since it tells you to have 6 points you choose 6 values for x.
let x = 1;
(1)+y=5
subtract 1 from both sides;
y=5-1
y=4
point 1=(1,4)
x=0
(0)+y=5
y=5-0
y=5
point 2 = (0,5)
x=3
(3)+y=5
y=5-3
y=2
point 3= (3,2)
x=4
(4)+y=5
y=5-4
y=1
point 4=(4,1)
x=5
(5)+y=5
y=5-5
y=0
point 5=(5,0)
x=6
(6)+y=5
y=5-6
y=-1
point 6=(6,-1)
now graph the points;
{{{graph(300, 300, -3,8,-3,7, y=-x+5)}}}
:)