Wednesday, 3 April 2013

slog 8

Today I worked on solving the problems that Professor Heap posted. One of the problem solving questions was: "You are sitting in front of two drawers. The left drawer contains 64 pennies, the right drawer contains nothing. Can you arrange things so that one of the drawers has 48 pennies, using combinations of the following two operations, L and R?"
The steps to correctly and accurately solving a problem are: understanding the problem, devising a plan, carrying out the plan, looking back and figuring out when and how you're stuck.
To understand the problem and devise my plan, I had to read and understand the two operations L and R. These two operations state:
L: If the left drawer has an even number of pennies, you may transfer half of them to the right drawer. If the left drawer has an odd number of pennies, operation L is disallowed.
R: If the right drawer has an even number of pennies, you may transfer half of them to the left drawer. If the right drawer has an odd number of pennies, operation R is disallowed.
In order to figure out this problem I got a piece of paper and wrote down L and R on a piece of paper. I put 64 on the left side, and 0 on the right. Since the left side had an even number of pennies, I transferred half of the pennies to the right side, using operation L. Now, each drawer would contain 32 pennies. Then I performed operation R and transferred half of the 32 pennies from the right drawer into the left drawer. This left 16 pennies in the right drawer and 48 pennies in the left drawer.
I played around with this pattern using different numbers, and found that it did not work for many of them. For example, if you have 28 pennies in the left and 0 in the right, splitting up the pennies eventually leads to there being odd numbers of pennies in each drawer, therefore you can no longer carry out either of the operations.

1 comment:

  1. Hey, I don't think you're done trying to solve this problem, so I'll try and just add a few suggestions. Perhaps you want to use subheadings to organize your post, and help the reader follow what you're trying to say.
    Try looking at this:
    http://www.math.utah.edu/~alfeld/math/polya.html

    Hopefully you'll be able to expand on this post! If you need help, just look around at other people's slogs, that might give you some idea on how to complete this problem. Good luck solving the problem!

    ReplyDelete