GEC 04 Module 3 Beamer
GEC 04 Module 3 Beamer
Deductive Reasoning
Problem Solving With Patterns
Polya’s Problem Solving Strategy
Table of Contents
1 Inductive Reasoning
2 Deductive Reasoning
Table of Contents
1 Inductive Reasoning
2 Deductive Reasoning
Example
Use inductive reasoning to predict the next number in each of the
following lists.
1 5, 10, 15, 20, 25, ?
2 1, 4, 9, 16, 25, ?
Example
Use inductive reasoning to predict the next number in each of the
following lists.
1 5, 10, 15, 20, 25, ?
2 1, 4, 9, 16, 25, ?
Solution
1 Each successive number is 5 units larger than the preceding
Example
Use inductive reasoning to predict the next number in each of the
following lists.
1 5, 10, 15, 20, 25, ?
2 1, 4, 9, 16, 25, ?
Solution
1 Each successive number is 5 units larger than the preceding
Example
Use inductive reasoning to make a conjecture out of the following
process.
Consider the following procedure:
1 Pick a number.
2 Multiply the number by 10.
3 Add 8 to the product.
4 Divide the sum by 2.
5 Subtract the quotient by 4.
Repeat the procedure for several different numbers. Make a
conjecture between the relationship of the size of the resulting
number and the size of the original number using inductive
reasoning.
Solution
Suppose we pick 3 as our original number.
Solution
Suppose we pick 3 as our original number.
Original number: 3
Solution
Suppose we pick 3 as our original number.
Original number: 3
Multiply 3 by 10: 30
Solution
Suppose we pick 3 as our original number.
Original number: 3
Multiply 3 by 10: 30
Add 8 to the product: 8 + 30 = 38
Solution
Suppose we pick 3 as our original number.
Original number: 3
Multiply 3 by 10: 30
Add 8 to the product: 8 + 30 = 38
38
Divide the sum by 2: = 19
2
Solution
Suppose we pick 3 as our original number.
Original number: 3
Multiply 3 by 10: 30
Add 8 to the product: 8 + 30 = 38
38
Divide the sum by 2: = 19
2
Subtract the quotient by 4: 19 − 4 = 15
Solution
Suppose we pick 3 as our original number.
Original number: 3
Multiply 3 by 10: 30
Add 8 to the product: 8 + 30 = 38
38
Divide the sum by 2: = 19
2
Subtract the quotient by 4: 19 − 4 = 15
We started with 3 and the procedure produces 15. Starting with 4
as our original number and the procedure produces 20. Starting
with 10 as our original number and the procedure produces 50.
Starting with 50 as our original number and the procedure
produces 250. In each of these cases the procedure produces a
number that is five times the original number. It is conjectured
that the given procedure produces a number that is five times the
original number.
Jonwille Mark Castro Problem Solving and Reasoning
Inductive Reasoning
Deductive Reasoning
Problem Solving With Patterns
Polya’s Problem Solving Strategy
Example
Use the data in the table and by inductive reasoning, answer the
following questions below.
1 If the earthquake magnitude is 8.5, how high (in meters) can the
tsunami be?
2 Can a tsunami occur when the earthquake magnitude is less than 7?
Jonwille Mark Castro Problem Solving and Reasoning
Inductive Reasoning
Deductive Reasoning
Problem Solving With Patterns
Polya’s Problem Solving Strategy
Solution
1 In the table, for every 0.1 increase in earthquake magnitude,
Solution
1 In the table, for every 0.1 increase in earthquake magnitude,
11 × (1)(101) = 1111
11 × (2)(101) = 2222
11 × (3)(101) = 3333
11 × (4)(101) = 4444
11 × (5)(101) = 5555
11 × (6)(101) = ?
11 × (1)(101) = 1111
11 × (2)(101) = 2222
11 × (3)(101) = 3333
11 × (4)(101) = 4444
11 × (5)(101) = 5555
11 × (6)(101) = ?
Simple arithmetic shows that the answer is 6666; hence it is
conjectured that the product of 11 and a multiple of 101 is a
number where all digits are equal. But is 11 × (n)(101) = nnnn
true for all n (n, a natural number)?
11 × (1)(101) = 1111
11 × (2)(101) = 2222
11 × (3)(101) = 3333
11 × (4)(101) = 4444
11 × (5)(101) = 5555
11 × (6)(101) = ?
Simple arithmetic shows that the answer is 6666; hence it is
conjectured that the product of 11 and a multiple of 101 is a
number where all digits are equal. But is 11 × (n)(101) = nnnn
true for all n (n, a natural number)?
Suppose n = 10. Then 11 × (10)(101) = 11, 110 which obviously
does not satisfy the previous conclusion. This method of
disproving a statement is to give a counterexample.
Jonwille Mark Castro Problem Solving and Reasoning
Inductive Reasoning
Deductive Reasoning
Problem Solving With Patterns
Polya’s Problem Solving Strategy
Example
Verify that each of the following statement is incorrect by giving a
counterexample.
x
1 =1
x
√
2 x2 + 4 = x + 2
Example
Verify that each of the following statement is incorrect by giving a
counterexample.
x
1 =1
x
√
2 x2 + 4 = x + 2
Solution
0 x
1 Let x = 0. Then 6= 1. This implies that = 1 is not true
0 x
for all x.
Example
Verify that each of the following statement is incorrect by giving a
counterexample.
x
1 =1
x
√
2 x2 + 4 = x + 2
Solution
0 x
1 Let x = 0. Then 6= 1. This implies that = 1 is not true
0 x
for all x.
√ √
2 For x = 1, 12+4= 5. But x + 2 = 3 when x = 1. Then,
√ √
2
5 6= 3, implies x + 4 = x + 2 is a false statement.
Table of Contents
1 Inductive Reasoning
2 Deductive Reasoning
Example
Use deductive reasoning to make a conjecture.
Consider the following procedure: Pick a number. Multiply the
number by 10, add 8 to the product, divide the sum by 2, and
subtract 4.
Example
Use deductive reasoning to make a conjecture.
Consider the following procedure: Pick a number. Multiply the
number by 10, add 8 to the product, divide the sum by 2, and
subtract 4.
Solution
Let n represent the original number.
Example
Use deductive reasoning to make a conjecture.
Consider the following procedure: Pick a number. Multiply the
number by 10, add 8 to the product, divide the sum by 2, and
subtract 4.
Solution
Let n represent the original number.
Multiply n by 10: 10n
Example
Use deductive reasoning to make a conjecture.
Consider the following procedure: Pick a number. Multiply the
number by 10, add 8 to the product, divide the sum by 2, and
subtract 4.
Solution
Let n represent the original number.
Multiply n by 10: 10n
Add 8 to the product: 8 + 10n
Example
Use deductive reasoning to make a conjecture.
Consider the following procedure: Pick a number. Multiply the
number by 10, add 8 to the product, divide the sum by 2, and
subtract 4.
Solution
Let n represent the original number.
Multiply n by 10: 10n
Add 8 to the product: 8 + 10n
8 + 10n
Divide the sum by 2: = 4 + 5n
2
Example
Use deductive reasoning to make a conjecture.
Consider the following procedure: Pick a number. Multiply the
number by 10, add 8 to the product, divide the sum by 2, and
subtract 4.
Solution
Let n represent the original number.
Multiply n by 10: 10n
Add 8 to the product: 8 + 10n
8 + 10n
Divide the sum by 2: = 4 + 5n
2
Subtract the quotient by 4: 4 + 5n − 4 = 5n
Example
Use deductive reasoning to make a conjecture.
Consider the following procedure: Pick a number. Multiply the
number by 10, add 8 to the product, divide the sum by 2, and
subtract 4.
Solution
Let n represent the original number.
Multiply n by 10: 10n
Add 8 to the product: 8 + 10n
8 + 10n
Divide the sum by 2: = 4 + 5n
2
Subtract the quotient by 4: 4 + 5n − 4 = 5n
We started with n and ended with 5n after following the given
procedure. This means that the given procedure produces a
number that is five times the original number.
Jonwille Mark Castro Problem Solving and Reasoning
Inductive Reasoning
Deductive Reasoning
Problem Solving With Patterns
Polya’s Problem Solving Strategy
Example
Each of the four friends Donna, Sarah, Nikkie, and Xhanelle, has a
different pet (fish, cat, dog, and snake). From the following clues,
determine the pet of each individual:
1 Sarah is older than her friend who owns the cat and younger
than her friend who owns the dog.
2 Nikkie and her friend who owns the snake are both of the
same age and are the youngest members of their group.
3 Donna is older than her friend who owns the fish.
Solution
From Clue 1, Sarah does not own a cat nor a dog. In the following
chart, write X1 (which stands for ”ruled out by clue 1”) in the cat
and dog column for Sarah.
Solution
From Clue 2, Nikkie does not own a snake and a dog being the
youngest. And since Sarah is not the youngest from Clue 1, then
Sarah does not own a snake as well. Write X2 (ruled out by clue 2)
in the snake column for Nikkie and X1 in the snake column for
Sarah. There are now Xs in the 3 pets in Sarah’s row, therefore
Sarah owns the fish. Put a X which means Sarah’s pet is a fish.
So, Donna, Nikkie, and Xhanelle do not own the fish.
Fish Cat Dog Snake
Donna X2
Sarah X X1 X1 X1
Nikkie X2 X2 X2
Xhanelle X2
Solution
From Clue 3, Donna is older than Sarah, hence Donna owns the
dog. Write X3 (ruled out by clue 3) in cat and snake columns for
Donna. There are now Xs in snake column for Donna, Sarah, and
Nikkie; therefore Xhanelle owns the snake. Put a check in that
box. Write X3 in the cat column for Xhanelle; hence Nikkie owns
the cat. Put a check in that box.
Fish Cat Dog Snake
Donna X2 X3 X X3
Sarah X X1 X1 X1
Nikkie X2 X X2 X2
Xhanelle X2 X3 X3 X
Table of Contents
1 Inductive Reasoning
2 Deductive Reasoning
F2 = F1
F2 = F1
F3 = F2 + F1
F2 = F1
F3 = F2 + F1
F4 = F3 + F2
F2 = F1
F3 = F2 + F1
F4 = F3 + F2
F5 = F4 + F3
F2 = F1
F3 = F2 + F1
F4 = F3 + F2
F5 = F4 + F3
F6 = F5 + F4
F2 = F1
F3 = F2 + F1
F4 = F3 + F2
F5 = F4 + F3
F6 = F5 + F4
From these patterns, we conjecture that
Fn = Fn−1 + Fn−2 , for n ≥ 3. Fibonacci discovered that a
Fibonacci number can be found by adding its previous two
Fibonacci numbers.
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
= (F6 + F5 ) + F6
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
= (F6 + F5 ) + F6
= (8 + 5) + 8
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
= (F6 + F5 ) + F6
= (8 + 5) + 8
= 13 + 8
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
= (F6 + F5 ) + F6
= (8 + 5) + 8
= 13 + 8
= 21
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
= (F6 + F5 ) + F6
= (8 + 5) + 8
= 13 + 8
= 21
F10 = F9 + F8
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
= (F6 + F5 ) + F6
= (8 + 5) + 8
= 13 + 8
= 21
F10 = F9 + F8
= (F8 + F7 ) + F8
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
= (F6 + F5 ) + F6
= (8 + 5) + 8
= 13 + 8
= 21
F10 = F9 + F8
= (F8 + F7 ) + F8
= (21 + 13) + 21
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
= (F6 + F5 ) + F6
= (8 + 5) + 8
= 13 + 8
= 21
F10 = F9 + F8
= (F8 + F7 ) + F8
= (21 + 13) + 21
= 34 + 21
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
= (F6 + F5 ) + F6
= (8 + 5) + 8
= 13 + 8
= 21
F10 = F9 + F8
= (F8 + F7 ) + F8
= (21 + 13) + 21
= 34 + 21
= 55
Jonwille Mark Castro Problem Solving and Reasoning
Inductive Reasoning
Deductive Reasoning
Problem Solving With Patterns
Polya’s Problem Solving Strategy
Example
Use the definition of Fibonacci numbers to find the eighth and
tenth Fibonacci numbers.
Solution
F8 = F7 + F6
= (F6 + F5 ) + F6
= (8 + 5) + 8
= 13 + 8
= 21
F10 = F9 + F8
= (F8 + F7 ) + F8
= (21 + 13) + 21
= 34 + 21
= 55
Jonwille Mark Castro Problem Solving and Reasoning
Inductive Reasoning
Deductive Reasoning
Problem Solving With Patterns
Polya’s Problem Solving Strategy
Example
Use Binet’s formula and a calculator to find the 20th and 50th
Fibonacci number.
Example
Use Binet’s formula and a calculator to find the 20th and 50th
Fibonacci number.
Solution
√ !20 √ !20
1 1+ 5 1− 5
F20 =√ −
5 2 2
Example
Use Binet’s formula and a calculator to find the 20th and 50th
Fibonacci number.
Solution
√ !20 √ !20
1 1+ 5 1− 5
F20 =√ −
5 2 2
= 6765
Example
Use Binet’s formula and a calculator to find the 20th and 50th
Fibonacci number.
Solution
√ !20 √ !20
1 1+ 5 1− 5
F20 =√ −
5 2 2
= 6765
√ !50 √ !50
1 1+ 5 1− 5
F50 √ −
5 2 2
Example
Use Binet’s formula and a calculator to find the 20th and 50th
Fibonacci number.
Solution
√ !20 √ !20
1 1+ 5 1− 5
F20 =√ −
5 2 2
= 6765
√ !50 √ !50
1 1+ 5 1− 5
F50 √ −
5 2 2
= 12, 586, 269, 020
Suppose you add the horizontal entries in the rows of the Pascal’s
triangle except row 0. What pattern do you observe in these sums?
Can you predict the sum of the entries in row 10?
Row Sum
1 2
2 4
3 8
4 16
5 32
6 64
10 ?
The puzzle requires that all the disks be moved from the first peg
to the third peg such that the largest disk is on the bottom, the
next largest disk is placed on top of the largest disk and so on and
that only one disk be moved at a time. All pegs may be used.
Determine the minimum number of moves required to transfer the
disks from the first peg to the third peg for each of the following
situations. Visit the website
https://www.mathisfun.com/games/towerofhanoi.html for a nice
simulation of the puzzle.
1 You start with only one disk.
2 You start with two disks.
3 You start with three disks.
4 You start with four disks.
5 You start with five disks.
6 How about if there are n number of disks?
Jonwille Mark Castro Problem Solving and Reasoning
Inductive Reasoning
Deductive Reasoning
Problem Solving With Patterns
Polya’s Problem Solving Strategy
Table of Contents
1 Inductive Reasoning
2 Deductive Reasoning
Example
Apply Polya’s strategy in solving the following problem.
The GSW basketball team won three out of their last six games. In
how many different orders could they have attained three wins and
three losses in six games?
Solution
Understand the Problem. There are many different ways. GSW
may have won three straight wins and three losses (WWWLLL), or
maybe they lost in the first three games and won in the last three
games (LLLWWW). Likewise, there are several orders.
Solution
Understand the Problem. There are many different ways. GSW
may have won three straight wins and three losses (WWWLLL), or
maybe they lost in the first three games and won in the last three
games (LLLWWW). Likewise, there are several orders.
Devise a Plan. One can organize a list of all the possibilities
making sure that no entry will be duplicated.
Carry Out the Plan. Three Ws must be present in every entry
without duplication. The strategy is to start the list with three
consecutive wins. Next in the list are all the entries starting with
two consecutive wins, then next in the list are all the entries
starting with a single win. Following this pattern, consider starting
with three consecutive losses and so on. Here are the different
orders.
Solution
1 WWWLLL 5 WLLLWW 9 LLLWWW 13 LWWWLL
2 WWLWLL 6 WLLWWL 10 LLWLWW 14 LWWLLW
3 WWLLWL 7 WLWWLL 11 LLWWLW 15 LWLLWW
4 WWLLLW 8 WLWLWL 12 LLWWWL 16 LWLWLW
Example
Leonardo da Vinci was a famous artist during the renaissance
period. He wrote in his notebook that ”from the top to the
bottom of the chin is the sixth part of the face, and it is the
fifty-fourth part of the man.” Suppose the distance from the top
the bottom of the chin of the person is 1.2 inches. Using Leonardo
da Vinci’s measurements, find the height of the person.
Solution
Understand the Problem. Obviously, one needs to find the height
of the person in this problem.
Solution
Understand the Problem. Obviously, one needs to find the height
of the person in this problem.
Devise a Plan. Let x represent the unknown height of the person.
Write an equation satisfying da Vinci’s measurements.
Solution
Understand the Problem. Obviously, one needs to find the height
of the person in this problem.
Devise a Plan. Let x represent the unknown height of the person.
Write an equation satisfying da Vinci’s measurements.
Carry Out the Plan.
Let x = height of the person
Solution
Understand the Problem. Obviously, one needs to find the height
of the person in this problem.
Devise a Plan. Let x represent the unknown height of the person.
Write an equation satisfying da Vinci’s measurements.
Carry Out the Plan.
Let x = height of the person
Equation:
Solution
Understand the Problem. Obviously, one needs to find the height
of the person in this problem.
Devise a Plan. Let x represent the unknown height of the person.
Write an equation satisfying da Vinci’s measurements.
Carry Out the Plan.
Let x = height of the person
Equation:
1
x = 1.2
54
Solution
Understand the Problem. Obviously, one needs to find the height
of the person in this problem.
Devise a Plan. Let x represent the unknown height of the person.
Write an equation satisfying da Vinci’s measurements.
Carry Out the Plan.
Let x = height of the person
Equation:
1
x = 1.2
54
x = 64.8in or 5.4ft
Solution
Understand the Problem. Obviously, one needs to find the height
of the person in this problem.
Devise a Plan. Let x represent the unknown height of the person.
Write an equation satisfying da Vinci’s measurements.
Carry Out the Plan.
Let x = height of the person
Equation:
1
x = 1.2
54
x = 64.8in or 5.4ft
Thus, the person is 5.4 ft tall.
Solution
Understand the Problem. Obviously, one needs to find the height
of the person in this problem.
Devise a Plan. Let x represent the unknown height of the person.
Write an equation satisfying da Vinci’s measurements.
Carry Out the Plan.
Let x = height of the person
Equation:
1
x = 1.2
54
x = 64.8in or 5.4ft
Thus, the person is 5.4 ft tall.
Review the Solution. The solution is quite simple. Now check your
progress - follow Leonardo da Vinci’s measurements to find your
height.
Example
An agency charged P15,000 for a 3-day and 2-night tour in Macau
and P20,000 for the same tour with a side trip to Hong Kong
(HK). Ten persons joined the trip, which enable them to collect
P170,000. How many tourists made a side trip to Hong Kong?
Solution
Understand the Problem. There are two types of tourists in the
situation given. Some purely stayed in Macau while others made a
side trip to HK. From the total collection, how much was the
amount collected from those who purely stayed in Macau and how
much was collected from those who made side trips to HK. It is
needed to know how many were bound for Macau who made a side
trip to HK.
Solution
Devise a Plan. Use x and y to represent the two types of tourists.
Define these variables. Let x be the number of tourists bound for
Macau alone and y be the number of tourists bound for Macau
but who made a side trip to Hong Kong. Hence, we have the
following algebraic equations:
Solution
Carry Out the Plan. Write the equations and solve using the
elimination method to the system of equations.
Equations:
x + y = 10 (1)
15, 000x + 20, 000y = 170, 000 (2)
To find the number of tourists bound for Macau but who made a
side trip to HK, we solve for y .
To do this, we use elimination by substitution.
a. Solve for y in (1)
x + y = 10
y = 10 − x (3)
Solution
b. Substitute y = 10 − x in equation (2)
Solution
Review the Solution. Since there are a total of 10 tourists, six of
them only stayed in Macau while four made a side trip to Hong
Kong. Now, 15,000(6) + 20,000(4) = 170,000. This satisfies the
condition that the total amount collected for the whole trip is
P170,000.
Example
In 2017, Venus’ birthday fell on a Saturday, June 3. On what day
of the week does Venus’ birthday fall in 2020? Note that the year
2020 is a leap year.
Solution
The number of days in a year is 365 except when it is a leap year
where there’s one day added. How many days are there after June
3, 2017 to June 3, 2020?
Number of days:
After June 3, 2017 to June 3, 2018: 365
After June 3, 2018 to June 3, 2019: 365
After June 3, 2019 to June 3, 2020: 366 (leap year)
Total: 1096
Because 1096 ÷ 7 = 156 has a remainder 4, the we write
1096 ≡ 4 mod 7. Since a week is a cycle, then any multiple of 7
days past a given day will be the same day of the week. It means
that on the 1092nd day, 1092 being a multiple of 7, after June 3,
2017 is also a Saturday. Furthermore, on the 1096th day, four days
after, is a Wednesday. Thus, June 3, 2020 will be a Wednesday.