Feed for Fast Review this Blog

Humor Centre
Showing posts with label Math. Show all posts
Showing posts with label Math. Show all posts

Dollars equal cents

Theorem: 1$ = 1c.
Proof:
And another that gives you a sense of money disappearing.

1$ = 100c
= (10c)^2
= (0.1$)^2
= 0.01$
= 1c

Here $ means dollars and c means cents. This one is scary in that I have seen PhD's in math who were unable to see what was wrong with this one. Actually I am crossposting this to sci.physics because I think that the latter makes a very nice introduction to the importance of keeping track of your dimensions.

Read More..

Three is equal to four

Theorem: 3=4
Proof:

Suppose:
a + b = c

This can also be written as:
4a - 3a + 4b - 3b = 4c - 3c

After reorganizing:
4a + 4b - 4c = 3a + 3b - 3c

Take the constants out of the brackets:
4 * (a+b-c) = 3 * (a+b-c)

Remove the same term left and right:
4 = 3

Read More..

Equal positive integers

Theorem: All positive integers are equal.

Proof: Sufficient to show that for any two positive integers, A and B, A = B.

Further, it is sufficient to show that for all N > 0, if A and B (positive integers) satisfy (MAX(A, B) = N) then A = B.

Proceed by induction.

If N = 1, then A and B, being positive integers, must both be 1. So A = B.

Assume that the theorem is
true for some value k. Take A and B with MAX(A, B) = k+1. Then MAX((A-1), (B-1)) = k. And hence (A-1) = (B-1). Consequently, A = B.

Read More..