Monday, January 7

Number of Sides in a Pentagon


In geometry, a pentagon is a polygon with five sides. In a simple pentagon the sum of internal angles are about 540°. For example pentagram is a self-intersecting pentagon. Pentagon may be classified into regular and irregular. A pentagon that contains equal sides and equal internal angles are said to be regular pentagon otherwise the pentagon is irregular.pentagon


Number of Sides in a Pentagon:

The term penta indicates 5 .Hence the number of sides in a pentagon are 5 and the number of angles in a pentagon is 5.

A pentagon contains 712.694 million separate parallel lines.

Pentagon doesn’t have parallel lines.

Area of the pentagon = (perimeter of a polygon x apothem) ÷2

Where perimeter of a polygon = 5 x side.

The following are the other polygonal shapes with their sides.

Tetragon - 4 sides

Hexagon- 6 sides

Heptagon- 7 sides

Octagon- 8 sides

Nonagon Enneagon- 9 sides

Decagon-10 sides

Undecagon- 11 sides

Dodecagon- 12 sides

Properties of pentagon:

Number of diagonals:

Number of diagonals in a pentagon is 5

The number of different diagonals possible from all vertices.

Number of triangles:

Number of triangles in a pentagon is 10.

The number of triangles formed by sketching the diagonals from a given vertex.

Sum of interior angles:

Sum of interior angles of a pentagon is 540° in general 180(n–2) degrees.

Example Problem- Number of Sides in a Pentagon:

Example 1:

Find the perimeter of a regular pentagon whose side is 5ft.

Solution:’

Given that, side = 5ft.

For a regular pentagon all the sides are equal.

Therefore the perimeter of a regular pentagon = 5 x side.

= 5 x 5 =25ft.

Example 2:

Find area, from the apothem and the perimeter of a polygon is 4ft and 20ft.

Solution:

Given that, apothem = 4ft.

Perimeter = 20ft

Area of the pentagon = (perimeter of a polygon x apothem) ÷2

= (20 x 4) ÷2.

= 10 x 4.

= 40ft2

Friday, January 4

Boolean Algebra


Boolean Algebra is a branch of mathematic logics  whose use of symbols and  theory, set to represent the logical operations in the form of mathematics. This is the first logic which uses algebra and different methods for combining symbols used in proofs as well as deduction.

A Boolean Algebra is defined as:

It is  a set, having two special elements i.e, 0 and 1.
Algebra having three types of operations , which are
sum of two elements ("+"),
product sum of two elements  ("*") and
complement sum of two elements (" ' " or "prime")

these operations need to satisfy the Commutative axiom, Distributive axiom , Identity axiom (not including the boundedness identities) and Complement axiom.

These above axioms are almost equal to commutative property ,distributive property, identity property and complement property. Here we call them axioms because they are assumptions.

Boolean Algebra contains:

A  set of all propositions
The special characteristic elements - True  (1) i.e T  and False (0) i.e, F.
Three operations are
AND (product),
OR (sum) and
NOT (complement).

Laws of Boolean Algebra Axioms

To do any kind of operations using real numbers, they  depends on commutative axiom, associative axiom, and distributive axiom. In algebraic form these axioms  are expressed with letters or symbols, which are used to indicate an unknown number.

Commutative axiom

The commutative axioms explains that, numbers can be used for addition or multiplication in any manner.

Commutative axiom of Addition:

a + b = b + a        ( using addition law )

Commutative axiom of Multiplication:

a(b) = b(a)           ( using multiplication law )

Associative axiom

The associative axioms explain that, numbers which are used in addition or multiplication, also it can be grouped or regrouped in anyorder.

Associative Law of Addition:

a+(b+c) = (a+b)+c      ( using addition law )

Associative Law of Multiplication:

a(bc) = (ab)c                ( using multiplication law )

Distributive axiom

The distributive axioms are used for  both addition as well as  multiplication and state the following.

Distributive axiom for addition :

a(b + c) = ab + ac        ( using addition law )

Distributive axiom for multiplication :

(a + b)c = ac + bc             ( using multiplication law )

Identity axiom

Identity axiom for multiplication :

x · x = x                 ( using multiplication law )

Identity axiom for addition :

x + x = x                ( using addition law )



Zero Property in Boolean algebra axioms

0 · x = 0                  ( using multiplication law )

0 + x = x                   ( using addition law )

One Property  in Boolean algebra axioms

1 + x = 1                  ( using addition law )

1. x = x                     ( using multiplication law )
Examples on Boolean Algebra:

1)  `5xx(8+9)` = `5xx8 + 5xx9` ( USING DISTRIBUTIVE AXIOM  FOR MULTIPLICATION )

= `40 + 45`

=` 85`

= 5 x 8+5 x 9

2)  `3+7 = 7+3` ( BY USING COMMUTATIVE AXIOM FOR ADDITION)

3) `9xx5 = 5xx9 (` BY USING THE COMMUTATIVE AXIOM FOR MULTIPLICATION)

4)` 6xx1 = 6 ` (BY USING PROPERTY FOR ONE)
Practice Problems on Boolean Algebra:

1) Prove that  C+(A×B)=(C+A)×(C+B) by using Boolean algebra axioms

2) Prove that B+(C×A)=(B+C)×(B+A) by using Boolean algebra axioms