Problem Solving - Problemset
Problem Solving - Problemset
Problems
1
Problem 1:
The sum of the first and third of three consecutive odd integers is
131 less than three times the second integer. Find the three
integers.
Solution to Problem 1:
Step 1:
Let x = the first integer
x + 2 = the second integer
x + 4 = the third integer
Step 2:
x + (x + 4)
3(x + 2) - 131
Step 3:
"The sum of the first and third is 131 less than three times the second"
gives
x + (x + 4) = 3(x + 2) - 131
Step 4:
x = 129
x + 2 = 131
x + 4 = 133
2
Problem 2:
Solution to Problem 2:
Step 1:
Let x = the first integer
x + 2 = the second integer
Step 2:
x (x + 2) = 675
Step 3:
x 2 + 2 x - 675 = 0
Step 4:
x = 25 or x = -27
if x = 25 then x + 2 = 27
3
Problem 3:
Find four consecutive even integers so that the sum of the first two
added to twice the sum of the last two is equal to 742.
Solution to Problem 3:
Step 1:
Let x = the first integer
x+2 = the second integer
x+4 = the third integer
x+6 = the forth integer
Step 2:
x + (x + 2)
2 ((x + 4) + (x + 6)) = 4 x + 20
Step 3:
Sum of the first two added to twice the sum of the last two is equal to
742 is written as
x + (x + 2) + 4 x + 20 = 742
Step 4:
x = 120
x + 2 = 122
x + 4 = 124
x + 6 = 126
4
Age
Problems
5
Problem 1:
Susan is 3 years older than Tom. Two years ago Susan was twice as old
as Tom. Find their present ages.
Solution to Problem 1:
Step 1:
Let x = Tom's age 2 years ago
2x = Susan's age 2 years ago
Step 2:
Tom's present age is
x+2
Susan's present age is
2x + 2
Step 3:
Since Susan is 3 years older than Tom, you can write the equation
x + 2 = 2x + 2 - 3
Step 4:
x + 2 = 2x - 1
2 + 1 = 2x – x
(after moving variable terms to the right and constant terms to the left)
3=x
Step 5:
6
Problem 2
Solution to Problem 2:
Step 1:
7
Problem 3
A man has a daughter and a son. The son is three years older than the
daughter. In one year the man will be six time as old as the daughter is
now. In ten years the man will be fourteen years older than the
combined ages of his children at that time. What is the man's present
age?
Solution to Problem 3:
Step 1:
Let x = the daughter's present age
x+3 = the son's present age
Step 2:
Since in one year the man will be six times as old as the daughter is now, the
man's present age is
6x - 1
Step 3:
In ten years the man's age will be
(6x – 1) + 10
While the daughter's age will be
x + 10
And the son's age will be
x + 3 + 10 = x + 13
Step 4:
Since in ten years the man will be fourteen years older than the combined
ages of his children at that time, you can write an equation
(6x – 1) + 10 – 14 = (x + 10) + (x + 13)
Step 5:
Solve this equation by simplifying it step by step:
6x – 5 = 2x + 23
(after combining like terms at the right side)
6x – 2x = 23 + 5
(after moving variable terms to the right and constant terms to the left)
4x = 28; x = 7
(after combining like terms)
Step 6:
The daughter's present age is 7 years.
Hence, the son's present age is 7 + 3 = 10 years, and the man's present age
is 6x – 1 = 6 (7) – 1 = 42 – 1 = 41.
8
Money
Problems
9
Problem 1:
A purse contains 27 coins in P1 and P5 and its total value is P83. Find
the number of P1 and P5 in the purse.
Solution to Problem 1:
Step 1:
Number of
Kind of denomination . = Value
pieces
P1 . x = x
P5 . 27 - x = 5 (27 – x)
Total Amount 83
Step 3:
x + 5 (27 - x) =83
Step 4:
x + 135 – 5x = 83
-4x = -52
x = 13
Step 5:
P1 coins = 13 pieces
P5 coins = 14 pieces
10
Problem 2
A vending machine contains P800 in P10 and P20 bills. The number of
P10 bills is 5 more than three times the number of P20 bills. How many
P10 and P20 bills are there?
Solution to Problem 2:
Step 1:
Number of
Kind of denomination . = Value
pieces
P10 . 3x + 5 = 10 (3x + 5)
P20 . x = 20x
Total Amount P800
Step 3:
Step 4:
50x = 750
x = 15
Step 5:
11
Problem 3
Minda has P990 worth of tickets consisting of P10, P20, and P50
tickets. If the number of P10 tickets is twice that of P20 and the
number of P50 is three more than the number of P10 tickets, how many
tickets of each kind did she have?
Solution to Problem 3:
Step 1:
Number of
Kind of denomination . = Value
pieces
P10 . 2x = 20x
P20 . x = 20x
P50 . 2x + 3 = 50 (2x + 3)
Total Amount P990
Step 3:
Step 4:
140x = 840
x=6
Step 5:
12
Geometry
Problems
13
Problem 1:
A triangle has a perimeter of 50. If 2 of its sides are equal and the
third side is 5 more than the equal sides, what is the length of the
third side?
Solution to Problem 1:
Step 1:
Assign variables:
Let x = length of the equal sides
x + 5 = length of the third side
Sketch the figure
Step 2:
Write out the formula for perimeter of triangle.
P = sum of the three sides
Step 3:
Plug in the values from the question and from the sketch.
50 = x + x + x + 5
Step 4:
Combine like terms
50 = 3x + 5
Isolate variable x
3x = 50 – 5
3x = 45
x =15
Step 5:
The length of third side = 15 + 5 = 20
14
Problem 2
Solution to Problem 2:
Step 1:
Assign variables:
Step 2:
A = lw
Step 3:
Plug in the values from the question and from the sketch.
60 = (4x + 4) (x –1)
15
Step 4:
60 = 4x2 – 4x + 4x – 4
4x2 – 4 – 60 = 0
4x2 – 64 = 0
(2x – 8)(2x + 8) = 0
Step 5:
16
Problem 3
In a quadrilateral two angles are equal. The third angle is equal to the
sum of the two equal angles. The fourth angle is 60° less than twice the
sum of the other three angles. Find the measures of the angles in the
quadrilateral.
Solution to Problem 3:
Step 1:
Assign variables:
Let x = size of the two equal angles
x + x = the third angle
2 (x + x + x + x) -60 = the forth angle
Sketch the figure
Step 2:
Write down the sum of angles in quadrilateral.
The sum of angles in a quadrilateral is 360°
Step 3:
Plug in the values from the question and from the sketch.
360 = x + x + (x + x) + 2(x + x + x + x) – 60
Step 4:
Combine like terms
360 = 4x + 2(4x) – 60
360 = 4x + 8x – 60
360 = 12x – 60
Isolate variable x
12x = 420
x = 35
Step 5:
Substituting x for 35, the values of the angles are 35°, 35°, 70° and 220°
17
Percent
Problems
18
Problem 1:
Solution to Problem 1:
S = C (1 + r)
S = 86 (1 + 0.50)
S = 86 (1.50)
S = 129
Problem 2
Solution to Problem 2:
d=D/R
d = 36 / 180
d = 0.2 x 100
d = 20%
Therefore, 20 % is the discount rate when a customer buys three dinner plates
19
Problem 3
Solution to Problem 3:
Since the gray chairs are also 30 % if the chairs being delivered, there were also
270 gray chairs.
270 = 0.30x
x = 900
900 chairs were delivered (270 white chairs, 270 gray chairs and 360 black chairs)
20
Investment
Problems
21
Problem 1:
A deposit was made into a 7% annual simple interest account. Another deposit,
P15000 less than the first, was placed in a certificate of deposit earning 9% annual
simple interest. The total interest earned on both investments for one year was
P5050. How much money was deposited in the certificate of deposit?
Solution to Problem 1:
Step 1:
Step 2:
Step 4:
0.16 x = 6400
x = P40000
Step 5:
22
Problem 2:
The manager of a trust invested a certain sum in government bonds that earns
6.5% interest and another sum in a utility stock that earns 8% interest. He
invested P60000 more in the utility stock than in the government stock. If the
total interest earned from the two investments was P55550, how much was
invested at each rate?
Solution to Problem 2:
Step 1:
Step 2:
Step 4:
0.145x = 50750
x = P350000
Step 5:
Therefore, the amount invested in government bonds in P350000 and the amount
invested in stocks is P410000.
23
Problem 3:
Bruce invested a certain amount at 10% interest and invested twice the
amount at 12% interest. If his total yearly income from both
investments was P28900, how much was invested at each rate?
Solution to Problem 3:
Step 1:
Step 2:
Step 4:
0.34x = 28900
x = P85000
Step 5:
Therefore, the amount invested at 10% is P85000 and the amount invested at 12%
is P170000.
24
Mixture
Problems
25
Problem 1:
The manager of a specialty food store combined almond nuts that cost
P450 per kilo with walnuts that cost P250 per kilo. How many kilos of
each were used to make 100 kilos of mixture costing P320 per kilo?
Solution to Problem 1:
Step 1:
Step 2:
Step 4:
200x = 7000
x = 35
Step 5:
Therefore, 35 kilos of almond nuts and 65 kilos of walnuts are needed for the
mixture.
26
Problem 2:
Find the cost per pound of a sugarcoated breakfast cereal made from
40 lb of sugar that cost P100 per pound and 120 lb of corn flakes that
cost P60 per pound.
Solution to Problem 2:
Step 1:
Step 2:
Step 4:
11200 = 160x
x = 70
Step 5:
Therefore, the cost per pound of the sugarcoated breakfast cereal is P70.00
27
Problem 3:
How many liters of a blue dye that costs P160 per liter must be mixed
with 18L of anil that costs P250 per liter to make a mixture that costs
P190 per liter?
Solution to Problem 3:
Step 1:
Step 2:
Step 4:
-30x = -1080
x = 36
Step 5:
28
Uniform Motion
Problems
29
Problem 1:
Two cars started from the same point, at 5 am, traveling in opposite
directions at 40 and 50 mph respectively. At what time will they be
450 miles apart?
Solution to Problem 1:
Step 1:
After t hours the distances D1 and D2, in miles per hour, traveled by the
two cars are given by
D1 = 40 t and D2 = 50 t
Step 2:
D = D1 + D2 = 40 t + 50 t = 90 t
Step 3:
D = 90 t = 450 miles
Step 4:
To find the time t for D to be 450 miles, solve the above equation for t to
obtain
t = 5 hours
Step 5:
5 am + 5 hours = 10 am
30
Problem 2:
Solution to Problem 2:
Step 1:
D1 = 40 t
Step 2:
Car B starts at 10 am and will therefore have spent one hour less than car A
when it passes it. After (t - 1) hours, distance D2 traveled by car B is given
by
D2 = 60 (t-1)
Step 3:
When car B passes car A, they are at the same distance from the starting
point and therefore D1 = D2 which gives
40 t = 60 (t-1)
Step 4:
t = 3 hours
Step 5:
9 + 3 = 12 pm
31
Problem 3:
Linda left home and drove for 2 hours. She stopped for lunch then
drove for another 3 hours at a rate that is 10 mph higher than the rate
before she had lunch. If the total distance Linda traveled is 230 miles,
what was the rate before lunch?
Solution to Problem 3:
Step 1:
If x is the rate at which Linda drove before lunch the rate after lunch is
equal x + 10. The total distance D traveled by Linda is given by
D = 2 x + 3(x + 10)
2 x + 3 (x + 10) = 230
Step 2:
x = 40 miles / hour.
32
Clock
Problems
33
Problem 1:
What is the angle between the large (minute) hand and the small (hour)
hand at 11:55 pm?
Solution to Problem 1:
Step 1:
𝟏
At the given time, the large hand is at the position of " of 360°" before
𝟏𝟐
270°, the angle between the large hand and the "positive direction of the
standard x-axis" is
𝟏
270° - ( x 360°) = 270° - 30° = 240°.
𝟏𝟐
Step 2:
𝟓𝟓 𝟏𝟏
The small hand is at the position of =
of 30° "after 11 o'clock", the
𝟔𝟎 𝟏𝟐
angle between the small hand and the "positive direction of the standard x-
axis" is
𝟏𝟏
240° + ( x 30°) = 240° + (11 x 2.5°) = 240° + 27.5° = 267.5°.
𝟏𝟐
Step 3:
𝟏
Here 30° = x 360° is the angle between any two consecutive hour marks in
𝟏𝟐
the clock dial (clock-face). So, the angle between the hands is
Step 4:
34
Problem 2:
Solution to Problem 2:
Step 1:
Step 2:
To catch up with the hour hand, the minute hand has to cover a relative
distance of 120°, at a relative speed of 5 ° per minute.
Step 3:
35
Problem 3:
At what time between 10 and 11 will the minute and hour hand be at
right angles?
Solution to Problem 3:
Step 1:
Step 2:
For the first right angle, minute hand has to cover a relative distance of
(1*30) = 30°.
For the 2nd right angle, minute hand has to cover a relative distance of
(7*30) = 210°.
Step 3:
𝟏
The relative speed between the two hands is of 5 ° per minute.
𝟐
Hence, time required for the 1st right angle
𝟑𝟎 𝐱 𝟐 𝟔𝟎 𝟓
= or 5 minutes.
𝟏𝟏 𝟏𝟏 𝟏𝟏
𝟐𝟏𝟎 𝐱 𝟐 𝟒𝟐𝟎 𝟐
= = 38 minutes.
𝟏𝟏 𝟏𝟏 𝟏𝟏
36
Inequality
Problems
37
Problem 1:
A rectangular room fits at least 7 tables that each has 1 square meter
of surface area. The perimeter of the room is 16 m. What could the
width and length of the room be?
Solution to Problem 1:
Step 1:
Step 2:
2(W + L) = 16
W+L=8
L=8−W
Step 3:
We also know the area of a rectangle is the width times the length:
Area = W × L
Step 4:
W×L≥7
Step 5:
We are being asked for the possible values of W and L. Let's solve:
Start with: W × L ≥ 7
38
Substitute L = 8 − W: W × (8 − W) ≥ 7
Expand: 8W − W2 ≥ 7
This is a quadratic inequality. It can be solved many ways; here we will solve
it by completing the square:
Step 6:
W2 − 8W ≤ −7
Complete the square on the left side of the inequality and balance this by
adding the same value to the right side of the inequality:
W2 − 8W + 16 ≤ −7 + 16
Simplify: (W − 4)2 ≤ 9
−3 ≤ W − 4 ≤ 3
32 = 9 and (−3)2 = 9
1≤W≤7
Step 7:
So the width must be between 1 m and 7 m (inclusive) and the length is 8−width.
39
Problem 2:
Solution to Problem 2:
Step 1:
Step 2:
Formula:
v = 20 − 10t
Step 3:
We are being asked for the time t when v is between 5 and 15 m/s:
10 < v < 15
Step 4:
Solve:
40
It is neater to show the smaller number first, so swap over:
Step 5:
So the velocity is between 10 m/s and 15 m/s between 0.5 and 1 second after.
Problem 3:
Joe enters a race where he has to cycle and run. He cycles a distance
of 25 km, and then runs for 20 km. His average running speed is half of
his average cycling speed. Joe completes the race in less than 2½
hours, what can we say about his average speeds?
Solution to Problem 3:
Step 1:
Step 2:
Formulas:
Step 3:
1. Cycling
Distance = 25 km
41
Average speed = 2s km/h
2. Running
Distance = 20 km
Step 4:
Step 5:
Solve:
Simplify: 65 < 5s
Step 6:
So his average speed running is greater than 13 km/h and his average speed cycling
is greater than 26 km/h.
42
Problems involving
Rational Expression
& Equation
43
Problem 1:
Solution to Problem 1:
Step 1:
Think about how many bulbs each person can plant in one hour. This is their
planting rate.
𝟓𝟎 𝐛𝐮𝐥𝐛𝐬 𝟐𝟓 𝐛𝐮𝐥𝐛𝐬
Myra: or
𝟐 𝐡𝐨𝐮𝐫𝐬 𝟏 𝐡𝐨𝐮𝐫𝐬
𝟒𝟓 𝐛𝐮𝐥𝐛𝐬 𝟏𝟓 𝐛𝐮𝐥𝐛𝐬
Francis: or
𝟑 𝐡𝐨𝐮𝐫𝐬 𝟏 𝐡𝐨𝐮𝐫𝐬
Step 2:
Combine their hourly rates to determine the rate they work together.
Step 3:
Use one of the work formulas to write a rational equation, for example
𝐖
r= . r is the combined work rate, and W is the amount of work that must
𝐭
be done. What you don't know is how much time it will take to do the
required work at the designated rate.
𝟒𝟎 𝟏𝟓𝟎
=
𝟏 𝐭
44
Step 4:
𝟒𝟎 𝟏𝟓𝟎
x 1t = x 1t
𝟏 𝐭
40t = 150
𝟏𝟓 𝟑
t= or 3 hours
𝟒 𝟒
Step 5:
It should take 3 hours 45 minutes for Myra and Francis to plant 150 bulbs
together.
Problem 2:
Joe and John are planning to paint a house together. John thinks that
if he worked alone, it would take him 3 times as long as it would take
Joe to paint the entire house. Working together, they can complete
the job in 24 hours. How long would it take each of them, working
alone, to complete the job?
Solution to Problem 2:
Step 1:
45
Step 2:
𝟏
Joe’s rate:
𝐱
𝟏
John’s rate:
𝟑𝐱
Step 3:
Their combined rate is the sum of their individual rates. Use this rate to
write a new equation using the formula W = rt.
𝟏 𝟏
combined rate: +
𝐱 𝟑𝐱
Step 4:
The problem states that it takes them 24 hours together to paint a house,
𝟏 𝟏
so if you multiply their combined hourly rate ( + ) by 24, you will get 1,
𝐱 𝟑𝐱
which is the number of houses they can paint in 24 hours.
𝟏 𝟏
1=( + ) 24
𝐱 𝟑𝐱
𝟐𝟒 𝟐𝟒
1= +
𝐱 𝟑𝐱
Step 5:
Now solve the equation for x. (Remember that x represents the number of
hours it will take Joe to finish the job.)
𝟑 𝟐𝟒 𝟐𝟒
1= ( + )
𝟑 𝐱 𝟑𝐱
𝟑 (𝟐𝟒) 𝟐𝟒
1= +
𝐱 𝟑𝐱
𝟕𝟐 𝟐𝟒
1= +
𝟑𝐱 𝟑𝐱
46
𝟕𝟐+𝟐𝟒
1=
𝟑𝐱
𝟗𝟔
1=
𝟑𝐱
3x = 96
x = 32
Step 6:
Since x = 32, it takes Joe 32 hours to paint the house by himself. John’s time is
3x, so it would take him 96 hours to do the same amount of work.
It takes 32 hours for Joe to paint the house by himself and 96 hours for John the
paint the house himself.
Problem 3:
One pipe can fill a pool 1.5 times faster than a second pipe. If both
pipes are open, the pool can be filled in 6 hours. If only the slower pipe
is open, how long would it take to fill the pool?
Solution to Problem 3:
Step 1:
Find the rates of each pipe alone and the two working together.
𝐖
r=
𝐭
Step 2:
𝟏
fast pipe =
𝐩
47
𝟏
slow pipe =
𝟏.𝟓 𝐩
𝟏
fast pipe + slow pipe =
𝟔
Step 3:
Write an equation that shows that the amount of work completed by both
pipes in one hour is equal to the sum of the work of each pipe.
𝟏 𝟏 𝟏
+ =
𝐩 𝟏.𝟓 𝐩 𝟔
Step 4:
Solve for p. One way to do this is to rewrite the rational expressions using a
common denominator.
𝟏 𝟔 𝟏 𝟒 𝟏 𝐩
( )+ ( )= ( )
𝐩 𝟔 𝟏.𝟓 𝐩 𝟒 𝟔 𝐩
Step 5:
𝟔 𝟒 𝐩
+ =
𝟔𝐩 𝟔𝐩 𝟔𝐩
6+4=p
p = 10hrs
10 x 1.5 = 15hrs
Step 6:
The slower pipe will take 15 hours to fill the pool alone.
48
Problems involving
Quadratic Equation
49
Problem 1:
Two cyclists move away from a town along two perpendicular paths at
20 mph and 40 mph respectively. The second cyclist starts the journey
an hour later than the first one. Find the time taken for them to be
100 miles apart.
Solution to Problem 1:
Step 1:
Step 2:
Step 3:
t2 + 4t2 - 8t + 4 = 25
5t2 - 8t -21 = 0
t = 3 or t = -1.4
Step 4:
50
Problem 2:
Solution to Problem 2:
Step 1:
Step 2:
(n-3)2 + n2 = (n+3)2
n2 - 6n + 9 + n2 = n2 + 6n + 9
2n2 = 12n
2n2 - 12n = 0
2n2 = 12n
n2 - 6n = 0
n = 0 or n = 6
Step 3:
51
Problem 3:
The following picture shows the shape of a certain grass patch. If the
area of the patch is 80m2, find k.
Solution to Problem 3:
Step 1:
= 5k + k (2k+1)
= 5k + 2k2 + k
= 2k2 + 6k
Step 2:
2k2 + 6k = 80
2k2 + 6k - 80 = 0
(2k - 10)(k + 8) = 0
k = 5 or k = -8
Step 3:
52
Problems involving
Roots and Radical
Equation
53
Problem 1:
Solution to Problem 1:
Step 1:
Here, the ladder, the wall and the ground from a right-angled triangle. The
ladder is the hypotenuse of that triangle.
Step 2:
x2 + 122 = 132
x2 = 132 – 122
x2 = (25) (1)
x2 = 25
x = √25
x=5
Step 3:
Therefore, distance of the foot of the ladder from the bottom of the wall is 5
meters.
54
Problem 2:
Solution to Problem 2:
Step 1:
Let XY = x m
Therefore, YZ = (100 – x) m
In ∆ XYZ, ∠Z = 90°
Step 2:
200x = 13600
x = 13600/200
x = 68
Step 3:
55
Problem 3:
Solution to Problem 3:
Step 1:
Let a = 6 blocks
b = 8 blocks
From the given problem, the distance from school to home is the length of
the hypotenuse(c).
Step 2:
c2 = a2 + b2
c2 = 62 + 82(by equating)
c2 = 36 + 64
c2 = 100
c = √100
c = 10
Step 3:
56