```html

Elementary Statistics

Welcome to the study of Elementary Statistics, a crucial branch of mathematics that helps us understand and interpret data. In the context of competitive exams like the RRB ALP, a good grasp of statistical concepts is essential for solving various problems, especially in the Mathematics section. Statistics deals with collecting, organizing, analyzing, interpreting, and presenting data. It's not just about numbers; it's about making sense of the world around us through data.

We will cover the fundamental concepts that are frequently tested. This includes measures of central tendency (mean, median, mode), measures of dispersion, and basic probability. Understanding these will equip you to tackle questions related to averages, distributions, and likelihoods.

Measures of Central Tendency

Measures of central tendency are single values that represent the center or typical value of a dataset. They give us a summary of the data's main point. The three most common measures are the Mean, Median, and Mode.

1. Mean (Average)

The mean is the sum of all values in a dataset divided by the number of values. It's what most people commonly refer to as the "average."

Formula:

Mean () = (Sum of all observations) / (Number of observations)

= Σx / n

Where Σx represents the sum of all observations and n is the total number of observations.

Example: Consider the marks obtained by 5 students in a test: 60, 75, 80, 55, 70. Sum of marks = 60 + 75 + 80 + 55 + 70 = 340 Number of students = 5 Mean marks = 340 / 5 = 68

The mean is sensitive to extreme values (outliers). If one student scored 100, the mean would increase significantly.

2. Median

The median is the middle value in a dataset that has been arranged in ascending or descending order. It divides the data into two equal halves, meaning 50% of the data points are below the median, and 50% are above it.

How to find the Median:

  • First, arrange the data in ascending or descending order.
  • If the number of observations (n) is odd, the median is the value of the ((n + 1) / 2)th term.
  • If the number of observations (n) is even, the median is the average of the values of the (n / 2)th term and the ((n / 2) + 1)th term.

Example 1 (Odd number of observations): Marks: 55, 60, 70, 75, 80 Here, n = 5 (odd). The median is the ((5 + 1) / 2)th = 3rd term. The 3rd term is 70. So, the median is 70.

Example 2 (Even number of observations): Consider the marks: 55, 60, 70, 75, 80, 85 Here, n = 6 (even). The median is the average of the (6 / 2)th = 3rd term and the ((6 / 2) + 1)th = 4th term. The 3rd term is 70. The 4th term is 75. Median = (70 + 75) / 2 = 145 / 2 = 72.5

The median is less affected by outliers compared to the mean.

3. Mode

The mode is the value that appears most frequently in a dataset. A dataset can have one mode (unimodal), more than one mode (multimodal), or no mode if all values appear with the same frequency.

How to find the Mode: Simply count the occurrences of each value and identify the one that occurs most often.

Example 1 (Unimodal): Dataset: 10, 12, 15, 12, 10, 15, 12, 18 The value 12 appears 3 times, which is more than any other value. So, the mode is 12.

Example 2 (Bimodal): Dataset: 5, 7, 7, 8, 9, 9, 10 Both 7 and 9 appear twice. So, the modes are 7 and 9.

Example 3 (No Mode): Dataset: 1, 2, 3, 4, 5 Each value appears only once. There is no mode.

The mode is particularly useful for categorical data (e.g., favorite color, most common car model).

Key Takeaway:
  • Mean: Sum of values / Number of values (Sensitive to outliers).
  • Median: Middle value when data is ordered (Resistant to outliers).
  • Mode: Most frequent value (Useful for categorical data).
The relationship between mean, median, and mode can indicate the skewness of a distribution. For a symmetrical distribution, mean ≈ median ≈ mode. For a positively skewed distribution, mean > median > mode. For a negatively skewed distribution, mean < median < mode.

Measures of Dispersion

Measures of dispersion, also known as measures of variability or spread, describe how spread out the data points are in a dataset. They tell us the extent to which the data deviates from the central tendency. The most common measure of dispersion is the Range.

Range

The range is the simplest measure of dispersion. It is the difference between the highest and lowest values in a dataset.

Formula:

Range = Maximum Value - Minimum Value

Example: Dataset: 25, 30, 35, 40, 45 Maximum Value = 45 Minimum Value = 25 Range = 45 - 25 = 20

The range gives a quick idea of the spread but is highly sensitive to outliers, just like the mean. It only uses two data points.

Basic Probability

Probability is a measure of the likelihood of an event occurring. It is expressed as a number between 0 and 1, where 0 means the event is impossible, and 1 means the event is certain.

Formula:

Probability of an Event (P(E)) = (Number of favorable outcomes) / (Total number of possible outcomes)

Example: When a fair six-sided die is rolled, what is the probability of getting a 4? Total possible outcomes = {1, 2, 3, 4, 5, 6} = 6 Favorable outcome = {4} = 1 P(getting a 4) = 1 / 6

Example 2: A bag contains 3 red balls and 5 blue balls. If one ball is drawn at random, what is the probability that it is red? Total number of balls = 3 (red) + 5 (blue) = 8 Number of red balls (favorable outcomes) = 3 P(drawing a red ball) = 3 / 8

Probability Shortcuts:
  • The sum of probabilities of all possible outcomes for an event is always 1.
  • P(Event A or Event B) = P(A) + P(B) - P(A and B) (for non-mutually exclusive events).
  • P(Event A and Event B) = P(A) * P(B) (for independent events).

Square Root

The square root of a number is a value that, when multiplied by itself, gives the original number. For example, the square root of 9 is 3 because 3 * 3 = 9. Every positive number has two square roots: a positive one (called the principal square root) and a negative one. However, when we refer to the "square root" symbol (√), we usually mean the principal (positive) square root.

The square root operation is the inverse of squaring a number. If x2 = y, then x = ±√y.

Methods to Find Square Roots

There are several methods to find the square root of a number, ranging from simple estimation to more systematic approaches suitable for larger numbers. For competitive exams, understanding prime factorization and long division methods is highly beneficial.

1. Prime Factorization Method

This method is effective for finding the square root of perfect squares. A perfect square is a number that is the square of an integer (e.g., 4, 9, 16, 25, 36...).

Steps:

  1. Find the prime factorization of the given number.
  2. Group the prime factors into pairs of identical factors.
  3. Take one factor from each pair.
  4. Multiply these selected factors together. The result is the square root.

Example 1: Find the square root of 144.

Prime factorization of 144: 144 = 2 × 72 = 2 × 2 × 36 = 2 × 2 × 2 × 18 = 2 × 2 × 2 × 2 × 9 = 2 × 2 × 2 × 2 × 3 × 3

Group the factors into pairs: 144 = (2 × 2) × (2 × 2) × (3 × 3)

Take one factor from each pair: √144 = 2 × 2 × 3 = 12

So, the square root of 144 is 12.

Example 2: Find the square root of 576.

Prime factorization of 576: 576 = 2 × 288 = 2 × 2 × 144 = 2 × 2 × (12 × 12) = 2 × 2 × (2 × 6) × (2 × 6) = 2 × 2 × (2 × 2 × 3) × (2 × 2 × 3) = 26 × 32

Group into pairs: 576 = (2 × 2) × (2 × 2) × (2 × 2) × (3 × 3)

Take one from each pair: √576 = 2 × 2 × 2 × 3 = 24

If a number is not a perfect square, its prime factorization will have at least one prime factor with an odd exponent, and you won't be able to form complete pairs for all factors.

2. Long Division Method

The long division method is a systematic way to find the square root of any number, whether it's a perfect square or not. This method is particularly useful for larger numbers and for finding decimal square roots.

Steps for finding the square root of an integer:

  1. Pair the digits: Starting from the rightmost digit of the number, group the digits in pairs. If the number of digits is odd, the leftmost digit will be a single digit. For numbers with decimals, pair digits to the left of the decimal point from right to left, and pair digits to the right of the decimal point from left to right.
  2. Find the largest square less than or equal to the first group: Consider the first group (which might be a single digit). Find the largest integer whose square is less than or equal to this group. This integer is the first digit of the square root. Write it in the quotient and also in the divisor.
  3. Subtract and bring down: Subtract the square of the first digit from the first group. Bring down the next pair of digits to form the new dividend.
  4. Double the quotient and form the new divisor: Double the current quotient. To form the new divisor, place this doubled number to the left and leave a blank space next to it.
  5. Find the next digit: Find the largest digit (let's call it 'x') such that when you place 'x' in the blank space of the divisor and multiply the entire new divisor by 'x', the result is less than or equal to the new dividend. This digit 'x' is the next digit of the square root.
  6. Subtract and repeat: Write 'x' as the next digit in the quotient. Subtract the product (new divisor * x) from the new dividend. Bring down the next pair of digits to form the next new dividend. Repeat steps 4 to 6 until all pairs have been brought down or until the desired accuracy is achieved for decimal numbers.

Example 1: Find the square root of 529.

1. Pair the digits: 5 29. The pairs are '5' and '29'.

2

2 4 2 9

1 2 5
5 2 9
4
1 2 9
1 2 9

Explanation:

  • The first group is '5'. The largest square less than or equal to 5 is 4 (22). So, the first digit of the square root is 2. Write 2 in the quotient and 2 in the divisor.
  • Subtract 4 from 5, leaving 1. Bring down the next pair '29' to form 129.
  • Double the quotient (2), which is 4. Write 4 as the left part of the new divisor. We need to find a digit 'x' such that 4x * x ≤ 129.
  • Try x=1: 41 * 1 = 41. Try x=2: 42 * 2 = 84. Try x=3: 43 * 3 = 129.
  • So, the digit is 3. Write 3 in the quotient (making it 23) and also next to 4 in the divisor (making it 43).
  • Multiply 43 by 3 to get 129. Subtract 129 from 129, leaving 0.
  • Since the remainder is 0 and there are no more pairs to bring down, the square root of 529 is 23.

Example 2: Find the square root of 2. (To find decimal places)

1. Pair the digits: 2.00 00 00 ...

1 . 4 1 4

1 1 0 0

2 4 0 0

2 8 1 0 0

2 8 2 4 1 0 0

2 . 0 0 0 0 0 0
1
1
2 4

1 6
2 8 1

1 1 9
2 8 2 4

1 5 7 6

Explanation:

  • First group is '2'. Largest square ≤ 2 is 1 (12). First digit of root is 1. Remainder is 1.
  • Bring down '00'. New dividend is 100. Place decimal in quotient.
  • Double quotient (1) is 2. New divisor starts with 2. Find 'x' such that 2x * x ≤ 100.
  • Try x=1: 21 * 1 = 21. Try x=2: 22 * 2 = 44. Try x=3: 23 * 3 = 69. Try x=4: 24 * 4 = 96.
  • So, the digit is 4. Quotient is 1.4. New divisor is 24. Subtract 96 from 100, remainder is 4.
  • Bring down '00'. New dividend is 400.
  • Double current quotient (14) is 28. New divisor starts with 28. Find 'x' such that 28x * x ≤ 400.
  • Try x=1: 281 * 1 = 281. Try x=2: 282 * 2 = 564 (too large).
  • So, the digit is 1. Quotient is 1.41. New divisor is 281. Subtract 281 from 400, remainder is 119.
  • Bring down '00'. New dividend is 11900.
  • Double current quotient (141) is 282. New divisor starts with 282. Find 'x' such that 282x * x ≤ 11900.
  • Try x=4: 2824 * 4 = 11296.
  • So, the digit is 4. Quotient is 1.414. New divisor is 2824. Subtract 11296 from 11900, remainder is 604.
  • Continuing this process gives us √2 ≈ 1.41421356...
Square Root Memory Trick:
  • For perfect squares ending in 1, 4, 5, 6, 9, the square root ends in 1 or 9, 2 or 8, 5, 4 or 6, 3 or 7 respectively.
  • Example: √676. Ends in 6, so root ends in 4 or 6. 202=400, 302=900. So root is between 20 and 30. Since 676 ends in 6, the root must end in 4 or 6. Test 242 = 576, 262 = 676. So, √676 = 26.
  • Example: √729. Ends in 9, so root ends in 3 or 7. 202=400, 302=900. Root is between 20 and 30. Since 729 ends in 9, root must end in 3 or 7. Test 232 = 529, 272 = 729. So, √729 = 27.

Applications in Mensuration

Square roots are fundamental in mensuration (the study of geometrical shapes and their properties like area, volume, and perimeter). Many formulas involve square roots, especially those dealing with lengths derived from areas or volumes.

1. Right-Angled Triangles (Pythagorean Theorem): In a right-angled triangle, the square of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the other two sides (legs).

Formula: a2 + b2 = c2

Where 'a' and 'b' are the lengths of the legs, and 'c' is the length of the hypotenuse.

To find the length of the hypotenuse, we take the square root:

c = √(a2 + b2)

Example: If the two legs of a right-angled triangle are 6 cm and 8 cm, find the length of the hypotenuse. c = √(62 + 82) = √(36 + 64) = √100 = 10 cm

Similarly, to find a leg if the hypotenuse and the other leg are known:

a = √(c2 - b2)

Example: If the hypotenuse is 13 cm and one leg is 5 cm, find the other leg. a = √(132 - 52) = √(169 - 25) = √144 = 12 cm

2. Area of a Square: If the side length of a square is 's', its area is A = s2. Conversely, if the area of a square is known, the side length can be found by taking the square root:

s = √A

Example: If the area of a square is 81 cm2, what is its side length? s = √81 = 9 cm

3. Area of an Equilateral Triangle: The formula for the area of an equilateral triangle with side length 's' is:

Area = (√3 / 4) * s2

If you need to find the side length given the area, you would rearrange this formula, involving a square root operation.

4. Radius of a Circle from Area: The area of a circle is given by A = πr2. To find the radius 'r' from the area 'A', we rearrange:

r2 = A / π

r = √(A / π)

This clearly shows the application of square roots in finding dimensions from calculated areas.

Exam Tip: Be familiar with the squares and square roots of numbers up to at least 30. This will significantly speed up calculations in mensuration and other areas of mathematics.
  • 12=1, 22=4, 32=9, 42=16, 52=25, 62=36, 72=49, 82=64, 92=81, 102=100
  • 112=121, 122=144, 132=169, 142=196, 152=225, 162=256, 172=289, 182=324, 192=361, 202=400
  • 212=441, 222=484, 232=529, 242=576, 252=625, 262=676, 272=729, 282=784, 292=841, 302=900
```