|
STRATEGY 4: DIVIDE AND CONQUER
There is a folk tale about a rich farmer who had seven sons. He was afraid that when he died, his land and his animals and all his possessions would be divided among his seven sons, and that they would quarrel with one another, and that their inheritance would be splintered and lost. So he gathered them together and showed them seven sticks that he had tied together and told them that any one who could break the bundle would inherit everything. They all tried, but no one could break the bundle. Then the old man untied the bundle and broke the sticks one by one. The brothers learned that they should stay together and work together and succeed together.
The moral for problem solvers is different. If you can't solve the problem, divide it into parts, and solve one part at a time.
An excellent application of this strategy is the magic squares problem. It is well known. You have a square formed from three columns and three rows of smaller squares.
Part 1: Draw a Diagram
Into these squares you will enter the numbers from 1-9 in such a way that the sum of each column, each row, and each diagonal is 15. Since we know the way to solve problems is to start, let's start by guessing and checking.
Part 2: Guess and Check
Begin by entering the numbers in order, just to see what happens:
The middle column and the middle row add up to 15 and the two diagonals add up to 15. It has become obvious that 5 is a good choice for the middle, but we have to adjust the other squares.
Part 3: Make a List
It would be helpful now to identify all the combinations of three digits that add up to 15.
| 1 + 5 + 9 = 15 |
| 1 + 6 + 8 = 15 |
| 2 + 4 + 9 = 15 |
| 2 + 5 + 8 = 15 |
| 2 + 6 + 7 = 15 |
| 3 + 4 + 8 = 15 |
| 3 + 5 + 7 = 15 |
| 4 + 5 + 6 = 15 |
Part 4: Guess and Check Again
Now we can quickly see which combinations of numbers will solve the puzzle. There are four combinations that have the number 5, and all four combinations are needed—with number 5 in the middle.
When these four combinations are placed correctly, the other three combinations needed to finish the puzzle are easy to find.
Thus, by dividing the problem into 4 parts, it can be solved systematically.
Mixture Problems
Mixture problems often appear in mathematics text books. Here is an example of a mixture problem.
A mixture is 25% red paint, 30% yellow paint, and 45% water. If 4 quarts of red paint are added to 20 quarts of the mixture, what is the percentage of red paint in the new mixture?
This problem is taken from the book Crossing the River with Dogs and Other Mathematical Adventures , by Ken Johnson and Ted Herr, a book about problem solving strategies: http://www.keypress.com .
A student solving this problem has divided it into four parts:
Part 1: Find the amount of red paint in the original mixture:

Part 2: Find the total amount of red paint:

Part 3: Find the total amount of the whole mixture:

Part 4: Calculate the new percentage:

A problem which at first seems difficult becomes easier if you divide it into parts and solve one part at a time.
|