Chapter 7

Systems Of Equations

7.1 Systems Of Equations, Algebraic Procedures

7.1.1 Elementary OperationsConsider the following example.

Example 7.1.1 Find x and y such that

x+ y = 7 and 2x− y = 8. (7.1)

The set of ordered pairs, (x,y) which solve both equations is called the solution set.

You can verify that (x,y) = (5,2) is a solution to the above system. The interestingquestion is this: If you were not given this information to verify, how could you determinethe solution? You can do this by using the following basic operations on the equations,none of which change the set of solutions of the system of equations.

Definition 7.1.2 Elementary operations are those operations consisting of the following.

1. Interchange the order in which the equations are listed.

2. Multiply any equation by a nonzero number.

3. Replace any equation with itself added to a multiple of another equation.

Example 7.1.3 To illustrate the third of these operations on this particular system, con-sider the following.

x+ y = 72x− y = 8

The system has the same solution set as the system

x+ y = 7−3y =−6

.

105