Chapter 7
Notes for 25 August

Notes also available as PDF.

7.1 Problem solving principles

7.1.1 Pólya’s principles

These are principles and not a recipe or a plan. Use these to form a problem-solving plan. (Problem solving itself is a problem…).

The principles are very well explained in Pólya’s light book, How to Solve It. He later goes into much depth in his two part series on Mathematics and Plausable Reasoning (volume 1, volume 2).

7.1.2 Understand the problem

7.1.3 Divise a plan

Sure I’m lucky. And the more I practice, the luckier I get. – Gary Player, golfer

7.1.4 Carry out the plan

7.1.5 Examine your solution

7.2 Making a lists and tables

7.2.1 Example of a table

How many ways can you form 21 cents from dimes, nickles, and pennies?

While thinking of the problem, note that the last 1 cent does not change the number of ways to form the total. There always will be one penny involved. We should just drop that one penny.

Plan: Form a table. Then the plan becomes how to form the table.

We can start with an extreme solution and modifiy it one row at a time. In the table, we push change from left (higher) to right, while checking the total.

# dimes# nickles# penniestotal cents = 20
2 2*10 = 20
1 2 10+2*5 = 20
1 1 510+5+5*1 = 20
1 1010+10*1 = 20
4 4*5 = 20
3 53*5+5*1 = 20
2 102*5+10*1 = 20
1 151*5+15*1 = 20
2020*1 = 1

So there are nine ways of forming 21 cents from dimes, nickles, and quarters.

7.3 Searching by guessing

7.3.1 Example for guessing and checking

Complete the following triangle such that the numbers in the vertices are equal to the sum of the variables adjacent to them. Assume all the variables are positive integers.

16
a b
11 c 15

16
6 10
11 5 15

Now look back and consider some new relationships:

7.4 Understanding dependencies, or ”working backward”

7.4.1 Example for following dependencies

Example 2 from the text:

Rob goes to the racetrack on a weekly basis. One week he tripled his money but then lost $12. Returning to the track the next week with all his money, he doubled his money but then lost $40. Again he returned to the track with his money. He quadrupled his money and lost nothing, taking home $224.

How much money did take on his first week above?

First, rephrase the problem mathematically. Let {M}_{n} be his total starting in week n. We want {M}_{1}. From the problem,

\eqalignno{ {M}_{2} & = 3{M}_{1} - 12, & & \cr {M}_{3} & = 2{M}_{2} - 40,\text{ and} & & \cr {M}_{4} & = 4{M}_{3} = 224. & & }

As written, {M}_{2} depends on {M}_{1} and so on. But we only have the last total, {M}_{4}.

So our plan:

Thus,

\eqalignno{ {M}_{1} & = ({M}_{2} + 12)∕3, & & \cr {M}_{2} & = ({M}_{3} + 40)∕2,\text{ and} & & \cr {M}_{3} & = {M}_{4}∕4. & & }

Substituting {M}_{4} = 224,

\eqalignno{ {M}_{3} & = 224∕4 = 56, & & \cr {M}_{2} & = (56 + 40)∕2 = 48,\text{ and} & & \cr {M}_{1} & = (48 + 12)∕3 = 20. & & }

Looking back:

7.5 Next time: more techniques

7.6 Homework

Practice is absolutely critical in this class.

Groups are fine, turn in your own work. Homework is due in or before class on Mondays.

Note that you may email homework. However, I don’t use MicrosoftTM products (e.g. Word), and software packages are notoriously finicky about translating mathematics.

If you’re typing it (which I advise just for practice in whatever tools you use), you likely want to turn in a printout. If you do want to email your submission, please produce a PDF or PostScript document.