Total Pageviews

Tuesday, March 15, 2011

Some thoughts on the math tests

I heard this little story about math tests from my former math professor. His math teacher friend had made a little experiment on the math tests. His philosophy concerning the tests was that the first question of every test should be easy enough to be solved by everybody in the course.

So slowly and carefully he chose every time little easier first question than last time. However, it seemed like that making of the first question easier was useless, as there was every time almost an equal number of wrong answers.

Finally he got fed up with the whole experiment of his and decided to end it once and for all. In the next test he put the first question as follows: How much do we get if we add 1 to 1? Surprisingly not everyone were able to get even this right. Some of the students thought it was a riddle and answered something else than two.

Anyway, I think it's not too rare that students face a question that isn't completely unambiguous or clear, and the students are forced to make a "sophisticated guess" about the interpretation of the problem. I have here a test question from my probability course (maybe 6 years ago) where I had a little problem:

Question: Five persons are going to be elected in a committee. There are eight candidates for the committee, 5 women and 3 men. What is the probability that the minority of the committee will be men, if five persons from eight are chosen by random?

Okay, at first let's think about all the possible combinations for the committee:
{f, f, f, f, f} = A
{f, f, f, f, m} = B
{f, f, f, m, m} = C
{f, f, m, m, m} = D, where f=female, m=male.

The problem is basically this: are men the minority in the set A even thought there's no men?

This is one of the first definitions for minority I found:  
Minority - the smaller in number of two groups forming a whole.

Some might think that the minority in A is an empty set, others that the minority doesn't exist in A. I think it doesn't actually matter, as there's anyway no such a subset of A that would contain a male as an element. So males can't be the minority in the set A.

The right interpretation according to my math teacher was that the sets A, B and C were cases where men were the minority. Fortunately enough I had let all my pedantic pride go in the test and answered interpreting A as a minority set like the teacher meant.

I guess the moral of the story is to save your clever remarks for your blog.

Sunday, March 13, 2011

A fun fact about elementary number theory

Ever wondered what kind of rational numbers (so called "fractions", like 3/4) have a finite decimal representation? At first let's take a look the usual base ten numeral system with the following examples.




I'm not sure if I chose the examples carefully enough so that it would be easy to see what's common with all the finite fractions. Anyway let's make another kind of representation for the finite ones:




Well, the common thing is that in the finite cases the denominator is a product of only numbers 2 or 5. Where does these two numbers come from? It's well known fact, that every positive integer (>1) is either a prime number (can be divided only with 1 or itself) or a product of prime numbers (Euclid proved this). The number system we were studing was the base ten and the prime factors of 10 are 2 and 5.

So the answer to the original question is: all the fractions where the denominator can be presented as a product of 2's and 5's, have a finite decimal representation. More mathematically we could say that the denominator should be:
where i and j are non-negative integers.

In other the numeral systems than the base ten, the answer is quite similar. The allowed numbers in the denominator always depens on the prime factors of the numeral systems base number. In base eight it could only contain 2 (8=2*2*2), in base twelve 2 and 3 (12=2*2*3), in base nine just 3 (9=3*3) and so on.

Saturday, March 12, 2011

Some basic combinatorics

Pigeonhole principle is known in mathematics as a theorem that states: if n items are put in a m pigeonholes and n > m, then at least two items must be in the same pigeonhole. It sounds quite a simple and it is, but still it can solve some seemingly more complex problems.

Let's think about the following problem; how many rooks can be placed in a chess board so that none of the rooks threatens another?

Quite a quickly it becomes obvious that because only one rook can be placed on the same row or column, the maximum number of the rooks will be equivalent with the number of squares on the diagonal (see the picture).


 
So now we have been able to place eight rooks on the board, but how do we prove that the ninth one cna't be placed there? Well as you probably guessed already, with pigeonhole principle. The right board is split in eight boxes (pigeonholes) and it becames quite obvious that it's impossible to add a rook in anywhere on the board withouth being placed in a box which already contains a rook (so it will threathen).


What about kings?

Well it's quite easy to start looking for the maximum set up by placing the first king in some corner, and then adding the next king not in the next but following square. That is the closest place so that the kings don't threaten one another. We can fit four kings on the same row this way, next row none and four again to the next row etc.


When proving that the 17th king can't be placed, we proceed the same way as before, the board is just divided in the pigeonholes little different.

Knights.

I think this is already a little more complex problem. I'm not sure if this one can be solved as the king problem. At least it's not that clear that if we place the first knight in some corner, will the nearest square be the best place for the next one? Actually the answer is no (or is it?). Let's first look at the movement of the knight (picture on the left).  The key is to notice that if the knight is placed on the white square, it threatens only places on the board that are black. Now it's not very hard to realise that we can place knights on every white (or black) square on the board without any threat.



The boxing in this case is little different. It can't be done by placing only one knight to a box but four. It's quite easy to se this way, that five knights can't be placed in the same box without conflict.

About transcendential functions


I have been studing abstract algebra for a while now and I'm familiar with the concept of elements being algebraic or transcendential over certain field (or a ring?). Well anyway, yesterday I faced this interesting post regarding the solving of the equation:
\[
x^x = 25
\]
I have never really given a thought about $x^x$ before, but I discovered that it is a so called transcendential function, meaning "it cannot be expressed in terms of a finite sequence of the algebraic operations of addition, multiplication, and root extraction." (wikipedia).

Why this is so interesting? It is because this equation mentioned earlier can't be solved by using algebra, only with numerical methods. Here's couple of other interesting examples of transcendential functions:
$x^{\pi}$
$x^{1/x}$
$c^x$, where $c$ not in ${0, 1}$