You are on page 1of 12

Unit III : PROBLEM SOLVING AND REASONING

Mathematical Reasoning

Mathematical reasoning refers to the ability of a person to analyze problem


situations and construct logical arguments to create both conceptual foundations and
connections to be able to process the available information and solve the problems. The
National Council of Teachers of Mathematics ( 2000 ) stated that people who can reason
and think analytically “ tend to note patterns , structure , or regularities in both real world
situations and symbolic objects ; ask if those patterns accidental or if they occur for a
reason ; and conjecture and prove . “ Mathematical reasoning requires more than simply
memorizing facts but thinking beyond rules and procedures to form one’s own questions
and conjunctures.

Most occupations require good problem – solving skills. For instance , architects and engineers
must solve many complicated problems as they design and construct modern buildings that are
aesthetically pleasing , functional , and that meet stringent safety requirements. Two goals of this unit
are to help you become a better problem solver and to demonstrate that problem solving can be an
enjoyable experience.

Objectives

At the end of this unit , the student should be able to :

 Use different types of reasoning to justify statements and arguments made


about mathematics and mathematical concepts.
 Write clear and logical proofs.
 Solve problems involving patterns and recreational problems following
Polya’s four step.
 Organize one’s method and approaches for proving and solving problems.

When is a mathematical reasoning correct ? What methods can be used to construct


effective mathematical reasoning ?

42
Inductive and Deductive Reasoning

LESSON I : INDUCTIVE REASONING

Inductive Reasoning is the process of making general based on specific examples .

Examples include the following statements.

1. Every object that you release from your hand falls to the ground . Therefore , the
next object that you will release from your hand will fall to the ground.
2. Every crow I have ever seen is black . Therefore all crows are black.
3. Based on available data the Earth has revolved around the sun following an
elliptical path for million years. Therefore , the Earth will continue to revolve
around the sun in the same manner next year.

When you examine a list of numbers and predict the next number in the list according to
some pattern you have observed , you are using inductive reasoning .

Example : Use inductive Reasoning to Predict a Number

Use inductive reasoning to predict the next number in each of the following lists.

a. 4 , 8 , 12 , 16 , ? b. 1 , 3 , 6 , 10 , 15 , ?

Solution

a. Each successive number is 4 larger than the proceeding number . Thus , we


predict that the next number in the list is 4 greater than 16 , which is 20.
b. The first two numbers differ by 2 . The second and the third numbers differ by 3.
It appears that the difference between any two numbers is always 1 more than
the preceding difference. Since 10 and 15 differ by 5 , we predict that the next
number in the list will be 6 larger than 15 , which is 21.

Inductive reasoning is not used just to predict the next number in a list. In example we use
inductive reasoning to make conjecture about arithmetic procedure.

Example ; Use inductive reasoning to make a conjecture.

Consider the following procedure: Pick a number . Multiply the number by 8 , add 6 to the
product , divide the sum by 2 , and subtract 3.

43
Complete the above procedure for several different numbers. Use inductive reasoning to
make conjecture about the relationship between the size of the resulting number and the
size of the original number.

Solution

Suppose we pick 7 as our original number. Then the procedure would produce the
following results:

Original number : 7

Multiply by 8 : 7 x 8 = 56

Add 6 : 56 + 6 = 62

Divide by 2 : 62 ÷ 2 = 31

Subtract 3 : 31 – 3 = 28

We started with 7 and followed the procedure to produce 28 . Starting with 8 as our original
number produces a final result of 32 . Starting with 10 as our original number produces a final result
of 40 . Starting with 100 produces a final result of 400 . In each of these cases the resulting number is four
times the original number. We conjecture the following procedures a number that is four times the original
number.

EXERCISE SET 11 :

Use inductive reasoning to predict the next number in each of the following lists.

a. 5 , 10, 15 ,20 , 25 , ? b. 2 , 5 , 10 , 17 , 26 . ?

LESSON II : DEDUCTIVE REASONING

On the other hand , Deductive Reasoning is the process of making specific conclusions
based on general principles.

Examples of deductive reasoning include the following :

1. All men are mortal . I am a man .Therefore , I am mortal.


(General principle: If p implies q and p holds , then q must follow. )
2. Given two supplementary angles with one of them measuring 120 degrees , the
measure of the angle is60 degrees.
( General principle : Supplementary angles add up to 180 degrees ).
44
3. If 6x = 12 , then x = 2.
( General principle : If a ,b and c are real numbers and a = b , then ac = bd )ll .
4. All numbers are divisible by 3 , if the sum of the digits is divisible by 3 . Consider 339
. The sum of3 , 3 ,and 9 is 15 . Therefore 339 is divisible by 3 .

Example: Use Deductive Reasoning to Establish a Conjecture

Use deductive reasoning to show that the following procedure produces a number
that is four times the original number.

Procedure : Pick a number. Multiply the number by 8 , add 6 to the product , divide
the sum by 2 , and subtract 3 .

Solution

Let n represents the original number.

Multiply the number by 8 : 8n

Add 6 to the product : 8n + 6

8 n+6
Divide the sum by 2 : =4 n+3
2

Subtract 3 : 4n + 3 – 3 = 4n

We started with n and ended with 4n . The procedure given in this example produces a
number that is four times the original number.

EXERCISE SET 12 :

Use deductive reasoning to show that the following procedures produces a number that is
three times the original number.

Procedure : Pick a number. Multiply the number by6, add 10 to the product, divide
the sum by two , and subtract 5 . ( Hint : Let n represent the original number

INDUCTIVE REASONING VERSUS DEDUCTIVE REASONING

In the example below , we analyze arguments whether they use inductive or deductive
reasoning.

45
Example : Determine types of Reasoning

Determine whether each of the following arguments is an example of inductive reasoning


or deductive reasoning.

a. During the past 10 years , a tree has produced plums every other year. Last year the
tree did not produce plums , so this year the tree will produce plums.
b. All home improvements cost more than the estimate. The contractor estimated that
my home improvement will cost ₱ 85,000.00 . Thus , my home improvement will
cost more than ₱ 85,000.00 .

Solution

a. This argument reaches a conclusion based on specific examples , so it is an example


of inductive reasoning.
b. Because the conclusion is a specific case of a general assumption , this argument is
an example of deductive reasoning.

Comparing these two approaches further , consider science and mathematics. Science is
the application of inductive reasoning to build knowledge based on observable evidences.
That is why every statement in science is considered a theory. The only way to prove it is to
collect more evidence. However , there is always the possibility that the future evidence
could prove the statement false. On the other hand , mathematics is deductive reasoning
applied to relations among patterns , shapes ,forms ,structures and even changes.
Deductive reasoning is always valid. Nevertheless , to make correct deductions , a complete
understanding of the relevant abstract principles is required. Errors can occur either by
applying principles incorrectly or by starting with incorrect assumptions.

Problem Solving with Patterns

Terms of a Sequence

An ordered list of number such as

5 , 14 , 27 , 44 , 65 , . . .

is called a sequence . The numbers in a sequence that are separated by commas are the
terms of the sequence. In the above sequence , 5 is the first term , 14 is the second term. 27
is the third term, 44 is the fourth term, and 65 is the fifth term. Three dots “ . . . “ indicate
that the sequence continues beyond 65 , which is the last written term . It is customary to
use the subscript notation an to designate nth term of a sequence . That is ,

46
a1 represents the first term of a sequence.

a2 represents the second term of the sequence.

a3 represents the third term of the sequence.

an represent the nth term of the sequence.

When we examine a sequence , it is natural to ask :

 What is the next term ?


 What formula or rule can be used to generate the terms ?

To answer these questions , we often construct a difference table , which shows the
differences between successive terms of the sequence. The following table is a difference
table for the sequence 2 , 5 , 8 , 11 , 14 , . . .

Sequence: 2 5 8 11 14 ...

First differences : 3 3 3 3 (1)

Each of the numbers in row (1) of the table in the difference between the two closest
numbers just above it( upper right number minus upper left number ). The differences in
row (1) are called the first differences of the sequence . In this case ,the first differences are
all the same. Thus , if we use the above difference table to predict the next number in the
sequence , we predict that 14 + 3 = 17 is the next term in the sequence. This prediction
might be wrong ;however the pattern shown by the first differences seems to indicate that
each successive term is 3 larger than the preceding term .

The following table is a difference table for the sequence 5 , 14 , 27 , 44 , 65 , . . .

47
Sequence: 5 14 27 44 65 ...

First differences: 9 13 17 21 . . . (1)

Second differences: 4 4 4 ... (2)

In this table, the first differences are not all the same .In such a situation it is often helpful
to compute the successive differences of the first differences . These are shown in row (2).
These differences of the first differences are called the second differences . The differences
of the second differences are called the third differences .

LESSON IV : PROBLEM SOLVING STRATEGIES

Polya’s problem solving strategy

One of the foremost recent mathematician to make the study of problem solving
was George Polya ( 1887 – 1985 ) . he was born in Hungary and moved to the United States
in 1940. The basic problem – solving that Polya advocated consisted of the following four
steps.

Polya’s Four-Step solving Problem Strategy.

1. Understand the problem.


2. Devise a plan.
3. Carry out the plan.
4. Review the solution.
Understand the problem

This part of Polya’s four-step strategy is often overlooked. You must have a clear
understanding of the problem. To help you focus on understanding the problem , consider
the following.

 Can you restate the problem in your own words ?


 Can you determine what is known about these types of problem?
 Is there missing information that , if known , would allow you to solve the problem?
 Is there extraneous in formation that is not needed to solve the problem ?
 What is the goal ?

Devise a plan

Successful problem solvers use a variety of techniques when they attempt to solve a
problem. Here are some frequently used procedures.

 Make a list of the known information.


 Make a list of information that is needed.
 Draw a diagram.
 Make an organized list that shows all the possibilities.
 Make a table or chart.
 Work backwards.
 Try to solve a similar but simpler problem.
 Look for a pattern.
 Write an equation. If necessary , define what each variable represents.
 Perform an experiment.
 Guess at a solution and then check your result.

Carry Out the Plan.

 Work carefully.
 Keep an accurate and neat record of all your attempts.
 Realize that some of your initial plans will not work and that you may have to devise
another plan or modify your existing plan.
Review the solution

Once you have found a solution , check the solution.

 Ensure that the solution is consistent with the facts of the problems.
 Interpret the solution in the context of the problem.
 Ask yourself whether there are generalizations of the solution that could apply to
other problems.

Example : Apply Polya’s Strategy

A baseball team won two out of their last four games. In how many different orders could
they have two wins and two losses in four games ?

Solution:

Understand the problem.

There are many different orders. The team may have won two straight games and lost the
last two ( WWLL ). Or maybe they lost the first two and won the last two ( LLWW ). Of
course there are other possibilities , such as WLWL.

Devise a plan.

We will make an organized list of all the possible orders. An organized of all possible
orders. An organized list is the list that produced using a system that ensures that each of
the different orders will be listed once and only once.

Carry out the Plan.

Each entry in our list must contain two Ws and two Ls. We will use a strategy that makes
sure each order is considered, with no duplications. One such strategy is to always write a
W unless doing so will produce too many Ws or a duplicate of one of the previous orders. If
it is not possible to write a W , then and only then do we write L. This strategy produces
the six different orders as shown below.

1. WWLL . ( start with two wins )


2. WLWL ( Start with one win )
3. WLLW
4. LWWL ( Start with one lost)
5. LWLW
6. LLWW ( Start with two losses )
Review the Solution.

We have made an organized list. The list has no duplications and the list considers all
possibilities , so we are confident that there are six different orders in which a baseball
team can win exactly two out of four games.

Exercise:

In consecutive turns of a Monopoly game. Peter first paid $800 for a hotel. He then lost half
of his money when he landed on Boardwalk. Next , he collected $200 for passing GO. He
then lost half of his remaining money when he landed in Illinois Avenue. Peter now has $
$2500. How much did he have just before he purchased the hotel?

48

UNIT III : SUMMARY

The following table summarizes essential concepts in this unit. The references given in the
right-hand column list Examples and exercises that can be used to test your understanding
of a concept.

3.1. Inductive and Deductive Reasoning

Inductive Reasoning : Inductive reasoning


is
The process of reaching the general
conclusion by examining specific examples .
A conclusion based on inductive reasoning
is called a conjecture. A conjecture may or
may not be correct.

Deductive Reasoning : Deductive reasoning


is the process of reaching a conclusion by
applying general assumptions ,
procedures , or principles.

Counterexamples : A statement is a true


statement provided it is true in all cases. If
you can find one case in which a statement
is not true , called a counterexample , the
statement is a false statement.

3.2 Problem Solving with Patterns

Sequences : A sequence is an ordered list of


numbers. Each number in a sequence is
called a term of the sequence. The notation
an is used to designate the nth term of a
sequence. A formula that can be used to
generate all the terms of a sequence is
called an nth-term formula.

Differential Tables : A differential table


shows the difference between successive
terms of a sequence , and in some cases it
can be used to predict the next term in a
sequence.

3.3 Problem Solving Strategies

Polya’s Four Step Problem- Solving


Strategy

1. Understand the problem.

2. Devise a plan.

3. Carry out the plan.


4. Review the solution.

49

UNIT III TEST:

1. ( Logic puzzle ) Each of four neighbors , Aurora, Janet , Jennifer and Rhea has different
occupation ( Auditor , Doctor , Engineer , and Teacher). From the following clues ,
determine the occupation of each neighbor.

1. Janet gets home from work after the doctor but before the Teacher.

2. Jennifer , who is the last to get home from work , is not the Auditor.

3. The Teacher and Sarah leave for work at the same time.

4. The Engineer lives next door to Rhea.

2. Use a difference table to predict the next term in the sequence.

1 , 14 , 51 , 124 , 245 , 426 , . . .

3.Must the fifth term of the sequence 2 , 4 , 6 , . . . be 10 ?

4. Apply Polya’s Strategy

The product of the ages , in years , of three teen agers is 4590. None of the teens are the
same in age. What are the ages of the teenagers ?

You might also like