Skip to main content

Identify Functional Groups – 8 Practice Questions for Students and Cumulative Test (Full Atom Version)

Identify Each Functional Group (FULL ATOMS VERSION):      Functional groups can trip up any student who isn't paying close attention. Many functional groups look similar at a glance, but each has their own unique characteristics. Below are some functional groups that are commonly confused:     1) Amine VS Amide :           Amine:   Contains an NH₂ group.           Amide: Contains an  NH₂ group and a double-bonded oxygen on the same carbon. πŸ‘‰ What is the difference between the two? An amide has a double-bonded oxygen; an amine does not. 2) Aldehyde VS Ketone:            Aldehyde: Has a double-bonded oxygen and a hydrogen attached to the same carbon, usually found at the end of a carbon chain.            Ketone: Has a double-bonded oxygen to a carbon that is connected to two other carbons, usually found in the middle of a...

Mastering Discrete Probability Distributions: A Student-Friendly Deep Dive


For those struggling to understand discrete probability distributions, this section will summarize the definition, clarify difficult jargon, introduce useful formulas, and find important parameters.

Warning: This is "simplified" explanation compared to teachers and statistician-- this is everything believed to be relevant or important. This information will be refined later, but this is the information that helped me pass statistics with an A. If you want a more summarized, less detailed version: (Link coming soon). 


What is a Discrete Probability Distribution?

A discrete probability distribution is a spread of theoretical outcomes where each countable outcome (called a random variable) is assigned a specific probability. 

    It sounds confusing because it is confusing -- but, let's break it down by term:

       πŸ”Ž Discrete: The outcome is countable numbers-- no fractions or decimals.

             (1) The number of people (note: you cannot have half a person--hence countable).


       πŸ”Ž Probability: The theoretical chance of an outcome occurring. This means NO data collection is needed. 

                (1) A six-sided die (each side has 1/6 a chance of being an outcome).

                (2) A coin -- heads or tails (each side has 1/2 a chance of being an outcome).


       πŸ”Ž Distribution: The spread of probability across each possible value of a random variable.


     Other Related Jargon:

       πŸ”Ž Random Variable: A numerical value that represents the outcome of an experiment. 

    For example, if you're counting how many people in a room use social media, X (the random variable) could range anywhere from 0 to the total number of people in the room.

                **Each random variable (the outcome) is unique. Each outcome can only be counted once (such as 1, 2, or 3 people in a room).


        πŸ”Ž Parameter: The numerical measurements used to describe the characteristics of a population. For example, population mean, standard deviation, variances, etc.

                **Population: The entire group being studied.



Requirements for Discrete Probability Distribution:

      πŸ‘‰Before using the formulas, these two requirements must be met:

            1) Each probability must be between 0 and 1 

                0 ≤ P(x) ≤ 1 for all probabilities.

            2) The sum of all probabilities must equal 1.

                ∑P(x) = 1 



What are the formulas?

     1)  Mean ΞΌ = ∑xP(x)

           πŸ”Ž Mean: The measure of the center of a data set.

                -Another word for mean is expected value. The expected value is what we expect for the random variable to be on average.


            Understanding the formula:                      

                x: The random variable -- this represents the possible outcomes (e.g. dice rolls (faces: 1, 2, 3, 4, 5, 6), number of people (0, 1, 2, 3...)).  NOTE: A random variable is not a "real" quantity, it is only a label for an outcome.

                 P(x): The probability of the outcome occurring.


                ► THE GOAL: Each random variable is multiplied to its assigned probability, then all products are added up. The probability acts as a "weight" for the random variable, by pulling and pushing the mean closer to the outcomes that occur more frequently. 

                     Example: Let's say we rolled a six-sided die 100 times, and found that rolling a 1 happened 60% of the time. We can agree that 1 has the highest probability, and thus will occur more often than any other number. This results in a mean that reflects a value that is closer to 1.



    2)   Variance: Οƒ² = (x - ΞΌ)² P(x)

            πŸ”Ž Variance: The measure of variety in a data set, and how spread out the data is. It is a hint to how far the data varies from the mean, but not a numerical measure.

                *A small variance means the data has less variety, and the values are more tightly packed around the mean (e.g. 1, 2, 3, 4 -- less extreme differences in the values). A large variance means the data is spread out and more extreme (e.g. 2, 5, 10, 12 -- bigger variety in numbers). 

                    *INSIGHT: A small variance = a more precise mean; a larger variance = a less precise mean.


        Understanding the formula:    

            x-ΞΌ: This stands for the difference between a data point and the the data's mean, also known as deviation. By subtracting the difference, we can find out how far the inputted data point will lie in comparison to the data's center (i.e. the "distance" from the center).

            (x - ΞΌ)²: The inner part: x-ΞΌ, is explained above, but now, why square it? 

                In short, squaring captures the variety in the data.

                    **In longer terms, the mean already accounts for the differences in the data values--remember, we had to add all data values to get the mean. So, if we do not square, subtracting each data points from the mean and adding all the differences will get a zero variance. 

    Squaring the differences helps avoid cancellation and makes the values positives. It gives the true measure of how spread out the data is.

    Example: There are three values: 3, 4, 8.  

        1) First, we must calculate the mean: (3 + 4 + 8) / 3 = 5.

        2) Next, we compare with and without squaring:

            Without squaring: (3 - 5) + (4 - 5) + (8 - 5) = 0.

                0 means that there is no variability between the mean and the points.

            With squaring(3 - 5)² + (4 - 5)² + (8 - 5)² = 14.

                14 represents the spread of the data.

            NOTE: The number given by variance can show approximately how far the spread of data is from the mean. In the example, however, the value 14 doesn't mean the data points are 14 units away from the mean. Variance is more like a hint used to determine the variety. Typically, if the variance is much larger than 1, it is considered to have a large spread. If it the variance is closer to 0, the spread is smaller and closer together.

            P(x): In this equation, P(x) represents probability that the outcome will occur. Probability acts as a weight-- the more often it occurs, the greater the impact on the variance. 



   3) Standard Deviation: Οƒ = √((x - ΞΌ)² P(x))

       πŸ”Ž Standard deviation: Similarly to variance, standard deviation is a measure of variety in a data, and the spread of that data. It uses real units to tell how far exactly the point deviates from the mean.


         Understanding the formula:    

              Standard deviation has a very similar explanation to variance when it comes to the formula, so if you want the break-down of the formula, scroll up to variance. 

              The square root allows the standard deviation to be put back in to the original units of the data; e.g. if the data unit is in terms of people, so is the standard deviation.


**Quick note about the differences between variance and standard deviation: 
1) Variance provides a rough estimate of the data's variability, whereas standard deviation shows how far a data point is from the mean, using the same units as the data.
2) Standard deviation is used in real-world scenarios where precision is important, while variance is used theoretical examples because there is no real-data, and approximation is sufficient.

        

Comments

Popular posts from this blog

Haloalkanes Made Simple: What They Are & How They Form

Introduction to HALOALKANES This section simplifies haloalkanes in two parts:     1)  What are haloalkanes? πŸ‘‰ Haloalkanes are an organic molecule made by combining  halogens and alkanes .          πŸ”Ž Halogen : A halogen is a reactive group of elements that include: fluorine (F), chlorine (Cl), bromine (Br), iodine (I), and astatine (At).           πŸ”Ž Alkane : An alkane is an organic molecule made only of carbon and hydrogen atoms , where all atoms are connected by single bonds  (one pair of shared electrons per bond).               ✵ Alkanes look like this: ❗NOW, combine halogens and alkanes  to create a haloalkane.                 ✵Haloalkanes look like this:     2)  How are haloalkanes created? πŸ‘‰  Here's a simplified, personified version:            ...

4 Types of Structural Formulas You Need to Know (Visual Chemistry Guide) -- Organic Chemistry

Different Structural Formulas with Examples This section introduces the four basic types of structural formulas used in organic chemistry:       πŸ‘‰Lewis Structure      πŸ‘‰Hybrid Structure      πŸ‘‰Condensed Structure      πŸ‘‰Line Drawing These are presented in order of visual complexity -- starting from the most detailed to the most simplified.  NOTE: This guide focuses on HOW each structure looks, rather than the rules for drawing them. The goal is to help you recognize and distinguish each from a glance. 1) Most DETAILED: Lewis structure     L ewis structure shows ALL atoms and bonds (lines), including lone pairs and hydrogen bonds.     NOTE : Lewis structures  DO NOT need to always show lone pairs. If omitted, it's assumed the atom is neutral unless a formal charge (+ or -) is indicated. 2) Hybrid structure     A hybrid structure shows all atoms, and all bonds (lines) between atoms-...

Quick Guide: Functional Groups in Organic Chemistry (Alcohols, Ketones, Aldehydes) with Examples

Quick Guide on Functional Groups The RED areas in the images   highlight the functional group.    WHY do we need to know functional groups?          F unctional groups largely determine a molecule's chemical and physical properties. In other words, they help us predict how molecules behave.    πŸ‘‰   Let's use a practical example:     You boil the same amount of alcohol and water in separate pots, which one would boil away faster?     Answer: Alcohol. Why? Alcohols typically have lower boiling points.      πŸ‘‰ Why is this useful?   Understanding functional group behaviors allows scientists to manipulate molecules based on how they behave.      πŸ‘‰  NOW, let's extend the practical example:     Both water and alcohol are added to the same pot, and we want to separate both of the liquids from each other-- what is the solution?       Answer: U...