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:

  1. Choosing the value of one of the variables,
  2. Substituting this value into the equation for the associated variable, 
  3. Solving the resulting equation for the other variable,
  4. Writing this solution as an ordered pair.

Examples:

For each equation, find two ordered pairs that are solutions.

  • LaTeX: y=4x-1y=4x1
  • LaTeX: x=\sqrt[]{y-1}x=y1
  • LaTeX: y=x^2-4y=x24

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:

  • LaTeX: y=4x-1y=4x1

If I choose LaTeX: x=1\:x=1and LaTeX: x=0,\:x=0,then when I evaluate LaTeX: y=4x-1,\:y=4x1,I will get:

LaTeX: y=4\left(1\right)-1=4-1=3\:y=4(1)1=41=3and LaTeX: y=4\left(0\right)-1=0-1=-1.y=4(0)1=01=1.So two ordered pairs that are solutions to LaTeX: y=4x-1y=4x1 are LaTeX: \left(1,3\right)(1,3) and LaTeX: \left(0,-1\right).(0,1).

  • LaTeX: x=\sqrt[]{y-1}x=y1

If I choose LaTeX: y=10\:y=10and LaTeX: y=17\:y=17then when I evaluate LaTeX: x=\sqrt[]{y-1}x=y1,  I will get:

LaTeX: x=\sqrt[]{10-1}=\sqrt[]{9}=3\:x=101=9=3and LaTeX: x=\sqrt[]{17-1}=\sqrt[]{16}=4\:x=171=16=4. So two ordered pairs that are solutions to LaTeX: x=\sqrt[]{y-1}x=y1 are LaTeX: \left(3,10\right)\:(3,10)and LaTeX: \left(4,17\right).(4,17).Always remember to list the x-coordinate first and the y-coordinate second.

  • LaTeX: y=x^2-4y=x24

If I choose LaTeX: x=0\:x=0and LaTeX: x=-1\:x=1then when I evaluate LaTeX: y=x^2-4y=x24, I will get:

LaTeX: y=\left(0\right)^2-4=0-4=-4\:y=(0)24=04=4and LaTeX: y=\left(-1\right)^2-4=1-4=-3\:y=(1)24=14=3. So two ordered pairs that are solutions to LaTeX: y=x^2-4y=x24 are LaTeX: \left(0,-4\right)\:(0,4)and LaTeX: \left(-1,-3\right).(1,3).