Monday, December 30, 2013

Casting Out Mathematical Demons

Casting Out Mathematical Demons

By Bobby Neal Winters
The other day on his Word of the Day blog, Anthony Esolen made reference to the divisibility test for 9 and 3.  The basic idea is this: take the base 10 expression of a number and add up its digits.  That is called the digit sum/ mathematicians don’t waste their imagination on names for things.  If the digit sum is divisible by 9 (or by 3) then the original number was.  
For example, 5643 is divisible by 9 because 5+6+4+3 is 18 and 18 is divisible by 9.  If you aren’t good enough at arithmetic to know that 18 is divisible by 9, note that 1+8=9.  If you don’t know that 9 is divisible by 9, then I can’t help you.  
There is a name for this beyond the Division Test for Divisibility by 9.  It’s called Casting Out Nines.  The reason for this name might become apparent after you’ve done a lot of testing.  Say that you have a number 9954968 and you want to determine whether 9 divides it.  You only need to calculate 5+4+6+8 because those 9s will not add any information and will only add complication to the addition,  so you cast them out.  Indeed, as that 5+4 is a pat 9, you can leave them out too and only worry about the 6+8=17 which is not divisible by 9.
This test is so good we sometimes there are other division tests.  
  • The number 5 divides a number only if the last digit is 0 or 5;
  • the number 2 divides a number only if the last digit is even;
  • the number 4 divides a number only if the the number that is last two digits are divisible by 4;
  • the number 8 divides a number only if the number that is the last three digits are divisible by 8;
  • the number 6 divides a number that number is divisible by 3 and 2; see the tests above
This takes care of all of the numbers from 2 to 9 with the exception of 7; this demon 7 became a mystery to me until I become math major and was given the keys to the priesthood.  I am now going to share those with you because I don’t think you will believe me, and if you do believe me, you will just forget about it anyway.  
I dare you to believe me. I double dog dare you.
Okay, take the number you want to divide by and call it d and take the number you want to test and call it T. I’ve lost a bunch of people right there because I’ve used variables. Tough.  When you divide T by d you get a remainder r.  The number T is divisible by d exactly when r is 0. I’ve not said anything now that ought to surprize you.  This process is called reducing modulo d. Forget that bit I said about not wasting imagination on names.
The surprize comes next.  You can reduce modulo d in an amazingly simple way. It is called modular arithmetic.
Let’s go back to our first example.  Is 5543 divisible by 9?  Well, 5643= 5x1000+6x100+4x10+3.  Take every term and factor of this an replace it with its remainder when divided by 9.  It is easy in this case because the 5, the 6, the 4, and the 3 don’t change and the 1000, the 100, the 10, and the 1 are all 1.  So 5x1000+6x100+4x10+3=5x1+6x1+4x1+3x1 which is exactly what we had done before.
Now consider the test for divisibility by 4 which only uses the last two digits of a number.  Why?  Well consider that the third digit will be multiplied by 100, the fourth by 1000, the fifth by 10000, and so on.  Each of these number is evenly divisible by 4 and so leaves a remainder of 0. So 5643= 5x1000+6x100+4x10+3 reduces to 5x0+6x0+4x10+3=43. Here, I am not using the full power of the technique for the sake of demonstrating the classical test.  The 4x10+ 3 would reduce to 4x2+3=11 which would reduce to 3.
You can see how the test for 5 would work out neatly as well because all powers of 10 leave a remainder of 0 when divided by 5.
Let me now go though a more complicated example to show you the full power.  Is 5643 divisible by 7?  I don’t know of any classical test for this. If you do, let me know.  Note that 10 divided by 7 leaves a remainder of 3;  then 100=10x10 will leave the same remainder as 3x3=9 which is 2; so 1000=100x10 will leave the same remainder as 2x3=6, i.e. 6. So 5643=5x1000+6x100+4x10+3 reduces to 5x6+6x2+4x3+3=30+12+12+3 which reduces to 2+5+5+3 which reduces to 5+3 which reduces to 1.  
Therefore 5643 is not divisible by 7, and, indeed, leaves a remainder of 1.   A very short calculation on a calculator will confirm this.
If you have a number like 75867 you can forget about the 7s and reduce it to 5860 which will reduce to 5160 which will reduce to 5x1000+ 100+6x10 which reduces to 5x6+2+ 6x3 which reduces to 2+2+4 which again reduces to 1.  
While I find this to be a very entertaining activity, there does come a point where simply dividing by 7 by hand becomes easier and I suspect that is why this is not taught to mere mortals.

Thursday, November 21, 2013

Long Division

Long Division
By Bobby Neal Winters
Long division is hard.  I want to state that up front. I remember when I first encountered it in grade school that it hurt my head.  There were a lot of rules and you had to be able to know your multiplication tables and guess and try and guess again. I learned how to act pitiful to get my mother to do it for me.
More than forty years later, I will admit that it’s a useful technique.  Let’s talk about long division long enough to get into trouble. Consider the easiest case: dividing a number by a smaller number.  For example, 7 divided by 2.
Two time three is six is the largest multiple of two that is less than seven, so we put down a 3 on the top line and subtract 6 from this leaves 1.   When you are a little kid who doesn’t know about decimals, you stop there and say there is a remainder of 1, but when you know about decimals, you put a decimal point after the 3 on the top line and you put a 0 down after the one to make it ten.  Two times five is ten exactly, so you put down a 5 after the decimal and stop.  This yields that 7/2=3.5, which, of course, is the correct answer.  You can always check your answer--but our students never do--by multiplying 3.5 by 2 to get 7.  
This is the easy case not because we are dividing a bigger number by a smaller number, but because the process terminates after a finite number of steps.  Consider a case that doesn’t like two divided by seven.  This is illustrated below:

Note that since seven is larger than two, we have to put down a 0 followed by a decimal on the top line. We then put zero times seven on the line below 2 getting--surprise, surprise--0.  We then take zero from two and put down 2 on the next line.  We put a 0 by it to make it twenty.  We then note that seven times two is fourteen so we put 14 below the 20.  Taking fourteen from twenty leave six, so we put down 6 on the next line and follow it by a 0 to make sixty.  Now seven times eight is fifty-six, so we put 56 below the 60.
You know the drill.  This will literally go on forever.  But before too long this will begin to repeat so that we get 2/7 is equal to 0.285714285714285714285714... .
This works nicely because we have a place-value system to represent numbers.
Mathematicians are never satisfied with just numbers, however.  We like to use letters too.  We work with entities (I almost wrote things there.  Things is sloppy writing, so I used entities there instead.  It means things, by the way.) called polynomials.  If you’ve had an algebra class you’ve seen something like 2+x or 2-x-x2.  You can divide on of these by the other two.  For example, let’s divide 2-x-x2 by 2+x:

I was tempted to explain this division. Indeed I wrote a paragraph of it, but I lost consciousness in the process.  If you’ve had the course, you can do it, but if not, I am not going to abuse your good nature by teaching it here.  Let it be sufficient to say that we go through the same motions as we do when we do the long division of numbers.
Just as in the case of long division of numbers, we can have non terminating cases here too.  Consider 2+x divided 2-x-x2:

Here the final quotient is the infinite series 1+x+x2+x3+x4+... .  This might ring a bell for some of you because not only is it 2+x divided by 2-x-x2 it is also 1/(1-x).  As PeeWee Herman used to say, “I meant that to happen.”
The equation 1/(1-x)=1+x+x2+x3+x4+... is quite famous among math geeks.  It is called the Geometric Series.  I can literally talk for hours about this.  My students will testify to this, as will the piles of legs in the classroom which my students have gnawed off like coyotes in futile attempts at escape.
You can have a lot of fun with this equation.  Let x=0.5.  The left hand side, i.e. 1/(1-x), becomes 2 while the right hand side becomes 1+0.5+ (0.5)2+ (0.5)3+... .  If you add enough terms of that right hand side, you get as close to the sum of 2 as you desire.  
If you let x=1, then the left hand side becomes 1/0 by zero while the right hand side becomes 1+1+1+.... which is infinity.  If you make yourself believe that 1/0 is equal to infinity, then this is not a problem.  Let’s push it further, though.  Let x=-1.  Then the left hand side is equal to 1/2.  The right hand side, however, becomes 1-1+1-1+1-1+.... . Let’s refer to this right hand side as S.  It is possible to argue that S is equal to zero; it is possible to argue that S is equal to one.  All of the arguments make the assumption that you can treat arithmetic operations done an infinite number of times the same way you can those done a finite number of times.
What happened to resolve this is a good example of how mathematicians operate.  We have a formula here that gives good answers in certain circumstances and nonsense in others; we determine exactly what those conditions are.  In this case, we get good answers exactly when the absolute value of x is less than one and nonsense at all other times.  There is a whole language created to talk about it using words like convergent and divergent and the Greek letters epsilon and delta.
So we began with a method for dividing one number by another.  We then extend that method to polynomials.  This led to an infinite series where work had to be done to delineate what could be said.  It would appear to be the end of the matter.  Yet.
Given the theory developed to talk about convergence,  the idea that the series S=1-1+1-1+... might be equal to anything appears to be nonsense, but consider the calculation below.  It is like a twisted coda at the end of a horror movie, Jason lives:

What was it that Scotty said, “If one man calls you an ass, pay him no mind. If two men do, buy a saddle.”
One can talk about Cesaro sums. These are like running averages of series.  The Cesaro sum of S is 1/2.
Let’s go back to the equation 1/(1-x)=1+x+x2+x3+x4+... .  Those who know a little calculus will recognize that taking the derivative of each side will yield 1/(1-x)2=1+2x+3x2+4x3+... .
Putting in x=0.5 makes the left hand side equal to 4 and the right hand side 1+2(0.5)+3(0.5)2+4(0.5)3+... can be made as close to 4 as we desire. This is all good.  It becomes more interested when we let x=-1.  Then the left hand side becomes 1/4 and the right hand side becomes 1-2+3-4+5-... .
But this can be made meaningful as well.  There is a theory of divergent series that has been worked out.  It is not my point here to expound on it--though if I learn any more I might--but to bring it up as an example of what mathematics sometimes do.
We take a technique in one area where it is clearly defined and makes sense and then apply it--sometimes playfully--in another area, where sometimes we get a mixture of good results and nonsense.  We then perform investigations to separate the good results from the nonsense.

It’s not a bad way of doing business.

Tuesday, July 23, 2013

M&M Epilog: Sex-Sex-Sex

I've commented from the time to time that the standard deviation is the problem child of statistics because, relative to what introductory statistic students have done before, it is calculationally intense.

Its calculation can be simplified if we make a study of the quantity that I called "Fred" in one of the earlier entries.  It is also sometimes called the second moment of x and referred to by S subscript xx.  When I say this aloud, it sounds like "sex, sex, sex."  That might make it more amusing to you, but it might create strange associations with math for you. It might be best not to think on this too much.

Below I've worked out the calculations that simplify Sxx.  If you are geeky enough to want to see how it's done, you are probably geeky enough to follow them.  If not, let me know.


M&M Activity: Part 4

For this, we will again return to the data from the first table:
This time we are interested in the variation of the total number of M&Ms in each bag.  This is given in the row along the bottom. In order to find the average, we could simply take the total 177 and divide by 10 to get 17.7, but we will need the standard deviation too, and we will be doing something more complicated later. Therefore, we need to be a little more sophisticated.

Notice that in his table only four different values appear: 16,17,18, and 19.  I've made e frequency table with columns for x, f, x-squared, f times x, and f times x-squared:
It is comforting that the sum of the f times x column comes to 177 because that is what is was when I added it in the usual way. In my calculations at the bottom of the page, I get a value of x-bar=17.7 as before and I get a value of s=1.1 for the sample standard deviation.  The calculations all follow the same principals as for the single color.

Your answers for x-bar and s should be similar to what got.  If you've followed my directions, you should all have a sample size of exactly 10.  This is a small sample.  When we learn more about taking samples, it will be shown that a sample size of 30 or more is to be desired.

However, there are several groups and each of you took a sample of 10 that means if you pooled your samples you would have a much larger sample. But the candy is all eaten now and it would be a lot of work to do this all again. If only there were some easy way.....

Well, in fact, there is an easy way.  The groups will now share their data with each other.  Let me show you how this works by showing you an example with some faked data.

I used faked data rather than run the experience 5 more times.  When I faked the data, I fiddled around with the frequencies in a table similar to the one above and obtained values of the sum of the f column, the sum of the f times x column, and the sum of the f times x-squared column form each.  I put the results in the table on the sheet below:
I am being careful to tell you this is faked data because (1) we must practice intellectual honesty and (2) I don't want the M&Ms folks going all commando on me.

Once the data is gathered, the calculations are simple.  The sum of the Sigma f column is 50.  There are 5 groups and each took a sample of 10, so the pooled sample is 50.

The sum of the Sigma f times x column is the sum of all of the f times x entries in all of the groups.  For this fake data, it is 875.  Similarly, the sum of the Sigma f times x-square column is equal to the sum of all of the entries in all of the tables.  With this fake data, it has a value of 15,412.

We calculate x-bar by dividing 875 by 50.  The sum of the pooled data by the total number of items in the pooled data.

Notice when we calculate "Fred," we give him a different name.  We use the variable Sxx.  When I say this out in class, it sounds like I'm saying "sex, sex, sex." 

Note that the n value is 50, so the n-1 value is 49.

Your assignment is two-fold:
  1. Do the calculations as described to calculate the sample mean and the sample standard deviation for the number of M&Ms in each bag.
  2. Share your data with the other groups; pool it; calculate the sample mean and the sample standard deviation from the pooled data.
Every group's answer on number 2 should be the same if every group does it correctly.  Each groups should make its own submission.

Monday, July 22, 2013

M&M Activity: Part 3

Let us now revisit the original table of data:
Notice that I've added a Totals column to the far right and a Total row to the bottom.   Other than those additions, the data is exactly the same as I've been using.

Look along each row labeled by color.  Notice that there is variation.  In the Red row, for example, the values vary from 1 on the low end up to 4 on the high end.  I've take this separated this data in the table below.


While there is variation, there is not all that much. We calculated in the last activity that the sample standard deviation is only 0.9 which is relatively small.  The range of the data (high minus low) is 3.  While there are rigorous techniques to justify this, it is not unreasonable to assume by just looking at it that each bag contains approximately the same proportion of red as any other.

We will now examine this assumption in more depth.

Notice that at the bottom of the Reds table, I've calculated a quantity that I've called Expected Proportion and have labeled it with the variable p-hat.  Note that p-hat is 17/177 which rounds off to 0.096.  This means that 9.6 percent of the M&Ms we counted are red.  The 17 is obtained as the total of the red row and the 177 is the total number of M&Ms.

The question we ask now, are 9.6 percent of the M&Ms in each bag red?  How do we figure that because, as you may have noticed from our first table, the number of M&Ms in each bag varies from 16 to 19?  Well, if a bag contains 16 M&Ms and 9.6 percent of them are red, then 16 times 0.096 of them (1.7) are red.  I've done this calculation in the table below:
  Compare each entry in the column labeled "Red" to the corresponding entry in the column labeled "Expected Red."  They don't differ too much, do they.

I've carried out this same activity for all of the colors. The results are below.  In carrying out the calculations for Red to three decimals, I noticed they weren't all that much different than using two decimals, so in the subsequent examples, I've only gone to two decimal places.
Take the data that your group gathered, and process it as I have above.
  • Make a table of your original data, adding a total column and a total row as I have. 
  • You will need a separate table for each color of M&M.  
  • You will need to calculate a value of p-hat corresponding to each color.  It is suggested that at least two people, working independently of each other, perform the calculations involved.
  • You will need to submit your data in electronic form.

Friday, July 19, 2013

M&M Activity: Part 2

We are now going to process the data you collected and tabulated in the first part of this assignment.  Recall my data was as follows:
We will begin with the first row, the red M&Ms.  We will be learning how to deal with data in a frequency table.  The first step is to put that data into a frequency table.  There are a variety of ways to do this, but I am going to do this first row by ordering the data and then counting it.

Look first at the top part of the page.  In the first column which is labeled "Raw data," I've simply listed the numbers in the same order as they occured in the original table.  In the column labeled "ordered data," I've listed from the smallest to the largest.  This makes them easier to count.

In the part of the page labeled "Frequency Table," I've set up a five column table with labels x, f, x2(x-squared), fx (f times x), and fx2 (f times x-squared).  In the x column, I put the possible values of x from the lowest that occurs to the highest.  There were 5 bags that contained only one M&M, there were 4 that contained 2, there were no bags that contained 3 (I could've left this row out if I wanted to), and there was one bag that contained 4 M&Ms.

So here f stands for frequency. 

In the x2 column, I've put the squares of the values from the x column.  It kind of makes sense, eh?

In the column labeled fx (f times x), I've put the product of the the value from the f column and the value from the x column: 5 times 1=5, 4 times 2= 8, 0 times 3=0, and 1 times 4 = 4.  I've done a similar thing with the column labeled fx2 (f times x-squared): 5 times 1=1, 4 times 4=16, 0 times 9=0, and 1 times 16 =16.

After filling in this table, I found the sums of the f, fx, and fx2 columns.  They are 10, 17, and 37, respectively. 

I knew before I started that--if I did everything right--the sum of the f column would be 10.  This is because we sampled 10 bags and the sum of the f has to be the sample size.

We can use the sum of the f column and the sum of the fx column to compute the sample mean, x-bar, which is 17/10=1.7.

We need the sum of the fx2 column to calculate the sample standard deviation.  As you may recall, the standard deviation is rather work intensive to calculate.  When you first learns how to calculate standard deviation, you first calculate the sample mean.  Then you put in a new column which consists of the difference between the value of the data item and the value of the sample mean. Then you put in a column which consists of the square of the previous column.  Then you add up that column.  Call the sum Fred (I just like the name) and divide that by the sample size minus 1. 

This is a lot of work just to get Fred. This is awkward as it requires you to calculate x-bar before hand.  However, there is a formula for Fred that removes the awkwardness.  This formula is hard to describe in typing, but I will give it a go. In your left hand, put the sum of the fx2 column.  In your right hand, put what you get when you divide the square of the sum of the fx column by the sum of the f column.  The left hand minus the right hand is Fred.

Don't worry, it's written out on the page above: 37-(17 squared)/10=8.1.  To get the sample standard deviation from this, we go to the next page:
The sample variance is Fred divided by sample size minus 1.  That is 8.1/9=0.90.  The sample standard deviation is the square root of the sample varience. This is 0.949..., but we round it off to one decimal place beyond the original data, making s=0.9.

I've done this for each of the colors of my data:
Your assignment is to take your data and go through this same process.  You will be working in groups, so I would suggest to organize your work in such a way as to have at least two people to independently do the calculations on each. 

The submission for each group may be organized as above.  In whatever way it is organized, it must include
  1. A table for each color of M&Ms with the five columns as above.
  2. A calculation of the sums of the f, fx, and fx2 columns.
  3. A calculation of x-bar (the sample mean) and of s (the sample standard deviation).

Thursday, July 11, 2013

M&M activity

To begin with each group will need the following;
  1. A sack of Fun-Size bags of M&M's.
  2. Small gummed labels.
  3. Sharpie/Felt tipped pen.
  4. Scissors.
  5. Notebook
  6. Pencil
  7. Smart phone with a camera.

(1) Your sack of Fun Size M&M bags should have at least 10 small bags of M&Ms.  You will need at least 10 little bags for this activity.
If you cannot find Plain M&Ms, Peanut will do.  Be mindful if anyone in your group has a peanut allergy though.  If you can't even find Peanut M&Ms, then some other candy will work.  I've had students use Skittles, but the colors are different and the distribution of colors is different.  When you begin the process, you will need ten bags of the same type of candy and each bag of that candy must have a variety of colors.

(2) You will need gummed labels and (3) a Sharpie to number those gummed labels.

you will be using these labels to label 10 of your M&M bags as below:
You could possibly get by with masking tape and a pencil.  This would make it more difficult for me to read the picture your are going to take of this to prove that your group actually did the work.

You will also need (4) scissors to open each bag as below:

Yes, you could just rip it open. (WHY are you being so difficult?) If you rip it open, you might get carried away and spill the bag.  I know how you are under high-pressure situations.

Once you open the bag, you are going to sort the M&Ms by color, count them, and note the number of each color on a piece of paper like this:

The numbers along the top of the page correspond to the numbers you labeled each of the bags with.  The colors to the color of the M&Ms.  The first bag contains 1 red, 5 orange, 3 yellow, 5 green, 2 blue, and 2 brown M&Ms. You can read this off of the column labeled with a 1 at the top.  This is why you need the (5) notebook and the (6) pencil.  Yes, you could carve it in clay with a stick if you like, but isn't this way easier.

I would advise you to wash your hands before you start counting because you are going to eat them afterwards and if you don't wash your hands first you might catch something, but this is up to you.

Oh, yes, this will need to be done in such a way to document that you did it as a group.  Using a smartphone with a camera would be the easiest way.  Some of you Facebook funerals, for Heaven's sake, so you ought to be able to come up with a smartphone among you or your friends.

Your complete assignment will be the data that you've collected and some documentation that provides evidence that everyone took part in some way. I leave this up to you.

Thursday, April 11, 2013

Mister E

Mister E

By Bobby Neal Winters
He was in an unpainted shack by the side of the road.  Above the entrance was a sign that proclaimed “LOANS.”  He sat behind a Dutch door with the top half open.  The bottom half was shut and topped with a small shelf that served in lieu of a desk.  Setting on it was a piece of wood that proclaimed his name: Mister E.
Mister E dressed in clean but faded overalls. His head was topped with a beat up felt hat.  His face was covered with a three-day growth of whiskers and somehow I knew regardless of when I saw him--be it Sunday morning or Saturday night--he would be sporting that three-day growth of whiskers.
Seeing the sign reading loan, I became aware that I had no money, so I decided to borrow some.
“I would like to borrow $100,” I said.
He shook his head back and forth.  Then he turned and spat into a spittoon.  I must confess I didn’t actually see the spittoon, but I heard something viscous hit brass. He then turned his head back to me and exposed tobacco-stained teeth as he began to speak.
“Nope,” he said. “No, sir. We don’t do it that way.  I only loan you a dollar at a time.”
Well, that was strange, but I didn’t have any money at all and borrowing a dollar would allow me to use a pay phone I saw.
Pay phone?  When was the last time I saw a pay phone? I must really be out in the boonies.
“Okay,” I said. “May I borrow one dollar?”
“Yes,” he said. “My business is loans, but before you borrow, you must agree to my terms of interest.”
“What is your interest rate?” I asked, a bit concerned.  I was out in the backwoods, afterall, where they have their own rules and the law is not always just a phone call away.
He spat again.
“It’s 100 percent per year.”
Ouch, I thought.  Well, it’s a good thing he only loans a dollar at a time.
“Okay,” I replied slowly.  I wanted to make sure we understood each other. “So if I borrow this dollar, in one year I will pay you back two?”
He smiled through his tobacco-stained teeth and spat again.  He could make it ring every time, my God!
“Not so fast,” he said.  “We got to compound the interest.”
He began fishing his tongue around in his mouth and gathering up tobacco which he then spat out into his spittoon.  It didn’t ring this time, rather there was a dull thud.
He reached into his pocket and pulled out a length of tobacco shaped like a rope.
He laid out the rope of tobacco on the counter in front of him and it was then I noticed there was a calculator and a pad of paper.
“You know how compound interest works don’t you?” he asked.  I do, but I could tell he wasn’t really asking.  I saw from the look in his eyes and the way his lips parted slightly to expose his ruined teeth that I wasn’t going to be spared a moment of his belabored explanation regardless of what I said.  As a consequence of this, I decided to do what I always do in these situations: Play dumb to minimize the pain.
“No,” I lied. “Why don’t you tell me?”
I regretted it the moment I said it because he smiled a hideous smile and then he began.
“Well, when you do simple interest for 100 percent on one dollar, you take the dollar you are loaned, and then to that 100 percent times that and that gives you 1+1=2. But why wait for the whole year to start paying interest?  You’ve got my money and I want to have it work for me.  Say I only want to wait half a year?”
As if to illustrate his point, he took a pocket knife that had made its way into his hand and cut the rope of tobacco in two.
“When I wait half a year, I can only ask for 50 percent on my money, so I’m owed the borrowed dollar, and then 50 percent of that dollar.  That is $1.50 for the first six months.  Then after the second six months, I am owed that $1.50 plus the interest on that which is 50 percent of that.”
He put his knife and tobacco down and picked up the pencil to write on the paper:
$1.50+ $1.50 x 0.5
“Now,” he said, “if you do a little al-gee-bree, you can make it pretty.”
He took his pencil and wrote:
$1.50+ $1.50 x 0.50 = 1.50 x 1+ 1.50 x 0.50
                             = 1.50 x (1+ 0.50)
                             =1.502
                             =$2.25
“That is pretty,” I said in a vain attempt to escape. “Now..”
“You ain’t seen nothing yet,” he said. “Say I want to charge my interest every quarter.  Then I cut the hundred percent into four pieces.”
He again took his pocket knife and cut the tobacco rope into four pieces to illustrate.  At the end he folded his his knife and put a quarter of the rope into his mouth.
“One quarter of 100 percent is 25 percent.  After the first quarter, you owe your dollar plus 25 percent more.”
He wrote it out on his paper:
1+ 1 x 0.25
“Then in the second quarter, you owe that plus 25 percent on it.”
1 + 0.25+ (1 + 0.25) x0.25=(1+ 0.25) x(1+0.25)
                                         =(1+0.25)2
“You see,” he said very proud. “You got that square there because you do it for 2 quarters.  If you do it for 3 quarters, you’d put a 3, and if you did it for 4 quarters, you’d use a 4.  So for a whole year it’s (1.25)4=2.441406.”
He showed the last by using his calculator.
“Now, I think you might see the pattern there,” he said. “If you compounded monthly, you would divide the hundred percent by 12, add that to one, and take the whole thing to the twelfth power. That would be 2.613035.”
His calculator verified this.
“There is a formula for this,” he said.  Then he wrote:
(1+1/n)n
“The n is the number of times a year you compound. If you compounded every week, you’d divide the 100 percent by 52, add to one, and raise that to the 52nd power. That would give you 2.692597.”
Again his fingers danced over the calculator, and the number came up as he predicted.
“But if I only compound every week, you are robbing me.  If I compound every day, you divide the 100 percent by 365, add that to 1, and raise it to the 365 power. That’s 2.714569.
“But this is my money and every minute it’s gone from my hands it means I can’t loan it to someone else.  Now, there are 525,600 minutes in the year.”
I heard the soundtrack of Rent begin to play in the background.
“If I compounded interest every minute, then you would owe me $2.718279 for borrowing that one dollar.”
I was beginning to see that my playing dumb wasn’t going to get me anywhere and that his old dude would compound by the femtosecond if we didn’t cut to the chase, so I cut in.
“Yes, and notice how the numbers are getting closer together: 2, 2.25, 2.441406, 2.613035, 2.692597, 2.714569, and 2.718279.  These numbers are all converging toward a number that mathematicians call e.  Like pi it is transcendental.  Not only does it’s decimal expansion not repeat, but it is not the root of any polynomial with rational coefficients.”
I’d expected the old codger to be annoyed by my cutting him off, but I was wrong.  He just smiled.
“Yep, transcendental, that’s me,” he said.
He popped another chaw of tobacco into his mouth and snapped his fingers.  With that snap of his fingers everything began to face.  The house disappeared first.  Then the calculator and pencil.  
And then him, with those disgusting teeth absolutely last.
The only thing left was a puddle of tobacco juice where the spittoon had been.