Posts

Showing posts from November, 2019

Equilateral and Equiangular Polygons

A polygon is a 2 dimensional geometric figure bound with straight sides. A polygon is called Equilateral if all of its sides are congruent. Common examples of equilateral polygons are a rhombus and regular polygons such as equilateral triangles and squares.  Now, a polygon is equiangular if all of its internal angles are congruent.  Some important facts to consider The only equiangular triangle is the equilateral triangle If P is an equilateral polygon that has more than three sides, it does not have to be equiangular. A rhombus with no right angle is an example of an equilateral but non-equiangular polygon.  Rectangles, including squares, are the only equiangular quadrilaterals Equiangular polygon theorem. Each angle of an equiangular n-gon is  $$\Bigg(\frac{n-2}{n}\Bigg)180^{\circ} = 180^{\circ} -   \frac{360^{\circ}}{n} $$ Viviani's theorem   Vincenzo Viviani (1622 – 1703) was a famous Italian mathematician. With his exceptional intelligence in math...

Combinations

Let $A, B, C$ be three letters , then we can combine any two of them in the following ways: $$ AB, BC, AC$$ Similarly, if $A, B, C, D$ are four letters, then we can combine any two of them in the following manner: $$ AB, AC, AD, BC, BD, CD$$ Similarly, we can combine any $3$ of $A, B, C, D$ as : $$ ABC, ABD, ACD, BCD$$ We can generalize by saying that the number of all combinations of $n$ distinct things taken $r$ at a time $(r \le n)$ is ${n}\choose{r}$  $= \frac{n!}{(n-r)!r!}$ Note In combinations, the order of the letters (or things) is not considered. Here, AB and BA are the same, so they are only counted once, unlike permutations. The term "combination" is generally used for selection of things and "permutations" are used for rearrangements. Combinations with Restrictions Number of combinations of $n$ things taken $r$ at a time in which $x$ particular things always occur is $${n-x}\choose{r-x}$$ Number of combinations of $n$ things t...

Circular Permutations

In circular permutations, things are to be arranged in the form of a ring or a circle, e.g. arrangements of people around a circular table. In circular permutation there are no end points, i.e. there are no beginning or ending positions. So, the number of circular permutations of n objects are $$\frac{n!}{n}=(n-1)!$$ Thus in a circular permutation, one thing is kept fixed and the remaining  $(n-1)$ things are arranged in $(n-1)!$ ways. If the clockwise and counter clockwise orders are not distinguishable, then the number of ways = $\frac{1}{2}(n-1)!$ Let us look at a few examples.  Ex:   In how many ways can $6$ boys be seated at a circular table? Sol:   We keep one boy in a fixed position and to find the number of permutations to arrange the remaining 5 boys, we simply take $5!$, which gets us to our answer $\boxed {120} $.  Ex:  In how many ways can $6$ boys be arranged at a round table so that $2$ particular boys can be seat...

Permutations

Each of the different arrangements that can be made out of a given number of things by taking some or all of them at a time is called a permutation. Thus the permutation of the three letters $a, b, c$ taken two at a time are: $$ab, ba, bc, cb, ac, ca$$ Therefore the number of permutations of three different things taken two a time is $_{3}P_{2}$ or $P(3, 2) = 6$. We can generalize this to say $_{n}P_{r} =$ Total number of permutations of $n$ distinct things taken $r$ at a time. $$_{n}P_{r} = \frac{n!}{(n-r)!}$$ Below are some extensions of the above concept. Permutations of $n$ different things taken all at a time $$ = _{n}P_{n} = n!$$ Ex . Find the number of ways the letters of the word RAINBOW can be rearranged. Sol . Every letter in the word RAINBOW is different, so to get the number of permutations, we would simply use $n!$. $$n = 7 \Rightarrow n! = \boxed{5040}$$ Permutations of $n$ different things taken $r$ at a time, when $k$ things never occurs $$ = _{n-k}P_{...

Counting

In this blog post, we will study the very  Fundamental Principles of Counting (i) Multiplication  If one operation can be performed in $m$ ways and corresponding to each way of performing the first operation, a second operation can be performed in $n$ ways then the two operations can be performed in $m \cdot n$ ways. In other words, if there are $m$ ways to do one thing and $n$ ways to do another, then there are $m \cdot n$ ways of doing both.  Here the different jobs/operations are mutually inclusive. It implies that all the jobs are being done in succession. In this case we use the ' and ' operator to account for all scenarios, and remember ' and ' refers to multiplication. Example :  A student has to select a letter from vowels and another letter from consonants, then in how many ways can he make this selection? Solution : Out of $5$ vowels he can select one vowel in $5$ ways and out of $21$ consonants he can select one consonant i...

Popular posts from this blog

Equilateral and Equiangular Polygons

Irrational Numbers

Incenter/Excenter Lemma