Finding Ordered Pair Solutions for Equations with Two Variables
When we solve an equation with two variables, the solution or solutions are ordered pairs. If the variables are x and y, the ordered pair will have the x value first followed by the associated y value. In general, for this section we will be finding some solutions to several equations with two variables by:
- Choosing the value of one of the variables,
- Substituting this value into the equation for the associated variable,
- Solving the resulting equation for the other variable,
- Writing this solution as an ordered pair.
Examples:
For each equation, find two ordered pairs that are solutions.
y=4x−1
x=√y−1
y=x2−4
Try to solve this problem on your own, then look below for some possible solutions. Remember, since you are choosing a value for the first variable, there are many more right answers that are not in the solution below.
Solutions:
y=4x−1
If I choose x=1and
x=0,then when I evaluate
y=4x−1,I will get:
y=4(1)−1=4−1=3and
y=4(0)−1=0−1=−1.So two ordered pairs that are solutions to
y=4x−1 are
(1,3) and
(0,−1).
x=√y−1
If I choose y=10and
y=17then when I evaluate
x=√y−1, I will get:
x=√10−1=√9=3and
x=√17−1=√16=4. So two ordered pairs that are solutions to
x=√y−1 are
(3,10)and
(4,17).Always remember to list the x-coordinate first and the y-coordinate second.
y=x2−4
If I choose x=0and
x=−1then when I evaluate
y=x2−4, I will get:
y=(0)2−4=0−4=−4and
y=(−1)2−4=1−4=−3. So two ordered pairs that are solutions to
y=x2−4 are
(0,−4)and
(−1,−3).