Probability and Statistics are important topics when it comes to studying numbers and data. Probability helps us figure out how likely things are to happen, like guessing if it will rain. On the other hand, Statistics involves collecting, analyzing, and interpreting data to draw meaningful conclusions, like looking at numbers to learn useful things. Together, they help us make smart decisions and see patterns in the information around us.
Probability
Probability is a measure of the likelihood or chance of an event occurring. It is expressed as a number between 0 and 1, where 0 indicates an impossible event, and 1 signifies a sure event. The probability of an event is calculated by dividing the number of favorable outcomes by the total number of possible outcomes. In simple terms, it quantifies the likelihood of an outcome in a given set of circumstances, providing a basis for making informed predictions and decisions in various fields, including mathematics, statistics, and everyday life.
Statistics
Statistics is the branch of mathematics that involves the collection, analysis, interpretation, presentation, and organization of data. It provides methods for making inferences about populations based on samples. In a broader sense, statistics helps to quantify uncertainty and variation in data, enabling researchers, analysts, and decision-makers to draw meaningful conclusions and make informed decisions. It encompasses various techniques, including descriptive statistics to summarize data and inferential statistics to make predictions or test hypotheses about larger populations.
Probability and Statistics- Random Experiment: An experiment is a set of steps that gives clear results. A random experiment is one where the exact outcome cannot be predicted.
- Outcome: Outcome means any possible result in a group of results, called a sample space, noted as S. For example, when you flip a fair coin, the sample space is {heads, tails}.
- Sample Space: Sample space is the collection of all possible outcomes in an experiment. Like in a coin flip, the sample space is {heads, tails}.
- Event: An event is any subset of the sample space. If an event A occurs, it means one of the outcomes belongs to A. For instance, if event A is rolling an even number on a fair six-sided die, getting 2, 4, or 6 means event A occurred. If you get 1, 3, or 5, event A did not happen.
- Trial: A trial is each time you experiment, like flipping a coin. In the coin-flipping experiment, each flip of the coin is a trial.
- Mean: The mean of a random variable is the average of all possible values it can take, weighted by their probabilities.
- Expected Value: The expected value is the mean of a random variable. For instance, if we roll a six-sided die, the expected value is the average of all possible outcomes, which is 3.5.
Some of the common formulas of Probability and Statistics are discussed below:
Probability is the likelihood of an event occurring and is calculated using the following formula:
P(A) = Number of Favourable Outcomes / Total Number of Possible Outcomes
Where:
- P(A) is the probability of event A.
- Number of Favorable Outcomes is the count of outcomes where event A occurs.
- Total Number of Possible Outcomes is the count of all possible outcomes.
In simple terms, probability is the ratio of successful outcomes to all possible outcomes. The result is a number between 0 (impossible event) and 1 (certain event). It can also be expressed as a percentage by multiplying the result by 100.
For example, if you want to find the probability of rolling a 4 on a six-sided die, there is 1 favorable outcome (rolling a 4) out of 6 possible outcomes (1, 2, 3, 4, 5, 6). Therefore,
P(rolling a 4)= 1/6
This formula provides a basic way to express the likelihood of events in a mathematical manner.
The addition rule of probability is used to find the probability that at least one of two events occurs.
If events A and B are mutually exclusive (they cannot happen at the same at same time), then the probability of either event A or event B occurring is:
P(A or B) = P(A ∪ B) = P(A) + P(B) - P(A ∩ B) ( If A and B are not mutually exclusive events)
where P(A ∩ B) is the probability of A and B occurring.
P(A or B) = P(A ∪ B) = P(A) + P(B), ( If A and B are mutually exclusive events)
The multiplication rule of probability is used to find the probability of two events occurring together.
- If events A and B are independent(they do not affect each other), then:
P(A ∩ B)=P(A)×P(B) - If events A and B are dependent( the occurrence of A affects the occurrence of B), then:
P(A ∩ B)=P(A)×P(B∣A)
Here, P(B∣A) is the likelihood of event B happening when event A has already occurred.
Bayes' Rule
Bayes' Rule is a formula used to update probabilities based on new evidence. It calculates the probability of an event A happening given the occurrence of another event B. The formula is as follows:
P(A∣B) =\frac{P(B∣A) × P(A)} {P(B)}
Here:
- P(A∣B) is the probability of event A occurring given that event B has occurred.
- P(B∣A) is the probability of event B occurring given that event A has occurred.
- P(A) and P(B) are the probabilities of events A and B occurring, respectively.
- Probability is between 0 and 1: The likelihood of an event ranges from 0 (impossible) to 1 (certain). A probability of 0.5 means an equal chance.
- The sum of all probabilities is 1: When you consider all possible outcomes of an event, the total probability is 1. If one outcome has a probability of 0.3, the other outcome (or outcomes) must add up to 0.7 to make 1.
- Complement Rule: The probability of an event happening (P(A)) plus the probability of it not happening (P(not A)) equals 1. P(not A) is often written as 1−P(A).
Some of the common formulas for statistics are discussed below:
Mean
The mean is the average of a set of numbers. To find the mean, add up all the numbers in a dataset and then divide by the total number of values.
Mean = Sum of all values / Total number of values
\bar{x} = \frac{\sum x_i}{N}
Where,
- \bar{x}
Is the mean,
- ∑xi is the sum of all terms in the data set,
- N is the total number of terms.
The median is the middle value in a dataset when it's arranged in ascending or descending order. If there's an even number of values, the median is the average of the two middle numbers.
Median (Odd n)
Median = Value at \left(\frac{n+1}{2}\right)th position
Median (Even n)
\text{Median} = \frac{1}{2} \left(\text{Value at} \frac{n}{2}\text{th position} + \text{Value at} \left(\frac{n}{2} + 1\right)\text{th position}\right)
Where,
- N is the number of values in the data set
Mode
The mode is the value that appears most frequently in a dataset. A dataset may have one mode (unimodal), more than one mode (multimodal), or no mode at all.
Variance
Variance measures how spread out the values in a dataset are. It's calculated by finding the average of the squared differences between each value and the mean.
Variance= ∑(Each value−Mean) 2 / Total number of values
OR
\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{N}
Where,
- σ2 is the variance
- ∑(xi− \bar{x}2 is2 the sum of squared differences between each term and the mean
- N is the total number of terms.
Standard Deviation
Standard deviation is the square root of the variance. It provides a more interpretable measure of how spread out the values are in comparison to the mean.
Standard Deviation = √Variance
OR
\sqrt{\sigma^2} = \sqrt{\frac{\sum (x_i - \bar{x})^2}{N}}
Where,
- xi represents each term in the data set
- σ2 is the variance,
- √σ2 is the standard deviation.
- \bar{x}
Is the mean
Topics under Probability and Statistics
Some important topics under both Probability and Statistics are discussed below:
Events in Probability
The various types of events in probability are:
A simple event is when an outcome has just one possibility.
Example: In a coin flip, getting heads is a simple event, and getting tails is another.
P(Simple Event) = 1 / Total Possible Outcomes
A compound event involves two or more simple events.
For Example, flipping a coin twice and getting heads both times.
P(Compound Event) = P(Event 1) × P(Event 2)
Independent events are events where the outcome of one does not affect the outcome of the other.
Example: Each flip of fair coin is independent- getting heads once doesn't change the chance of getting head again.
Dependent events are those where outcomes of another.
Example: Drawing a marble from a bag without replacement- the second draw is affected by the first.
A complementary event is the opposite of a given event. The complement of event A(denoted as A') includes all outcomes not in A.
Example: IF an event of rolling an even number on a six-sided die, then A' is rolling an odd number.
P(Not A) = 1−P(A)
Probability Distribution
A probability distribution describes how the probabilities of different outcomes are spread across the possible values of a random variable. It provides a comprehensive view of the likelihood of each possible outcome, helping to understand the uncertainty associated with random events. There are two main types of probability distributions:
Probability Functions
Probability functions provide mathematical representations of the probabilities associated with different values of a random variable. Two common types are Probability Mass Functions (PMFs) for discrete variables and Probability Density Functions (PDFs) for continuous variables.
Statistics Topics
Some of the key topics of statistics are:
Descriptive Statistics
Descriptive statistics is a branch of statistics focused on summarizing data, presenting it in various forms like graphs or tables. It involves using summary statistics to provide a clear understanding of the data. A descriptive statistic serves as a condensed representation of data. Following are the examples of descriptive statistics given below.
Measures of Central Tendency
Central Tendency of a set of data is measured by the following methods
- Mean: The average of a set of values. Add up all values and divide by the number of values.
- Median: The middle value when data is arranged in order.
- Mode: The most frequently occurring value in a dataset.
Learn More, Mean, Median, and Mode
Example: For test scores of 80, 85, 90, 92, and 95, the mean is (80+85+90+92+95)/5 = 88, the median is 90, and the mode is not applicable as there is no repeated value.
Measures of Variability
Standard Deviation: Indicates how spread out the values are from the mean.
Variance: The average of the squared differences from the mean.
Example: In two sets of scores, 70, 75, 80, 85, and 90, and 60, 65, 70, 75, and 80, both have a mean of 80, but the second set has a higher variance, showing more variability.
Inferential Statistics
In practical situations, collecting data from entire populations is often challenging. Descriptive statistics provide a solution by summarizing and organizing available data to offer insights. For instance, calculating the mean (average) and standard deviation from a sample can provide a snapshot of the central tendency and variability in a dataset.
However, when population-scale data collection is impractical, inferential statistics come into play. They involve concluding entire populations based on samples. For example, if estimating the mean score of all U.S. high school students on the AP Physics exam is too extensive, inferential statistics enable drawing reliable conclusions from a manageable sample. This approach facilitates informed decision-making even when exhaustive data collection is unfeasible.
Data Representations
Data representation involves the presentation of information in a meaningful and understandable manner. In statistics, this is crucial for analyzing and interpreting data effectively. Common methods of data representation include:
Sampling Techniques
Methods of sampling are used to select a subset of individuals or items from a larger population for the purpose of making inferences about the population. Different sampling techniques are employed based on the nature of the study and the characteristics of the population. Here are some common sampling techniques:
Probability and Statistics for Engineering Mathematics
Probability and Statistics form a crucial part of engineering mathematics, offering a foundation for making informed decisions and solving complex engineering problems. Here's a brief overview of how these mathematical fields apply to engineering:
Probability in Engineering
- Risk Assessment and Safety Analysis: Engineers use probability to evaluate the risks associated with different engineering projects or processes, helping to design safer buildings, vehicles, and systems.
- Quality Control and Reliability Engineering: Probability models help in assessing the reliability of components and systems, predicting failures, and improving product quality through rigorous testing protocols.
- Signal Processing: In electrical and communication engineering, probability is used to analyze and filter signals, dealing with the randomness and noise in data transmission.
- Decision Making under Uncertainty: Probability aids in making decisions when outcomes are uncertain, optimizing resources and strategies in situations with incomplete information.
Statistics in Engineering
- Data Analysis and Interpretation: Engineers collect and analyze data to understand trends, draw conclusions, and support decision-making processes.
- Experimental Design and Analysis: Statistical methods are used to design experiments, analyze results, and validate theories or models in fields ranging from material science to environmental engineering.
- Process and Quality Improvement: Statistical tools like control charts and design of experiments (DoE) are pivotal in manufacturing and industrial engineering for process optimization and quality enhancement.
- Predictive Modeling: Statistics support the creation of models to forecast future events or behaviors, critical in areas such as renewable energy, traffic flow management, and infrastructure development.
Probability and Statistics - Solved Examples
Example 1: Consider the following dataset: [5, 8, 2, 5, 3, 7, 9]. Calculate the mean, median, and mode.
Solution:
Mean = \bar{x}
\bar{x} = [5+8+2+5+3+7+9] / 7
⇒ 39/7 = 5.579
Median:
The number of values in data set is 7, which is odd n
by arranging the values in ascending order [2, 3, 5, 5, 7, 8, 9].
The median is the 4th value, which is 5.
Mode: The mode is 5, as it appears more frequently than any other number in the dataset.
Example 2: Given the dataset [12, 15, 18, 22, 25], calculate the variance and standard deviation.
Solution:
The given data set is [12, 15, 18, 22, 25]
Mean = \bar{x}
⇒ \bar{x} = sum of all values / total number of values
⇒ \bar{x} = (12+15+18+22+25) / 5
⇒ 92/5
⇒ 18.4
Now,
Variance = Variance= ∑(Each value−Mean) 2 / Total number of values
⇒ σ2 = [(12−18.4)2 + (15−18.4)2 + (18−18.4)2 + (22−18.4)2 + (25−18.4)2 ] / 5
⇒ [41.64 + 11.56 + 0.16 + 13.44 + 43.56] /5
⇒ 110.36 /5
⇒ 22.072
We know,
Standard deviation = √σ2
⇒ √22.072
√σ2= 4.69
Example 3: In a deck of cards, what is the probability of drawing a red card?
Solution:
Total number of cards in a deck = 52
Total number od Red cards in a deck = 26 (hearts + diamonds)
P(Red Card) = 52/26
⇒ P(Red Card) = 2/4
⇒ P (Red Card) = 1/2 or 0.5 or 50%
Example 4: A box contain 3 red balls, 2 green balls, and 5 blue balls. One ball is drawn at random. what is the probability the the ball drawn is red, green and not blue?
Solution:
Total number of balls = 3(Red) + 2( Green) + 5 (Blue) = 10
- P(Red) = Number of red balls/ Total balls =3/10
- P(Green) = Number of green balls/ Total balls = 2/10 = 1/5
- p(Not Blue) = Number of non-blue balls(Red + Green)/Total balls = 3 + 2/10 = 5/10 = 1/2
Example 5: A company has 6 departments, and the number of employees in each department is as follows: 25, 30, 28, 32, 35,40. Find the population mean of number of employees.
Solution:
The population mean 𝛍 is calculated by :
𝛍 = Sum of the values in the population / Number of values in the population
𝛍 = 25 + 30 + 28 + 32 + 35 + 40 / 6 = 190/6 = 31.67
Practice Questions on Probability and Statistics
Problem 1: A bag contains 5 red marbles, 4 blue marbles, and 3 green marbles. What is the probability of randomly selecting a blue marble?
Problem 2: A survey is conducted on a sample of 100 people to estimate the average time spent daily on a mobile phone. The sample mean is 2.5 hours with a standard deviation of 1 hour. Calculate a 95% confidence interval for the population mean.
Problem 3: A fair six-sided die is rolled. What is the probability of rolling an even number or a number greater than 4?
Problem 4: Data Set: [8, 12, 15, 18, 10]. Calculate the variance and standard deviation.
Problem 5: Data Set: [10, 15, 12, 18, 15, 22, 20]. Find the mean, median, and mode of the given data set.
Related Article:
Conclusion
Probability and Statistics stand as pivotal tools in understanding the numerical aspects of our world. Probability helps us gauge the chances of occurrences, aiding in predictions like weather forecasting, while statistics deals with data collection and analysis, helping us to extract meaningful information from numbers. Together, they empower us to make informed decisions and identify patterns in raw data.
This article explores the key ideas of both probability and statistics. It covers the basics of probability, like types of events and rules, along with important statistical methods, from simple data presentation to advanced analysis. By learning these concepts, we can better understand uncertainty and patterns in the world around us, using numbers to make sense of complex situations.
Similar Reads
Maths Mathematics, often referred to as "math" for short. It is the study of numbers, quantities, shapes, structures, patterns, and relationships. It is a fundamental subject that explores the logical reasoning and systematic approach to solving problems. Mathematics is used extensively in various fields
5 min read
Basic Arithmetic
What are Numbers?Numbers are symbols we use to count, measure, and describe things. They are everywhere in our daily lives and help us understand and organize the world.Numbers are like tools that help us:Count how many things there are (e.g., 1 apple, 3 pencils).Measure things (e.g., 5 meters, 10 kilograms).Show or
15+ min read
Arithmetic OperationsArithmetic Operations are the basic mathematical operationsâAddition, Subtraction, Multiplication, and Divisionâused for calculations. These operations form the foundation of mathematics and are essential in daily life, such as sharing items, calculating bills, solving time and work problems, and in
9 min read
Fractions - Definition, Types and ExamplesFractions are numerical expressions used to represent parts of a whole or ratios between quantities. They consist of a numerator (the top number), indicating how many parts are considered, and a denominator (the bottom number), showing the total number of equal parts the whole is divided into. For E
7 min read
What are Decimals?Decimals are numbers that use a decimal point to separate the whole number part from the fractional part. This system helps represent values between whole numbers, making it easier to express and measure smaller quantities. Each digit after the decimal point represents a specific place value, like t
10 min read
ExponentsExponents are a way to show that a number (base) is multiplied by itself many times. It's written as a small number (called the exponent) to the top right of the base number.Think of exponents as a shortcut for repeated multiplication:23 means 2 x 2 x 2 = 8 52 means 5 x 5 = 25So instead of writing t
9 min read
PercentageIn mathematics, a percentage is a figure or ratio that signifies a fraction out of 100, i.e., A fraction whose denominator is 100 is called a Percent. In all the fractions where the denominator is 100, we can remove the denominator and put the % sign.For example, the fraction 23/100 can be written a
5 min read
Algebra
Variable in MathsA variable is like a placeholder or a box that can hold different values. In math, it's often represented by a letter, like x or y. The value of a variable can change depending on the situation. For example, if you have the equation y = 2x + 3, the value of y depends on the value of x. So, if you ch
5 min read
Polynomials| Degree | Types | Properties and ExamplesPolynomials are mathematical expressions made up of variables (often represented by letters like x, y, etc.), constants (like numbers), and exponents (which are non-negative integers). These expressions are combined using addition, subtraction, and multiplication operations.A polynomial can have one
9 min read
CoefficientA coefficient is a number that multiplies a variable in a mathematical expression. It tells you how much of that variable you have. For example, in the term 5x, the coefficient is 5 â it means 5 times the variable x.Coefficients can be positive, negative, or zero. Algebraic EquationA coefficient is
8 min read
Algebraic IdentitiesAlgebraic Identities are fundamental equations in algebra where the left-hand side of the equation is always equal to the right-hand side, regardless of the values of the variables involved. These identities play a crucial role in simplifying algebraic computations and are essential for solving vari
14 min read
Properties of Algebraic OperationsAlgebraic operations are mathematical processes that involve the manipulation of numbers, variables, and symbols to produce new results or expressions. The basic algebraic operations are:Addition ( + ): The process of combining two or more numbers to get a sum. For example, 3 + 5 = 8.Subtraction (â)
3 min read
Geometry
Lines and AnglesLines and Angles are the basic terms used in geometry. They provide a base for understanding all the concepts of geometry. We define a line as a 1-D figure that can be extended to infinity in opposite directions, whereas an angle is defined as the opening created by joining two or more lines. An ang
9 min read
Geometric Shapes in MathsGeometric shapes are mathematical figures that represent the forms of objects in the real world. These shapes have defined boundaries, angles, and surfaces, and are fundamental to understanding geometry. Geometric shapes can be categorized into two main types based on their dimensions:2D Shapes (Two
2 min read
Area and Perimeter of Shapes | Formula and ExamplesArea and Perimeter are the two fundamental properties related to 2-dimensional shapes. Defining the size of the shape and the length of its boundary. By learning about the areas of 2D shapes, we can easily determine the surface areas of 3D bodies and the perimeter helps us to calculate the length of
10 min read
Surface Areas and VolumesSurface Area and Volume are two fundamental properties of a three-dimensional (3D) shape that help us understand and measure the space they occupy and their outer surfaces.Knowing how to determine surface area and volumes can be incredibly practical and handy in cases where you want to calculate the
10 min read
Points, Lines and PlanesPoints, Lines, and Planes are basic terms used in Geometry that have a specific meaning and are used to define the basis of geometry. We define a point as a location in 3-D or 2-D space that is represented using coordinates. We define a line as a geometrical figure that is extended in both direction
14 min read
Coordinate Axes and Coordinate Planes in 3D spaceIn a plane, we know that we need two mutually perpendicular lines to locate the position of a point. These lines are called coordinate axes of the plane and the plane is usually called the Cartesian plane. But in real life, we do not have such a plane. In real life, we need some extra information su
6 min read
Trigonometry & Vector Algebra
Trigonometric RatiosThere are three sides of a triangle Hypotenuse, Adjacent, and Opposite. The ratios between these sides based on the angle between them is called Trigonometric Ratio. The six trigonometric ratios are: sine (sin), cosine (cos), tangent (tan), cotangent (cot), cosecant (cosec), and secant (sec).As give
4 min read
Trigonometric Equations | Definition, Examples & How to SolveTrigonometric equations are mathematical expressions that involve trigonometric functions (such as sine, cosine, tangent, etc.) and are set equal to a value. The goal is to find the values of the variable (usually an angle) that satisfy the equation.For example, a simple trigonometric equation might
9 min read
Trigonometric IdentitiesTrigonometric identities play an important role in simplifying expressions and solving equations involving trigonometric functions. These identities, which include relationships between angles and sides of triangles, are widely used in fields like geometry, engineering, and physics. Some important t
10 min read
Trigonometric FunctionsTrigonometric Functions, often simply called trig functions, are mathematical functions that relate the angles of a right triangle to the ratios of the lengths of its sides.Trigonometric functions are the basic functions used in trigonometry and they are used for solving various types of problems in
6 min read
Inverse Trigonometric Functions | Definition, Formula, Types and Examples Inverse trigonometric functions are the inverse functions of basic trigonometric functions. In mathematics, inverse trigonometric functions are also known as arcus functions or anti-trigonometric functions. The inverse trigonometric functions are the inverse functions of basic trigonometric function
11 min read
Inverse Trigonometric IdentitiesInverse trigonometric functions are also known as arcus functions or anti-trigonometric functions. These functions are the inverse functions of basic trigonometric functions, i.e., sine, cosine, tangent, cosecant, secant, and cotangent. It is used to find the angles with any trigonometric ratio. Inv
9 min read
Calculus
Introduction to Differential CalculusDifferential calculus is a branch of calculus that deals with the study of rates of change of functions and the behaviour of these functions in response to infinitesimal changes in their independent variables.Some of the prerequisites for Differential Calculus include:Independent and Dependent Varia
6 min read
Limits in CalculusIn mathematics, a limit is a fundamental concept that describes the behaviour of a function or sequence as its input approaches a particular value. Limits are used in calculus to define derivatives, continuity, and integrals, and they are defined as the approaching value of the function with the inp
12 min read
Continuity of FunctionsContinuity of functions is an important unit of Calculus as it forms the base and it helps us further to prove whether a function is differentiable or not. A continuous function is a function which when drawn on a paper does not have a break. The continuity can also be proved using the concept of li
13 min read
DifferentiationDifferentiation in mathematics refers to the process of finding the derivative of a function, which involves determining the rate of change of a function with respect to its variables.In simple terms, it is a way of finding how things change. Imagine you're driving a car and looking at how your spee
2 min read
Differentiability of a Function | Class 12 MathsContinuity or continuous which means, "a function is continuous at its domain if its graph is a curve without breaks or jumps". A function is continuous at a point in its domain if its graph does not have breaks or jumps in the immediate neighborhood of the point. Continuity at a Point: A function f
11 min read
IntegrationIntegration, in simple terms, is a way to add up small pieces to find the total of something, especially when those pieces are changing or not uniform.Imagine you have a car driving along a road, and its speed changes over time. At some moments, it's going faster; at other moments, it's slower. If y
3 min read
Probability and Statistics
Basic Concepts of ProbabilityProbability is defined as the likelihood of the occurrence of any event. It is expressed as a number between 0 and 1, where 0 is the probability of an impossible event and 1 is the probability of a sure event.Concepts of Probability are used in various real life scenarios : Stock Market : Investors
7 min read
Bayes' TheoremBayes' Theorem is a mathematical formula used to determine the conditional probability of an event based on prior knowledge and new evidence. It adjusts probabilities when new information comes in and helps make better decisions in uncertain situations.Bayes' Theorem helps us update probabilities ba
13 min read
Probability Distribution - Function, Formula, TableA probability distribution is a mathematical function or rule that describes how the probabilities of different outcomes are assigned to the possible values of a random variable. It provides a way of modeling the likelihood of each outcome in a random experiment.While a Frequency Distribution shows
13 min read
Descriptive StatisticStatistics is the foundation of data science. Descriptive statistics are simple tools that help us understand and summarize data. They show the basic features of a dataset, like the average, highest and lowest values and how spread out the numbers are. It's the first step in making sense of informat
5 min read
What is Inferential Statistics?Inferential statistics is an important tool that allows us to make predictions and conclusions about a population based on sample data. Unlike descriptive statistics, which only summarize data, inferential statistics let us test hypotheses, make estimates, and measure the uncertainty about our predi
7 min read
Measures of Central Tendency in StatisticsCentral tendencies in statistics are numerical values that represent the middle or typical value of a dataset. Also known as averages, they provide a summary of the entire data, making it easier to understand the overall pattern or behavior. These values are useful because they capture the essence o
11 min read
Set TheorySet theory is a branch of mathematics that deals with collections of objects, called sets. A set is simply a collection of distinct elements, such as numbers, letters, or even everyday objects, that share a common property or rule.Example of SetsSome examples of sets include:A set of fruits: {apple,
3 min read
Practice