How to solve problems by Guess-and-CheckHere's an example of such a problem:
To solve a problem like this, you make a table. The columns (down) of the table are the things you know and the things you want to find out. Each row (across) of your table is a different guess. Here is the table for the pigs and chickens problem:
You guess the number of pigs and chickens, making their total numbers add up to 26 (the number of heads), then you compute the total number of feet and check! |
Let's guess that there were an equal number of pigs and chickens and see what happens:
The number of heads is OK, but the number of feet is too high! (We only needed 68 feet!) Now, here is the key point in solving this problem:
Let's guess 20 chickens and 6 pigs (this keeps the number of heads at 26). This produces for our second guess:
Well, now the number of feet is too low! So we must RAISE the number of pigs and lower the number of chickens in order to get more feet. Let's guess 18 chickens and 8 pigs:
|
So, the key to solving guess-and-check problems is knowing which way to change things when your guess is too high or too low:
For a little practice, here's a slight change in this problem for you to solve:
|