Systems of Equalities
Objective 1: Solve each inequality
Objective 2--Graph the system of equalities to solve
Sample problem 1.
y = x - 2
y = -x + 4
First draw your x and y axis. Then put a dot on the y-intercept indicated in the first equation. You will put a dot on -2.
Second look at the slope, 1. The fraction is 1/1; this means starting at -2 go up one to (0, -1) and right one to (1,-1). Put another dot at (1, -1). Draw a line through (0, -2) and (1, -1)
Then look at the second equation and follow the steps above to draw the line indicated by the equation.
The solution to the system of equalties is the point where the two lines cross.
Objective 2: Solving a system of equalities using the substitution method.
-x + y = 1
2x + y = -2
First look at the two statements. See which statement would be easier to solve. In this case the first one is easier.
-x + y = 1
+x +x Add x to both sides of the equation.
y = 1+ x
Second substitute (1 + x) for the y in the second equation.
2x + (1 + x) = -2 Remove the parenthesis
2x + 1 + x = -2 Combine like terms
3x + 1 = -2 Subtract one from both sides of the equation
-1 -1
3x + -3 Divide by 3
x = -1
Last go to the first equation and use the solution y = x + 1.
Substitute -1 for x
y = -1 + 1
y = 0
The solution is (-1, 0)
Since question #7 has both a positive and a negative y, linear combinations would be easier to use to solve the system of equations.
3x + y = 5
2x - y = 10
5x = 15 Add the two rows
5x/5 = 15/5 Divide both sides of the sum by 5
x = 3
3(3) + y = 5 Substitute 3 for x in one of the original statements
9 + y = 5 Simplify the equation by multiplying 3 x 3.
-9 -9 Subtract 9 from both sides of the equation.
y = -4
The solution is (3, -4)
To check you answers, substitute 3 for x and -4 for y in both original statements.
3(3) + (-4) = 5
9 - 4 = 5 This is true.
2(3) - (-4) = 10
6 + 4 = 10 This is true.
(3, -4) is the correct solution to the system of linear equations.
Question 8: Use substitution because x is given in the second statement.
2x + 2y = 15
x = 2y
2(2y) + 2y = 15 Using the first statement, substitute 2y for x.
4y + 2y = 15
6y + 15
y = 15/6 which reduces to 5/2
Use the second statement, x = 2y. Substitute 5/2 for y
x = 2(5/2)
x = 10/2
x = 5
The solution is (5, 5/2)
To check the answer, substitute x with 5 and y with 5/2 in both original statements.
Problem 9: I would use linear combinations because there is a negative x in the second statement and a positive x in the first statement.
x + 2y = 4
-x + y = -7 Add the two rows.
3y = -3 Divide both sides of the equation by 3
y = -1
Substitute -1 for y in one of the original statements.
-x + (-1) = -7
-x -1 = -7
+1 +1
-x = -6
x = 6
The solution is (6, -1). Check by replacing x with 6 and y with -1 in both of the original statements.
Problem 10. Use substitution.
2x + 2y = 3
x - 4y = -1 -----------------> x = 4y -1
2(4y -1) + 2y = 3
8y -2 + 2y = 3 Distribute 2 throughout the quantity (4y - 1)
10 y - 2 = 3 Combine terms with a y variable.
+2 +2 Add 2 to both sides of the equation.
10y =5 Divide both sides of the equation by 10
y = 1/2
Go to the revised equation x = 4y - 1; substitute 1/2 for y.
x = 4(1/2) - 1
x = 2 -1
x = 1
The solutionis (1, 1/2)
Objective 3: Use linear combinations to solve the systems:
Problem 11.
4x + 3y = 16 The y variable has coefficients of 3 and -3; therefore, we can add the rows to
2x - 3y = 8 eliminate y.
6x = 24 First add the rows, then divide both sides by 6.
x = 4
Substitute 4 for x in one of the original statements.
2(4) - 3y = 8
8 - 3y = 8
-8 -8
-3y = 0
-3 -3
y = 0
The solution is (4, 0). To check your solution, substitute 4 for x and 0 for y in both of the original statements.
Problem 12.
5x - 4y = 3
2x + 8 y = -2 Notice that if we divide row 2 by 2, we will have y coefficients of -4 and 4.
2x + 8y = -2 'Remember that all three terms in the equation is divided by 2.
2
x + 4y = -1 Now rewrite the system of equations using the revised statement for statement 2.
5x - 4y = 3
1x + 4y = -1 Add the two rows
6x = 2 Divide both sides of the equation by 6
6 6
x = 1/3
Substitute 1/3 for x in one of the original statements.
2(1/3) + 8y = -2
2/3 + 8y = -2 Multiply the entire statement by 3 to eliminate the fraction.
2/3 (3) + 8y (3) = (-2)(3)
2 + 24y = -6
-2 -2
24y = -8
24 24
y = -1/3
The solution is (1/3, -1/3)
Problem 13. The key to this problem is to align the variables in columns.
2u = 4v + 8
3v = 5u - 13
2u - 4v = 8 Move the 4v to the left side (be sure to change the positive sign to a negative sign)
-5u + 3v = -13 Move the 5u to the left side (be sure to change the positive sign to a negative.)
There are no common coefficients or variables. We have to create them.
(5)(2u - 4v) = 5(8) Multiply the top row by 5. (Look at the coefficient with the u)
(2)(-5u + 3v) = -13 (2) Multiply the bottom by 2 -- the coefficient of u in the top row.
10 u - 20v = 40
-10u + 6v = -26 Add the rows
-14 v = 14
-14 -14
v = -1
Substitute -1 for v in one of the original statements.
2u = 4v + 8 3v = 5u -13
2u = 4(-1) + 8 3(-1) = 5u - 13
2u = -4 +8 -3 = 5u - 13
2u = 4 10 = 5u
u = 2 2 = u
Since u comes before v in the alphabet, we write the solution as (u, v) or (2, -1)
You should be able to figure out problems 14 and 15.
Objective 4: Word problems
First make a three by three table.
Add across Total
X
|
Y
|
22
|
150
|
225
|
 |
150x
|
225y
|
3900
|
Then read the problem. Look for the variables that need to be solved.
An office supply company sells two types of fax machines. They charge $150 for one machine and $225 for the other. Let x be the fax machine that sells for $150 and y be the machine that sells for $225. If the company sold 22 fax machines for a total of $3900 last month, how many of each did they sell.
In the top row put the variables and the total number of sold fax machine.
The variables will be x and y and the total sold is 22.
In the second row put the cost of the machines.
Under x put the cost of machine x and under y put the cost of machine y.
Multiply down the first two columns.
If the total is given, put it in the last cell of column three.
If the total is not given (that is, if words like "per" or "each" are given, put the unit cost in the second cell of the last column and multiply to find the total. Put that total in the last cell of column three.
In this problem, the total is given.
Now set up your system of equations using the information in the top and bottom rows.
x + y = 22
150x + 225 y = 3900
Use substitution to solve the system of equations.
Solve for x + y = 22 ------------> x = 22 - y
Substitute (22-y) for x in the second statement.
(150)(22-y) + 225y = 3900
3300 - 150 y + 225 y = 3900
-3300 -3300
-150 + 225 y = 600
75 y = 600
y = 14
Substitute your answer in the top row to see how many x machines were sold.
x + y = 22
x + 14 = 22
- 14 -14
x = 8
The company sold 8 machines for $225 each and 14 machines for $150 each.
To check your answers multiply 8 (225) and 14 (150), then combine your answers to see if the result is 3900. 8 (225) + 14 ( 150) = 1800 + 2100 = 3900. The answers are correct.
Follow the same steps for the problem 17.
A toy maker produces wooden planes and trains. Trains require 3 ounces of paint each while planes requie 5 ounces each. If the toy maker has 64 ounces of paint and wants to paint 14 toys, how many of each can he paint?
Let t = trains and p = planes. The total number of toys is 14.
He has a total of 64 ounces of paint.
t
|
p
|
14
|
3
|
5
|
 |
3t
|
5p
|
64
|
t + p = 14 --------------> t = 14 - p
3t + 5p = 64
3(14-p) + 5p = 64
42 - 3p + 5p = 64
42 + 2p = 64
-42 -42
2p = 22
p = 11
t + p = 14
t + 11 = 14
-11 -11
t = 3 He can paint 3 trains and 11 planes.
Problem 18 is a little different because we are not given the total for the last cell in column 3.
A chemist needs to make 30 ounces of a 25% alcohol solution by mixing a 15% alcohol solution with a 40% solution. How much of each can he use? Let x be the 15% solution and y be the 40% solution.
X
|
Y
|
30 ounces
|
0.15
|
0.40
|
25%
|
0.25x
|
0.40y
|
30 (0.25)= 7.5
|
x + y = 30 ----------------- x = 30 - y
0.15x + 0.40y = 7.5 (Multiply by 100 to remove the decimal points)
15 x + 40 y - 750 Substitute (30 - y) for x
15(30 - y) + 40y = 750
450 - 15y + 40y = 750 Combine like terms
450 + 25 y = 750
-450 -450
25 y = 300 divide both sides by 25
25 25
y = 12
Go to the top row. x + y = 30 Substitute 12 for y
x + 12 = 30
-12 -12
x = 18
He needs to mix 18 ounces of 15% alcohol solution with 12 ounces of 40% solution to get 30 ounces of 25% solution.
Problem 19 requires a little geometryknowledge.
This is an isosceles triangle with height 4 and sides x. The base is y. The area of an isosceles triangle is 1/2bh. The perimeter is y + y + x or 2y + x.
An iscoseles triangle has a perimeter of 16 inches and an area of 12 inches with a perpendicular height of 4 inches. What are the measurements of the sides? Let b = x and h = 4
Area Perimeter
A = 1/2 bh
12 = 1/2(4)x
12 = 2x
6 = x
(use this to find the perimeter
|
P = 2y + x
16 = 2y + x
16 = 2y + x
16 = 2y + 6
-6 -6
10 = 2y
2 2
5 = y
|
The base is 6 and the sides are 5. To check this substitute 5 for y and 6 for x in the formulas for area and perimeter.
A = 1/2bh P = y + y + x
A = (1/2)(6)(4) P = 5 + 5 + 6
A = 24/2 P = 16
A = 12
This was the given area in the problem. This was the given perimeter in the problem
For problem 20, simply substitute 1 for x and 2 for y.
Determine if (1,2) is a solution to the system of equalities.
x + 2y = 5 1 + (2)(2) = 5 ---------> 1 + 4 = 5 (This is true)
5x - y = 3 5(1) - 2 = 3 -------------> 5 - 2 + 3 (This is true)
Therefore, (1,2) is a solution to the system. The answer is "yes."
For Objective 5: See Review for Inequalities, Objective 6 test, and tips and hints on this web site.
Good luck!
|