Simple Equations and Inequalities
Simple Equations and Inequalities
y
nl
Charles Yang (quanxinyang@gmail.com)
O
4 July 2024
e
Us
§1 Introduction
al
rn
Today, we will delve into the concepts of simple equations, inequalities, and systems of linear equations. Mastering
these topics is crucial for success in the AMC8 and other math competitions.
te
In
§2 Simple Equations
n
Simple equations are fundamental algebraic expressions that assert the equality of two quantities. Solving an
io
equation involves finding the values of the variables that satisfy the equation.
at
§2.1 Properties of Equality
uc
When solving equations, you can perform the following operations without changing the equality:
Ed
Example 2.1
rn
Solution.
In
A system of linear equations consists of multiple equations with the same variables. Solving such systems involves
finding values for the variables that satisfy all equations simultaneously.
O
1
Charles Yang (quanxinyang@gmail.com) — 4 July 2024 Arithmetic and Pre-Algebra 4
2. Substitution Method: Solving one equation for one variable and substituting the result into the others.
3. Elimination Method: Adding or subtracting equations to eliminate one variable, facilitating the solution
y
for the others.
nl
§3.2 Example Problem: Using Substitution Method
O
e
Example 3.1
Us
Solve the following system of equations:
2x + 5y = 8
al
7x + 3y = −1
rn
Solution.
te
Solve the first equation for x: x = 4 − 52 y.
In
Substitute into the second equation: 7(4 − 52 y) + 3y = −1.
Simplify and solve for y: − 29
2 y = −29 → y = 2.
n
Substitute y = 2 back into the expression for x: x = −1.
The solution to the system is x = −1, y = 2. io
at
§3.3 Example Problem: Using Elimination Method
uc
Example 3.2
Ed
x−y =4
na
io
Solution.
at
§3.4 Symmetry
ok
Example 3.3
Solve the below system.
lo
ut
a+b+c+d=4
a+b+c+e=8
O
a + b + d + e = 12
a + c + d + e = 16
b + c + d + e = 20
2
Charles Yang (quanxinyang@gmail.com) — 4 July 2024 Arithmetic and Pre-Algebra 4
Solution.
The key here is to take advantage of the symmetry. If we add up all 5 equations we will have a total of 4 of
each variable on the LHS. On the RHS we will have 4 + 8 + 12 + 16 + 20 = 60. Thus
4(a + b + c + d + e) = 60 ⇔ a + b + c + d + e = 15.
y
So then subtracting the first equation from this leaves e on the LHS and 15 − 4 = 11 on the RHS. Subtracting
nl
this equation from the second equation leaves d on the LHS and 15 − 8 = 7 on the RHS. And thus we continue
on in this way to find that (a, b, c, d, e) = (−5, −1, 3, 7, 11).
O
e
Example 3.4
Us
The table below displays some of the results of last summer’s Frostbite Falls Fishing Festival, showing how
many contestants caught n fish for various values of n .
al
n 0 1 2 3 . . . 13 14 15
rn
number of contestants who caught n fish 9 5 7 23 . . . 5 2 1
In the newspaper story covering the event, it was reported that
te
(a) the winner caught 15 fish;
(b) those who caught 3 or more fish averaged 6 fish each;
In
(c) those who caught 12 or fewer fish averaged 5 fish each.
What was the total number of fish caught during the festival?
n
Solution. [1]
io
at
Suppose that the number of fish is x and the number of contestants is y. The y − (9 + 5 + 7) = y − 21 fishers
uc
that caught 3 or more fish caught a total of x − (0 · (9) + 1 · (5) + 2 · (7)) = x − 19 fish. Since they averaged 6
fish,
Ed
6 = x−19
y−21 =⇒ x − 19 = 6y − 126. Similarily, those who caught 12 or fewer fish averaged 5 fish per person, so
x−(13(5)+14(2)+15(1)) x−108
5= y−8 = y−8 =⇒ x − 108 = 5y − 40. Solving the two equation system, we find that y = 175
l
Solution. [2]
io
Let f be the total number of fish caught by the contestants who didn’t catch 0, 1, 2, 3, 13, 14, or 15 fish
at
and let a be the number of contestants who didn’t catch 0, 1, 2, 3, 13, 14, or 15 fish. From (b), we know that
69+f +65+28+15
= 6 =⇒ f = 6a + 9. From (c) we have f +69+14+5 = 5 =⇒ f = 5a + 132. Using these two
rn
a+31 a+44
equations gets us a = 123. Plug this back into the equation to get f = 747. Thus, the total number of fish
te
caught is 5 + 14 + 69 + f + 65 + 28 + 15 = 943
In
Problem. In a mathematics contest with ten problems, a student gains 5 points for a correct answer and loses
ok
2 points for an incorrect answer. If Olivia answered every problem and her score was 29, how many correct
answers did she have?
lo
3
Charles Yang (quanxinyang@gmail.com) — 4 July 2024 Arithmetic and Pre-Algebra 4
§4 Simple Inequalities
Inequalities express a relationship where one quantity is not necessarily equal to another, characterized by signs
like <, >, ≤, and ≥.
y
nl
The process for solving inequalities mirrors that of solving equations, with the critical exception involving the
reversal of the inequality sign when multiplying or dividing by a negative number.
O
Example 4.1
e
Us
Solve the inequality: −3x + 6 > 0.
al
Solution.
Subtract 6 from both sides: −3x > −6.
rn
Divide by -3 and reverse the inequality: x < 2.
te
§4.2 Example Problem: Solving Inequalities
In
Example 4.2
n
Solve the inequality: 5x − 2 ≤ 3x + 6.
io
at
Solution.
uc
Divide by 2: x ≤ 4.
The solution to the inequality is x ≤ 4.
l
na
io
at
rn
te
In
ok
lo
ut
O
4
Charles Yang (quanxinyang@gmail.com) — 4 July 2024 Arithmetic and Pre-Algebra 4
§5 Assignment
Problem 5.1. Fifteen integers a1 , a2 , a3 , . . . , a15 are arranged in order on a number line. The integers are
equally spaced and have the property that
y
nl
What is the sum of digits of a14 ?
(A) 8 (B) 9 (C) 10 (D) 11 (E) 12
O
e
Us
Problem 5.2. Anna and Bella are celebrating their birthdays together. Five years ago, when Bella turned 6
years old, she received a newborn kitten as a birthday present. Today the sum of the ages of the two children
al
and the kitten is 30 years. How many years older than Bella is Anna?
(A) 1 (B) 2 (C) 3 (D) 4 (E) 5
rn
te
In
Problem 5.3. Three positive integers are equally spaced on a number line. The middle number is 15, and the
largest number is 4 times the smallest number. What is the smallest of these three numbers?
n
(A) 4 (B) 5 (C) 6 (D) 7 (E) 8
io
at
uc
Problem 5.4. Henry the donkey has a very long piece of pasta. He takes a number of bites of pasta, each time
eating 3 inches of pasta from the middle of one piece. In the end, he has 10 pieces of pasta whose total length is
Ed
17 inches. How long, in inches, was the piece of pasta he started with?
(A) 34 (B) 38 (C) 41 (D) 44 (E) 47
l
na
io
Problem 5.5. How many positive integers can fill the blank in the sentence below?
at
“One positive integer is more than twice another, and the sum of the two numbers is 28.”
(A) 6 (B) 7 (C) 8 (D) 9 (E) 10
rn
te
In
Problem 5.6. Four numbers are written in a row. The average of the first two is 21, the average of the middle
two is 26, and the average of the last two is 30. What is the average of the first and last of the numbers?
ok
Problem 5.7. How many different real numbers x satisfy the equation
O
5
Charles Yang (quanxinyang@gmail.com) — 4 July 2024 Arithmetic and Pre-Algebra 4
Problem 5.8. What is the area of the triangle formed by the lines y = 5, y = 1 + x, and y = 1 − x?
(A) 4 (B) 8 (C) 10 (D) 12 (E) 16
Problem 5.9. Lailai took five math tests, each worth a maximum of 100 points. Lailai’s score on each test was
y
an integer between 0 and 100, inclusive. Laila received the same score on the first four tests, and she received
nl
a higher score on the last test. Her average score on the five tests was 82. How many values are possible for
O
Lailai’s score on the last test?
(A) 4 (B) 5 (C) 9 (D) 10 (E) 18
e
Us
Problem 5.10. Starting with some gold coins and some empty treasure chests, I tried to put 9 gold coins in
al
each treasure chest, but that left 2 treasure chests empty. So instead I put 6 gold coins in each treasure chest,
rn
but then I had 3 gold coins left over. How many gold coins did I have?
(A) 9 (B) 27 (C) 45 (D) 63 (E) 81
te
In
n
Problem 5.11. Suppose a, b, and c are nonzero real numbers, and a + b + c = 0. What are the possible value(s)
a b c abc
for |a|
(A) 0
+ |b| + |c| + |abc|
(B) 1 and − 1
?
(C) 2 and − 2
io
(D) 0, 2, and − 2 (E) 0, 1, and − 1
at
uc
Ed
Problem 5.12. On the last day of school, Mrs. Awesome gave jelly beans to her class. She gave each boy as
many jelly beans as there were boys in the class. She gave each girl as many jelly beans as there were girls in
the class. She brought 400 jelly beans, and when she finished, she had six jelly beans left. There were two more
l
na
boys than girls in her class. How many students were in her class?
(A) 26 (B) 28 (C) 30 (D) 32 (E) 34
io
at
rn
A B A B
Problem 5.13. The letters A, B, C and D represent digits. If + C A and - C A ,what digit does D
te
D A A
represent?
In
Problem 5.14. Hui is an avid reader. She bought a copy of the best seller Math is Beautiful. On the first day,
ut
Hui read 1/5 of the pages plus 12 more, and on the second day she read 1/4 of the remaining pages plus 15
pages. On the third day she read 1/3 of the remaining pages plus 18 pages. She then realized that there were
O
only 62 pages left to read, which she read the next day. How many pages are in this book?
(A) 120 (B) 180 (C) 240 (D) 300 (E) 360