SOLUTION: Given the equation, find the ordered pairs using the partially filled in table. y=3x+2 x | y 0 | ? 2 | ? ? | 0 ? | 5

Algebra ->  Graphs -> SOLUTION: Given the equation, find the ordered pairs using the partially filled in table. y=3x+2 x | y 0 | ? 2 | ? ? | 0 ? | 5      Log On


   



Question 1089221: Given the equation, find the ordered pairs using the partially filled in table.
y=3x+2
x | y
0 | ?
2 | ?
? | 0
? | 5

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

Row 1:

If x = 0, then

y+=+3x%2B2

y+=+3%280%29%2B2 Replace x with 0

y+=+0%2B2

y+=+2

So the value x = 0 pairs up with y = 2.

The fact that x is 0 here indicates we have an y intercept. This is where the graph crosses the y axis.

--------------------------------------------------

Row 2:

If x = 2, then

y+=+3x%2B2

y+=+3%282%29%2B2 Replace x with 2

y+=+6%2B2

y+=+8

So the value x = 2 pairs up with y = 8.

--------------------------------------------------

Row 3:

If y = 0, then

y+=+3x%2B2

0+=+3x%2B2 Replace y with 0

0-2+=+3x%2B2-2 Subtract 2 from both sides

-2+=+3x

3x+=+-2

3x%2F3+=+-2%2F3 Divide both sides by 3

x+=+-2%2F3

So the value x = -2/3 pairs up with y = 0.

The fact that y is 0 here indicates we have an x intercept. This is where the graph crosses the x axis.

--------------------------------------------------

Row 4:

If y = 5, then

y+=+3x%2B2

5+=+3x%2B2 Replace y with 5

5-2+=+3x%2B2-2 Subtract 2 from both sides

3+=+3x

3x+=+3

3x%2F3+=+3%2F3 Divide both sides by 3

x+=+1

--------------------------------------------------

Here's a look at the full completed table (updated entries in red)

xy
02
28
-2/3 (see note below)0
15


note: The value x = -2/3 is approximately equal to x = -0.667 rounded to 3 decimal places

--------------------------------------------------

If we plot all of the points and draw a single straight line through them, then we end up with what is shown below.



The four points are

A = (0, 2)
B = (2, 8)
C = (-2/3, 0)
D = (1, 5)

where A,B,C,D corresponds to the (x,y) pairings found in row1,row2,row3,row4 in that order.