Michael J. answered 03/25/15
Tutor
5
(5)
Navigate System, Troubleshoot Issues, Installation and Data Transfer
y = 3x + 1 eq1
y = x2 + 1 eq2
Substitute eq1 into eq2.
3x + 1 = x2 + 1
Subtract 3x and subtract 1 on both sides of equation.
0 = x2 - 3x
Factor out the right side of the equation.
0 = x(x - 3)
x = 0 and x = 3
Substitute these x values into eq2.
y = (0)2 + 1 and y = (3)2 + 1
y = 1 and y = 10
The ordered pairs from the smallest value of x are (0,1) and (3,10).