Thursday, January 31

Difficult Logic Problems


Problem: - Which term will replace the question mark in the series:

ABD, DGK, HMS, MTB, SBL,?

Solution: Clearly, the first letters of the first, second, third, fourth, and fifth terms are moved three, four, five, six and seven steps forward respectively to obtain the first letter of the successive terms. The second letters of the first, second, third, fourth and fifth terms are moved five, six, seven, eight and nine steps forward respectively to obtain the second letter of the successive terms. The third letters of the first, second, third, fourth and fifth terms are moved seven, eight, nine, ten and eleven steps forward respectively to obtain the third letter of the successive terms.

Thus the missing term is ZKW             (Answer)
Difficult Logic Problems next Set

Problem: - A child is looking for his father. He went 90 meters in the east before turning to his right. He went 20 meters before turning to his right again to look for his father at his uncle’s place 30 meter from this point. His father was not there. From there, he went 100 meters to his north before meeting his father in a street. How far did the son meet his father from the starting point?

Solution: - Clearly the child moves from A 90m eastwards up to B, then turns right and moves 20m up to C, then turns right and moves 30m up to D. Finally, he turns right and moves 100m up to E.

difficult logic problem

Clearly, AB = 90m, BF = CD = 30m.

So, AF = AB- BF = 60m

Also, DE = 100m, DF = BC = 20m

So, EF = DE- DF = 80m.

Therefore, his distance from starting point A = AE = `sqrt[ (AF)^2 +(EF)^2]`  = `sqrt[(60)^2 + (80)^2]`

= `sqrt(3600 + 6400)` = `sqrt10000` = 100m    (Answer)

Problem: - Each odd digit in the number 5263187 is substituted by the next higher digit and each even digit is substituted by the previous lower digit and the digits so obtained are rearranged in the ascending order, which of the following will be the third digit from the left end after the rearrangement?

Solution: - After performing operation on the digit we get 6154278

Arranging the above number in ascending order we get 1245678

Here third digit from the left end is 4.                (Answer)
More Difficult Logic Problems

Problem: - In a certain code TEMPORAL is written as OLDSMBSP. How is CONSIDER written in that code?            (Answer: RMNBSFEJ)

Problem: - In a certain code language ‘how many goals scored’ is written as ‘5 3 9 7’; ‘many more matches’ is written as ‘9 8 2’ and ‘he scored five’ is written as ‘1 6 3’. How is ‘goals’ written in that code language?  (Answer: either 5 or 7)

Problem: - Reaching the place of meeting on Tuesday 15 minutes before 08.30 hours, Jack found himself half an hour earlier than the man who was 40 minutes late. What was the scheduled time of the meeting? (Answer: 8.05 hrs)

Wednesday, January 30

Number of Diagonals in a Pentagon


Polygon is any shape, which is enclosed by its sides. The line segments that connect any two vertices are called as diagonals. The names of the polygon are classified on the basis of their number of sides. Any polygons which possess five sides are called as pentagon. In this article, we shall discuss about the number of diagonals of pentagon. Also we shall solve problems regarding number of diagonals of pentagon.

Formula - Number of Diagonals of Pentagon:

The number of diagonals of any polygon can be obtained by using the formula,

 [n(n-3)]/2

where n is the number of sides of the polygon.

diagonals of pentagon

Now we shall determine the number of diagonals of pentagon.

The number of sides of a pentagon is five.

Therefore n = 5.

By substituting n = 5 in the above formula, we can determine the number of diagonals of pentagon.

Number of diagonals of pentagon = [5(5-3)]/2

= [5(2)]/2

= 10/2

= 5

Therefore the number of diagonals of pentagon is 5.


Example Problem - Number of Diagonals in a Pentagon:

Determine the number of sides and name of the polygon whose number of diagonals is 5.

Solution:

Given:

The number of Diagonals = 5

The formula to determine the number of diagonals is

[n(n-3)]/2 ,

where n is the number of sides of the polygon.

We have to find n:

Equate the both.

[n(n-3)]/2 = 5

Multiply by 2 on both sides:

2[(n(n-3))/2] = 2(5)

n(n - 3) = 10

Multiply by n within the bracket:

n2 - 3n = 10

Subtract 10 on both sides.

n2 - 3n - 10 = 0

n2 - 5n + 2n - 10 = 0

n(n - 5) + 2 (n - 5) = 0

(n - 5) (n + 2) = 0

n - 5 = 0 and n + 2 = 0

n = 5 and n = -2

The sides of polygon must not be negative. So ignore -2.

Therefore the number of sides of the polygon is 5.

Pentagon is the polygon which possess 5 sides.

Hence pentagon is the polygon which possess 5 sides and 5 diagonals in it.

Monday, January 28

Plane Distance Calculator


In a plane distance calculator we have the axes points such as (x,y) and this coordinates are placed on the quadrant, there are four quadrants for (x,y) axis. Origin is the center or starting point for the (x,y). In two dimension coordinate system we have the two x and y plane.We can measure the distance between plane by the formulas.In this article we have the formulas and the problems for finding the plane distance.

Plane Distance Calculator:

Distance between plane calculator can be measured by the following formualas and that can explained by the figur shown below. From the above figure we can clearly understand that the distance 'l' from the origin we can find the plane distance by the coordinates given.

D =  ` |d1-d2|/sqrt(A^2 + B^2 + C^2)`

distance between two plane

How to use plane distance calculator:

First seperate the d1,d2 and all othher parameters

Now, enter the parameters in the respective column

And get the result in the new column

Problems in Plane Distance Calculator:


Example 1:
Find the distance from the two plane 2x – 3y + 3z = 12 and –8x + 12y – 12z = 24.
Solution:

First seperate the d1,d2 and all othher parameters
Now, enter the parameters in the respective column
And get the result in the new column

2x – 3y + 3z = 12
–8x + 12y – 12z = 24.  by dividing equation by 4   we get 2x - 3y + 3z = -6.
First sepearte the
Formula for find the distance between the plane

D =  ` |d1-d2|/sqrt(a^2 + b^2 + c^2)`

Here, a =2, b= -3 and c=3  d1= 12 d2 =-6

= | 12 - (-6) | / √(4 + 9 + 9)

= 18/√22

Example 2:

Find the distance between the parallel planes z = x + 2y + 1 and 3x + 6y - 3z = 4.

Solution:

First seperate the a,b,c,d and all othher parameters

Now, enter the parameters in the respective column

And get the result in the new column

Formula for find the distance between the plane

D =  ` |ax_1+by_1+cz_1+d|/sqrt(a^2 + b^2 + c^2)`

Here, a =3, b= 6 and c=-3 d =-4

=  ` |3 xx 0+6xx0+(-3)xx1-4|/sqrt(3^2 + 6^2 + -3^2)`

= `7/sqrt54 `

Thursday, January 24

Calculating Areas of Figures


In day-to-day life,we often came across the word area.In math, Area is nothing but a region bounded by a closed curve. In differential geometry of surfaces, area is considered as an important invariant.

Calculating areas of different figures is an important and an interesting one. In this article of  calculating areas of figures, the areas of different figures are calculated using the formulas.

Triangle:            Area of Triangle    =    ½ b h

b ---> base

h ---> vertical height

Rectangle:        Area of  Rectangle  =  l w

l ----> length

w ----> width

Square:               Area of a square   =  a2

a ----> side length

Parallelogram: Area of Parallelogram = b × h


b ----> breadth

h ----> height

Circle:                       Area of a Circle = pi r2

r ----> radius
Worked Examples for Calculating Areas of Figures:

Example 1:

Find the area of a triangle with base of  13 m and a height of 6 m.

Solution:

Area of a triangle =  ½ b h

=  ½ (13) (6)

=  39 m2

Example 2:

Find the area of rectangle given the length is 10 cm and width is 5 cm.

Solution:

Area of a Rectangle  =  l * w

= 10 * 5

= 50 cm2

Example 3:

Find the area of a square of side length 21 cm

Solution:

Area of a square  = a2

= 212

= 441 cm2

Example 4:

Find area of a parallelogram through base of 23 cm and a height of 17 cm.

Solution:

Area of a Parallelogram = b h

= (23) · (17)

= 391 cm2

Example 5:

The radius of a circle is 27 inches. Find its area.

Solution:

Area of  Circle = pi r2

= 3.14 (27)2

= 3.14 (729)

= 2289.06 in2
Practice Problems for Calculating Areas of Figures:

1) Calculate the area of rectangle given the length is 10 m and width is 7 m.

Answer: 70 m2

2) Find area of a square of side length 22 cm.

Answer: 484 cm2

3) Find the area of triangle given base is 14 cm and height is 7 cm.

Answer: 49 cm2

4) Find area of a parallelogram through base of 35 cm and a height of 15 cm.

Answer: 525 cm2

Wednesday, January 23

Radical Math Problems and Solutions


Radical problems and solutions are defined as one of the important topic in mathematics. Basically, there are three values are present in the radical number. Those values are named as called the index number, radical number, and the another one is known as the radicand number. For example, root(4)(12) is denoted as radical numbers. In this example of radical number, 4 is called as the index number, 12 is called as the radicand number. Mainly square root and the cubic roots are present in the radical statement.

Radical Expressions Calculator

The explanation for radical math problems and solutions are given below the following,

We can do many of the operation by using the radical. They are called as,

Addition problems and solutions by using the radical.
Subtraction problems and solutions by using the radical.
Multiplication  problems and solutions by using the radical.
Division problems and solutions by using the radical.

Example Problems and Solutions for Radical Math

Addition problems and solutions by using the radical.

Example 1: Add the following radical numbers, 12( sqrt(5) + sqrt(2) ) + 10( sqrt(2) + sqrt(5) )

Solution:

The given number is 12( sqrt(5) + sqrt(2) ) + 10( sqrt(2) + sqrt(5) )

= 12sqrt(5) + 12sqrt(2) + 10sqrt(2) + 10sqrt(5)

= 12sqrt(5)+ 10sqrt(5)  + 12sqrt(2)  + 10sqrt(2)

= 22sqrt(5) + 22sqrt(2)

This is the answer for radical numbers addition.

Subtraction problems and solutions by using the radical.

Example 2: Subtract the following radical numbers, 12( sqrt(5) + sqrt(2) ) - 10( sqrt(2) + sqrt(5) )

Solution:

The given number is 12( sqrt(5) + sqrt(2) ) - 10( sqrt(2) + sqrt(5) )

= 12sqrt(5) + 12sqrt(2) - 10sqrt(2) - 10sqrt(5)

= 12sqrt(5) - 10sqrt(5)  + 12sqrt(2)  - 10sqrt(2)

= 2sqrt(5)  + 2sqrt(2)

This is the answer for radical numbers subtraction.

Problem 3: Multiply the following radical numbers, 12( sqrt(5) + sqrt(2) ) and  10( sqrt(2) + sqrt(5) )

Solution:

12( sqrt(5) + sqrt(2) )   xx   10( sqrt(2) + sqrt(5) )

= 12sqrt(5) + 12sqrt(2) xx   10sqrt(2) + 10sqrt(5)

= 12 sqrt(10) xx  10 sqrt(10)

= 120 sqrt(100)

= 120  xx 10

= 1200

This is the answer for radical numbers multiplication.

Example 4: Divide the following radical numbers 1/(sqrt(7) - sqrt(8)) .

Solution:

1/(sqrt(7) - sqrt(8))

1/(sqrt(7) - sqrt(8))  xx  (sqrt(7) + sqrt(8))/(sqrt(7) + sqrt(8))

(sqrt(7) + sqrt(8))/(sqrt(7)^2 - sqrt(8)^2)

(sqrt(7) + sqrt(8))/(7 - 8)

(sqrt(7) + sqrt(8))/ - 1

= - (  sqrt(7) + sqrt(8) )

= - sqrt(7)  - sqrt(8)

This is the answer for radical numbers Division.
Practice Problems and Solutions for Radical Math

Example 1: Add the following radical numbers, 24( sqrt(3) + sqrt(12) ) + 12( sqrt(12) + sqrt(3) )

Answer: 36 sqrt(3)  +  36  sqrt(3)

Example 2: Subtract the following radical numbers, 24( sqrt(3) + sqrt(12) ) - 12( sqrt(12) + sqrt(3) )

Answer: 12 sqrt(3)  +   12 sqrt(3)

Monday, January 21

Percent Return Formula


In math, how much of parts done in every hundred is called as percents. The percents are represented by the symbol ‘%’. In other words, how much of value is noted out of hundred in experiments. The formula is returned with 100. Now we are going to see about percent return formula.


I like to share this Formula for Permutation with you all through my article.

Explanations for Percents Return Formula in Math

Percents return formula:

The percents are represented as fraction with percentage symbol that is 32/100%. We can denote the percents in whole number also like 32%.T he formula for returns the percents are P = ( observed value / total value) x 100.

How to return the percents using formula:

The formula for percents is divide the observed value and total value. Then multiply the 100 with that resultant value. Now, we can say this value is percents with symbol ‘%’. Sometimes, the formula returns the decimal value.

How to returns the fraction into decimal value:

We can represent the percent value in fraction and if there is any possible, we can simplify the fraction. Then divide the numerator value with denominator value.

More about Percents Returns Formula

Example problems for percents return formula in math:

Problem 1: Return the percent value using formula for given expression.

The student got the marks 140 out of 200. What is the percent value of student?

Answer:

The percent return formula is P = (observed value / total value) x 100.

The observed value is 140.

Return the percent as (140/200) x 100 = 0.7 x 100 = 70%.

Therefore, the formula returns the percent value as 70%.

Problem 2: Return the percent value using formula for given expression.

The fruit seller has 1650 apples out of 300 fruits. What is the percent value of apple?

Answer:

The percent return formula is P = (observed value / total value) x 100.

The observed value is 165.

Return the percent as (165/300) x 100 = 0.55 x 100 = 55%.

Therefore, the formula returns the percent value as 55%.

Exercise problems for percents return formula:

1. Return the percent value using formula for 65/130.

Answer: The percent value is 50.

2. Return the percent value using formula for 87/150.

Answer: The percent value is 58.

Friday, January 18

Probability of Rolling Doubles


Probability is the chance of the outcome of an event of a particular experiment. Probabilities are occurs always numbers between 0(impossible) and 1(possible). The set of all possible outcomes of a particular experiment is called as sample space. For example probability of getting a 3 when rolling a dice is ` 1/6` . In this article we will discuss about probability problems using dice.


Rules of Probability Doubles - Example Problems

Example 1: If rolling two dice, what is the probability of getting doubles?

Solution:

Let S be the sample space, n(S) = 6 * 6 = 36.

A be the event of getting doubles.

A = {(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)}, n(A) = 6

P(A) = `(n(A))/(n(S))` = `6/36` = `1/6`

Example 2: If rolling two dice, what is the probability of getting doubles or primes?

Solution:

Let S be the sample space, n(S) = 6 * 6 = 36.

A be the event of getting doubles.

n(A) = {{1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)} = 6

P(A) = `(n(A))/(n(S))` = `6/36` = `1/6`

Let B be the event of getting primes.

n(B) = {(1, 1), (1, 2), (1, 4), (1, 6), (2, 1), (2, 3), (2, 5), (3, 2), (3, 4), (4, 1), (4, 3), (5,2), (5, 6), (6, 1), (6, 5)} = 15

P(B) = `(n(B))/(n(S))` = `15/36` = `5/12`

P(A or B) = P(A) + P(B) = `1/6` + `5/12` = `7/12`

P(A or B) = `7/12`

Therefore probability of getting doubles or primes is `7/12`

Example 3: If rolling two number cubes, what is the probability of getting doubles or sum of 7?

Let S be the sample space, n(S) = 6 * 6 = 36.

A be the event of getting doubles.

n(A) = {{1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)} = 6

P(A) = `(n(A))/(n(S))` = `6/36` = `1/6`

Let B be the event of getting sum of 7.

n(B) = {(1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1)} = 6

P(B) = `(n(B))/(n(S))` = `6/36` = `1/6`

P(A or B) = P(A) + P(B) = `1/6` + `1/6` = `1/3`

P(A or B) = `1/3`

Therefore probability of getting doubles or sum of 7 is `1/3`

Probability of Rolling Doubles - Practice Problems

Problem 1: If rolling two dice, what is the probability of getting a sum of 5 or 6?

Problem 2: If rolling two number cubes, what is the probability of getting 6 or 7?

Answer: 1) `1/4` 2) `11/36`