Problem Solving Using Systems of Three Equations
Systems of three equations are used to model many real world situations. The following is an example of one type of problem that is modeled by a system of equations in three variables.
Problem
A triangle has a perimeter of 20 inches. The length of the longest side is equal to the sum of the lengths of the other two sides. If you multiply the length of the shortest side by 3 and add 1, the result will be equal to the length of the longest side. Find the length of each side.
Solution
Before you start, you must define the variables you will use. For this problem, let’s use A to represent the length of the shortest side, B to represent the length of the second side, and C to represent the length of the longest side. Now we can use the information given in the problem to write the equations. Remember that since we have three variables, we must come up with three equations.
The problem says that the triangle has a perimeter of 20 inches.
A + B + C = 20
The length of the longest side is equal to the sum of the lengths of the other two sides.
C = A + B
If you multiply the length of the shortest side by 3 and add 1, the result will be equal to the length of the longest side.
3A + 1 = C
Now that we have three equations, we can set up the matrix equation. Remember that you must rearrange each equation so that it has the variables on the left and the constant on the right.
A + B + C = 20
-A – B + C = 0
3A – C = -1
This gives us the following matrix equation:
Using technology, find the inverse of the matrix and multiply to find the answer.
The side lengths are 3, 7 and 10 inches.
When you do these problems, go back and make sure your answer is correct with the description given.