Standard XI Mathematics & Statistics Commerce Part 2

Partition Values

  • Definition and Concept

    • Partition values are values that divide a total set of observations, when arranged in ascending order of magnitude, into a specified number of equal parts.
    • The procedure of dividing the data into equal parts is called partitioning.
  • Median

    • Median is a special type of partition value that divides an ordered array of data into two equal parts, such that 50% of the observations lie below it and 50% lie above it.
    • Ungrouped Data Formulae:
    • For an odd number of observations (nn):       Median=(n+12)th observation\text{Median} = \left(\frac{n+1}{2}\right)^{\text{th}} \text{ observation}
    • For an even number of observations (nn):       Median=(n2)th observation+(n+22)th observation2\text{Median} = \frac{\left(\frac{n}{2}\right)^{\text{th}} \text{ observation} + \left(\frac{n+2}{2}\right)^{\text{th}} \text{ observation}}{2}
    • Grouped Continuous Data Formula:     Median=L+hf(N2c.f.)\text{Median} = L + \frac{h}{f} \left(\frac{N}{2} - \text{c.f.}\right)
    • LL: Lower boundary of the median class
    • hh: Class width/length of the median class
    • ff: Frequency of the median class
    • c.f.\text{c.f.}: Less-than cumulative frequency of the class preceding the median class
    • NN: Total frequency (N=fN = \sum f)
    • Median class is the class containing the (N2)th\left(\frac{N}{2}\right)^{\text{th}} observation (first class whose cumulative frequency N2\ge \frac{N}{2}).
  • Quartiles (Q1,Q2,Q3Q_1, Q_2, Q_3)

    • Quartiles divide the data into 4 equal parts, each containing 25% of the total observations.
    • Q1Q_1 (First or Lower Quartile): 25% of observations are below Q1Q_1 and 75% are above Q1Q_1.
    • Q2Q_2 (Second Quartile / Median): 50% of observations are below Q2Q_2 and 50% are above Q2Q_2.
    • Q3Q_3 (Third or Upper Quartile): 75% of observations are below Q3Q_3 and 25% are above Q3Q_3.
    • Ungrouped Data Formula:     Qi=value of i(n+14)th observation,i{1,2,3}Q_i = \text{value of } i\left(\frac{n+1}{4}\right)^{\text{th}} \text{ observation}, \quad i \in \{1, 2, 3\}
    • Fractional Position Interpolation Rule: If i(n+14)=k+mi\left(\frac{n+1}{4}\right) = k + m (where kk is an integer and 0<m<10 < m < 1), then:       Qi=value of kth observation+m×(value of (k+1)th observationvalue of kth observation)Q_i = \text{value of } k^{\text{th}} \text{ observation} + m \times (\text{value of } (k+1)^{\text{th}} \text{ observation} - \text{value of } k^{\text{th}} \text{ observation})
    • Grouped Data Formula:     Qi=L+hf(iN4c.f.),i{1,2,3}Q_i = L + \frac{h}{f} \left(\frac{iN}{4} - \text{c.f.}\right), \quad i \in \{1, 2, 3\}
    • QiQ_i class is the class containing the (iN4)th\left(\frac{iN}{4}\right)^{\text{th}} observation.
  • Deciles (D1,D2,,D9D_1, D_2, \dots, D_9)

    • Deciles divide the data into 10 equal parts, each containing 10% of the observations.
    • Ungrouped Data Formula:     Di=value of i(n+110)th observation,i{1,2,,9}D_i = \text{value of } i\left(\frac{n+1}{10}\right)^{\text{th}} \text{ observation}, \quad i \in \{1, 2, \dots, 9\}
    • Grouped Data Formula:     Di=L+hf(iN10c.f.),i{1,2,,9}D_i = L + \frac{h}{f} \left(\frac{iN}{10} - \text{c.f.}\right), \quad i \in \{1, 2, \dots, 9\}
    • DiD_i class is the class containing the (iN10)th\left(\frac{iN}{10}\right)^{\text{th}} observation.
  • Percentiles (P1,P2,,P99P_1, P_2, \dots, P_{99})

    • Percentiles divide the data into 100 equal parts, each containing 1% of the total observations.
    • Ungrouped Data Formula:     Pi=value of i(n+1100)th observation,i{1,2,,99}P_i = \text{value of } i\left(\frac{n+1}{100}\right)^{\text{th}} \text{ observation}, \quad i \in \{1, 2, \dots, 99\}
    • Grouped Data Formula:     Pi=L+hf(iN100c.f.),i{1,2,,99}P_i = L + \frac{h}{f} \left(\frac{iN}{100} - \text{c.f.}\right), \quad i \in \{1, 2, \dots, 99\}
    • PiP_i class is the class containing the $Libraries\left(\frac{iN}{100}\right)^{\text{th}} observation.\n\n* **Key Equivalence Relations**\n * \text{Median} = Q_2 = D_5 = P_{50}\n * Q_1 = P_{25}\n * Q_3 = P_{75}\n * D_1 = P_{10}, \quad D_3 = P_{30}, \quad D_7 = P_{70}\n\n* **Graphical Location of Partition Values (Ogives)**\n * **Less than Ogive**: Plot upper class boundaries on X-axis against less-than cumulative frequencies (l.c.f.) on Y-axis. Join the points with a freehand smooth curve.\n * **More than Ogive**: Plot lower class boundaries on X-axis against more-than cumulative frequencies (m.c.f.) on Y-axis. Join the points with a freehand smooth curve.\n * **Locating Values**:\n * Locate \frac{N}{2}onYaxisforMedian(on Y-axis for Median (Q_2),),\frac{iN}{4}forforQ_i,,\frac{iN}{10}forforD_i,and, and\frac{iN}{100}forforP_i.\n * Draw a line parallel to X-axis from this Y-value to intersect the Ogive at point P.\n * Drop a perpendicular from P to X-axis; the coordinate on X-axis gives the partition value.\n * Alternatively, the X-coordinate of the intersection point of Less-than Ogive and More-than Ogive gives the Median.\n\n# Measures of Dispersion\n\n* **Concept and Definition**\n * An average or measure of central tendency does not reveal the degree of scatter or spread of observations around the central value.\n * According to Spiegel, "The degree to which numerical data tend to spread about an average value is called the variation or dispersion of the data."\n\n* **Range**\n * Simplest measure of dispersion defined as the difference between the largest value (L)andthesmallestvalue() and the smallest value (S) in a dataset.\n * \text{Range} = L - S\n * For grouped data: Listheupperlimitofthehighestclassandis the upper limit of the highest class andS is the lower limit of the lowest class.\n\n* **Quartile Deviation (Semi-Interquartile Range)**\n * Measures the spread of the middle 50% of the data and is unaffected by extreme values or open-ended classes.\n * \text{Interquartile Range} = Q_3 - Q_1\n * \text{Quartile Deviation (Q.D.)} = \frac{Q_3 - Q_1}{2}\n\n* **Variance and Standard Deviation**\n * Based on all observations and measures deviations from the arithmetic mean.\n * **Variance (\sigma^2)**: The arithmetic mean of the squares of deviations of all observations taken from their arithmetic mean.\n * Raw Data:\n      \text{Var}(X) = \sigma^2 = \frac{1}{n} \sum_{i=1}^n (x_i - \bar{x})^2 = \frac{1}{n} \sum_{i=1}^n x_i^2 - (\bar{x})^2\n * Grouped/Ungrouped Frequency Distribution:\n      \text{Var}(X) = \sigma^2 = \frac{1}{N} \sum_{i=1}^n f_i (x_i - \bar{x})^2 = \frac{1}{N} \sum_{i=1}^n f_i x_i^2 - (\bar{x})^2\n      where N = \sum_{i=1}^n f_iandand\bar{x} = \frac{1}{N}\sum_{i=1}^n f_i x_i$.
    • Standard Deviation (σ\sigma): The positive square root of the variance.     σ=Var(X)\sigma = \sqrt{\text{Var}(X)}
    • Change of Origin and Scale:
    • If ui=xiAhu_i = \frac{x_i - A}{h}, where AA is assumed mean and hh is class width/scale:       xˉ=A+huˉ\bar{x} = A + h \bar{u}Var(u)=σu2=1Nfiui2(uˉ)2\text{Var}(u) = \sigma_u^2 = \frac{1}{N} \sum f_i u_i^2 - (\bar{u})^2Var(X)=h2Var(u)    σx=hσu\text{Var}(X) = h^2 \cdot \text{Var}(u) \implies \sigma_x = h \cdot \sigma_u
    • Variance and S.D. are independent of change of origin (AA), but dependent on change of scale (hh).
  • Combined Standard Deviation

    • For two datasets of sizes n1n_1 and n2n_2, with means xˉ1,xˉ2\bar{x}_1, \bar{x}_2 and standard deviations σ1,σ2\sigma_1, \sigma_2:
    • Combined Mean:       xˉc=n1xˉ1+n2xˉ2n1+n2\bar{x}_c = \frac{n_1 \bar{x}_1 + n_2 \bar{x}_2}{n_1 + n_2}
    • Deviations from Combined Mean:       d1=xˉ1xˉc,d2=xˉ2xˉcd_1 = \bar{x}_1 - \bar{x}_c, \quad d_2 = \bar{x}_2 - \bar{x}_c
    • Combined Standard Deviation:       σc=n1(σ12+d12)+n2(σ22+d22)n1+n2\sigma_c = \sqrt{\frac{n_1(\sigma_1^2 + d_1^2) + n_2(\sigma_2^2 + d_2^2)}{n_1 + n_2}}
  • Coefficient of Variation (C.V.)

    • A relative measure of dispersion expressed as a percentage, independent of units of measurement.
    • C.V.=σxˉ×100\text{C.V.} = \frac{\sigma}{\bar{x}} \times 100
    • Interpretation: A distribution with a smaller C.V. is more consistent, homogeneous, stable, or compact. A larger C.V. indicates greater variability or heterogeneity.

Skewness

  • Concept of Skewness

    • Skewness indicates the lack of symmetry in a frequency distribution and specifies the direction and extent of asymmetry.
  • Symmetric Distribution (Zero Skewness)

    • Frequencies are symmetrically distributed around the mean such that values equidistant from the mean have equal frequencies.
    • Mean=Median=Mode\text{Mean} = \text{Median} = \text{Mode}
    • (Q3Q2)=(Q2Q1)    2Q2=Q1+Q3(Q_3 - Q_2) = (Q_2 - Q_1) \implies 2Q_2 = Q_1 + Q_3
    • Skewness = 0.
  • Positively Skewed Distribution

    • Frequencies are concentrated at lower values of the variable; the right tail of the curve is longer.
    • Mean>Median>Mode\text{Mean} > \text{Median} > \text{Mode}
    • (Q3Q2)>(Q2Q1)(Q_3 - Q_2) > (Q_2 - Q_1)
  • Negatively Skewed Distribution

    • Frequencies are concentrated at higher values of the variable; the left tail of the curve is longer.
    • Mode>Median>Mean\text{Mode} > \text{Median} > \text{Mean}
    • (Q3Q2)<(Q2Q1)(Q_3 - Q_2) < (Q_2 - Q_1)
  • Karl Pearson's Coefficient of Skewness (SkpSk_p)

    • Based on the difference between mean and mode relative to standard deviation:     Skp=MeanModeσSk_p = \frac{\text{Mean} - \text{Mode}}{\sigma}
    • When mode is ill-defined or indeterminate, using the empirical relationship MeanMode=3(MeanMedian)\text{Mean} - \text{Mode} = 3(\text{Mean} - \text{Median}):     Skp=3(MeanMedian)σSk_p = \frac{3(\text{Mean} - \text{Median})}{\sigma}
    • Properties:
    • Unitless relative measure.
    • Skp=0Sk_p = 0 for symmetric, Skp>0Sk_p > 0 for positive skew, Skp<0Sk_p < 0 for negative skew.
    • Most values lie between 1-1 and 11; theoretical limits are 3-3 and 33
  • Bowley's Coefficient of Skewness (SkbSk_b)

    • Based on quartiles, useful for distributions with open-ended classes:     Skb=(Q3Q2)(Q2Q1)(Q3Q2)+(Q2Q1)=Q3+Q12Q2Q3Q1Sk_b = \frac{(Q_3 - Q_2) - (Q_2 - Q_1)}{(Q_3 - Q_2) + (Q_2 - Q_1)} = \frac{Q_3 + Q_1 - 2Q_2}{Q_3 - Q_1}
    • Properties:
    • Unitless relative measure.
    • Skb=0Sk_b = 0 for symmetric, Skb>0Sk_b > 0 for positive skew, Skb<0Sk_b < 0 for negative skew.
    • Limits: 1Skb1-1 \le Sk_b \le 1.

Bivariate Frequency Distribution and Chi-Square Statistic

  • Bivariate Frequency Distribution

    • Statistical data involving simultaneous measurement of two variables XX and YY on each unit of observation is called bivariate data.
    • A two-way table summarizing bivariate data into mm classes of XX and nn classes of YY is called a bivariate frequency table (containing m×nm \times n cells).
    • Cell frequency fijf_{ij} represents the frequency of observations falling simultaneously in the ithi^{\text{th}} class of XX and jthj^{\text{th}} class of YY
    • Total frequency N = \sum_{i=1}^m \sum_{j=1}^n f_{ij} = \sum f_x = \sum f_y$.\n\n* **Marginal Distributions**\n * Marginal frequency distribution of X:Individualfrequencydistributionof: Individual frequency distribution ofXobtainedbysummingfrequenciesacrossallrowsforeachcolumn(obtained by summing frequencies across all rows for each column (f_i = \sum_j f_{ij}).\n * Marginal frequency distribution of Y:Individualfrequencydistributionof: Individual frequency distribution ofYobtainedbysummingfrequenciesacrossallcolumnsforeachrow(obtained by summing frequencies across all columns for each row (f_{.j} = \sum_i f_{ij}).\n\n* **Conditional Distributions**\n * Frequency distribution of one variable for a fixed value or class of the other variable.\n * Conditional distribution of XgivengivenY = y_j:Usesrow: Uses rowy_jfrequencieswithrowtotalfrequencies with row totalf_{.j}.\n * Conditional distribution of YgivengivenX = x_i:Usescolumn: Uses columnx_ifrequencieswithcolumntotalfrequencies with column totalf_{i.}.\n\n* **Categorical Variables and Contingency Tables**\n * A categorical variable takes non-numerical qualitative attributes (e.g., Gender, Blood Group, Preferences).\n * A two-way frequency table representing two categorical variables is called a contingency table.\n\n* **Chi-Square Statistic (\chi^2)**\n * Used to test association or independence between two categorical variables.\n * Formula:\n    \chi^2 = \sum \frac{(O_{ij} - E_{ij})^2}{E_{ij}}\n * O_{ij}:Observedfrequencyincell: Observed frequency in cell(i, j)\n * E_{ij}:Expectedfrequencyincell: Expected frequency in cell(i, j)\n * Expected Frequency Formula:\n    E_{ij} = \frac{R_i \times C_j}{N}\n    where R_iistheis thei^{\text{th}}rowtotal,row total,C_jistheis thej^{\text{th}}columntotal,andcolumn total, andN is the grand total.\n * \chi^2 \ge 0 always.\n\n# Correlation\n\n* **Concept of Correlation**\n * Correlation measures the degree of linear association or relationship between two variables XandandY in a bivariate distribution.\n\n* **Covariance**\n * Joint variation between two variables XandandY:\n    \text{Cov}(X, Y) = \frac{1}{n} \sum_{i=1}^n (x_i - \bar{x})(y_i - \bar{y}) = \frac{1}{n} \sum_{i=1}^n x_i y_i - \bar{x}\bar{y}\n * Properties of Covariance:\n 1. \text{Cov}(X, Y) = \text{Cov}(Y, X)\n 2. \text{Cov}(X, c) = 0foranyconstantfor any constantc\n 3. \text{Cov}(X, X) = \text{Var}(X)\n 4. Change of origin and scale: If U = \frac{X - a}{h}andandV = \frac{Y - b}{k}, then:\n       \text{Cov}(X, Y) = h k \cdot \text{Cov}(U, V)\n\n* **Karl Pearson's Coefficient of Correlation (r_{xy})**\n * Definition:\n    r_{xy} = \frac{\text{Cov}(X, Y)}{\sigma_x \sigma_y}\n * Computational Direct Formula:\n    r_{xy} = \frac{n \sum x_i y_i - (\sum x_i)(\sum y_i)}{\sqrt{\left[n \sum x_i^2 - (\sum x_i)^2\right] \left[n \sum y_i^2 - (\sum y_i)^2\right]}}\n * Step-deviation / Change of variables formula:\n    r_{uv} = \frac{n \sum u_i v_i - (\sum u_i)(\sum v_i)}{\sqrt{\left[n \sum u_i^2 - (\sum u_i)^2\right] \left[n \sum v_i^2 - (\sum v_i)^2\right]}}\n    where u_i = \frac{x_i - a}{h}andandv_i = \frac{y_i - b}{k}.\n * r_{uv} = r_{xy}ififhandandk have the same algebraic sign.\n * r_{uv} = -r_{xy}ififhandandk have opposite algebraic signs.\n * Properties of Correlation Coefficient:\n 1. -1 \le r_{xy} \le 1\n 2. r_{xy} = r_{yx}\n 3. Independent of change of origin and scale (magnitude preserved).\n\n* **Scatter Diagram and Types of Correlation**\n * **Perfect Positive Correlation (r = +1)**: Points lie exactly on a single straight line rising from left to right.\n * **High Degree Positive Correlation (0.8 < r < 1)**: Points form a narrow band rising from left to right.\n * **Low Degree Positive Correlation (0 < r < 0.8)**: Points form a wide band rising from left to right.\n * **Perfect Negative Correlation (r = -1)**: Points lie exactly on a single straight line falling from left to right.\n * **High Degree Negative Correlation (-1 < r < -0.8)**: Points form a narrow band falling from left to right.\n * **Low Degree Negative Correlation (-0.8 < r < 0)**: Points form a wide band falling from left to right.\n * **Zero / No Correlation (r = 0)**: Points are scattered randomly without any discernible trend or form a symmetric non-linear pattern.\n\n# Permutations and Combinations\n\n* **Fundamental Principles of Counting**\n * **Addition Principle**: If one event can occur in mwaysandasecondeventwithnocommonoutcomescanoccurinways and a second event with no common outcomes can occur innways,theneitherofthetwoeventscanoccurinways, then either of the two events can occur inm + n ways.\n * **Multiplication Principle**: If one operation can be carried out in mways,andfollowingitasecondoperationcanbecarriedoutinways, and following it a second operation can be carried out innways,thenbothoperationstogethercanbecarriedoutinways, then both operations together can be carried out inm \times n ways.\n * **Invariance Principle**: The total number of choices or arrangements remains unchanged regardless of the order in which counting steps are performed.\n\n* **Factorial Function (n!)**\n * For a natural number n,,n!istheproductofallpositivenaturalnumbersfromis the product of all positive natural numbers from1toton:\n    n! = n \times (n-1) \times (n-2) \times \dots \times 2 \times 1\n * Special Values: 0! = 1,,1! = 1\n * Recurrence relation: n! = n \times (n-1)!\n\n* **Permutations (^nP_r)**\n * An ordered arrangement of robjectsselectedfromobjects selected fromn distinct objects.\n * **Distinct Objects, No Repetition**:\n    ^nP_r = \frac{n!}{(n-r)!} = n(n-1)(n-2)\dots(n-r+1), \quad r \le n\n * ^nP_n = n!\n * ^nP_0 = 1\n * ^nP_1 = n\n * \frac{^nP_r}{^nP_{r-1}} = n - r + 1\n * **Repetitions Allowed**:\n * Number of arrangements of ndistinctobjectstakendistinct objects takenratatimewithrepetition=at a time with repetition =n^r\n * **Conditional Permutations**:\n * mspecifiedobjectsalwaystogether:specified objects always together:m! \times (n - m + 1)!\n * mspecifiedobjectsnevertogether:Totalpermutationsminustogether=specified objects never together: Total permutations minus together =(n - m)(n - m + 1)!\n * Particular object always included: r \cdot ^{n-1}P_{r-1}\n * Particular object never included: ^{n-1}P_r\n * **Objects Not All Distinct**:\n * If among nobjects,objects,n_1areoftype1,are of type 1,n_2oftype2,...,of type 2, ...,n_koftypeof typek:\n      \text{Number of Permutations} = \frac{n!}{n_1! \, n_2! \dots n_k!}\n * **Circular Permutations**:\n * Arrangement of ndistinctobjectsaroundacircle=distinct objects around a circle =(n-1)!\n * If clockwise and anti-clockwise arrangements are indistinguishable (e.g., beads in a necklace): \frac{(n-1)!}{2}\n * If mobjectsarealikeoutofobjects are alike out ofn::\frac{(n-1)!}{m!}\n * Arrangement of robjectsfromobjects fromn around a circle:\n * Distinguishable clockwise/anti-clockwise: \frac{^nP_r}{r}\n * Indistinguishable clockwise/anti-clockwise: \frac{^nP_r}{2r}\n\n* **Combinations (^nC_r)**\n * An unordered selection of robjectsfromobjects fromn distinct objects.\n * Formula:\n    ^nC_r = \frac{n!}{r!(n-r)!} = \frac{^nP_r}{r!}\n * **Properties of Combinations**:\n 1. ^nC_r = ^nC_{n-r}\n 2. ^nC_0 = ^nC_n = 1\n 3. ^nC_1 = n\n 4. If ^nC_x = ^nC_y,theneither, then eitherx = yororx + y = n\n 5. Pascal's Identity: ^nC_r + ^nC_{r-1} = ^{n+1}C_r\n 6. Total number of subsets of a set of size n::\sum_{r=0}^n ^nC_r = ^nC_0 + ^nC_1 + \dots + ^nC_n = 2^n\n 7. Sum of even/odd combination terms: ^nC_0 + ^nC_2 + ^nC_4 + \dots = ^nC_1 + ^nC_3 + ^nC_5 + \dots = 2^{n-1}\n 8. ^nC_r = \frac{n}{r} \cdot ^{n-1}C_{r-1}\n\n# Probability\n\n* **Basic Concepts & Definitions**\n * **Random Experiment**: An experiment whose all possible outcomes are known in advance, but the exact outcome cannot be predicted beforehand.\n * **Sample Space (S):Thesetofallpossibleoutcomesofarandomexperiment.Numberofelementsis)**: The set of all possible outcomes of a random experiment. Number of elements isn(S).\n * **Event (A):Anysubsetofthesamplespace()**: Any subset of the sample space (A \subseteq S).\n * **Types of Events**:\n * Elementary/Simple Event: Contains a single sample point (n(A) = 1).\n * Sure Event: Event equal to the whole sample space (A = S \implies P(A) = 1).\n * Impossible Event: Event containing no sample points (A = \emptyset \implies P(A) = 0).\n * Complementary Event (A'ororA^c):Setofallsamplepointsin): Set of all sample points inSnotinnot inA..P(A') = 1 - P(A).\n * Union (A \cup B):Occurrenceofatleastoneoftheevents): Occurrence of at least one of the eventsAororB.\n * Intersection (A \cap B):Simultaneousoccurrenceofbothevents): Simultaneous occurrence of both eventsAandandB.\n * Exhaustive Events: Events AandandBsuchthatsuch thatA \cup B = S\n * Mutually Exclusive Events: Events AandandBsuchthatsuch thatA \cap B = \emptyset (cannot occur together).\n\n* **Classical Probability**\n * For equally likely outcomes:\n    P(A) = \frac{n(A)}{n(S)}\n * Axiomatic Rules:\n * 0 \le P(A) \le 1\n * P(\emptyset) = 0, \quad P(S) = 1\n * If A \subseteq B,then, thenP(A) \le P(B)\n * P(A \cap B') = P(A) - P(A \cap B)\n * De Morgan's Law in Probability: P(A' \cap B') = P((A \cup B)') = 1 - P(A \cup B)\n\n* **Addition Theorem of Probability**\n * For any two events AandandB:\n    P(A \cup B) = P(A) + P(B) - P(A \cap B)\n * If AandandBaremutuallyexclusive(are mutually exclusive (A \cap B = \emptyset):\n    P(A \cup B) = P(A) + P(B)\n\n* **Conditional Probability**\n * Probability of event Agiventhateventgiven that eventBhasalreadyoccurred(has already occurred (P(B) > 0):\n    P(A|B) = \frac{P(A \cap B)}{P(B)}\n * Probability of event Bgiventhateventgiven that eventAhasalreadyoccurred(has already occurred (P(A) > 0):\n    P(B|A) = \frac{P(A \cap B)}{P(A)}\n\n* **Multiplication Theorem**\n * P(A \cap B) = P(A) \cdot P(B|A) = P(B) \cdot P(A|B)\n\n* **Independent Events**\n * Two events AandandB are independent if occurrence of one does not affect the probability of occurrence of the other.\n * Condition: P(A|B) = P(A)ororP(B|A) = P(B)\n * Equivalent Condition: P(A \cap B) = P(A) \cdot P(B)\n * If AandandB are independent, then:\n * AandandB' are independent.\n * A'andandB are independent.\n * A'andandB' are independent.\n\n# Linear Inequations\n\n* **Linear Inequalities**\n * Statements involving algebraic expressions and relation symbols
    • Income Comparison:
    • If A's income is r%r\% more than B's, B's income is less than A's by r100+r×100%\frac{r}{100+r} \times 100\%
    • If A's income is r%r\% less than B's, B's income is more than A's by r100r×100%\frac{r}{100-r} \times 100\%
    • Price-Consumption Tradeoff:
    • If price increases by x%x\% with constant expenditure, consumption must be reduced by x100+x×100%\frac{x}{100+x} \times 100\%
    • If price decreases by x%x\% with constant expenditure, consumption can be increased by x100x×100%\frac{x}{100-x} \times 100\%
  • Profit and Loss

    • Cost Price (C.P.): Purchase price of the article.
    • Selling Price (S.P.): Price at which the article is sold.
    • Gain / Profit=S.P.C.P.(when S.P.>C.P.)\text{Gain / Profit} = \text{S.P.} - \text{C.P.} \quad (\text{when S.P.} > \text{C.P.})
    • Loss=C.P.S.P.(when C.P.>S.P.)\text{Loss} = \text{C.P.} - \text{S.P.} \quad (\text{when C.P.} > \text{S.P.})
    • Gain %=GainC.P.×100\text{Gain \%} = \frac{\text{Gain}}{\text{C.P.}} \times 100
    • Loss %=LossC.P.×100\text{Loss \%} = \frac{\text{Loss}}{\text{C.P.}} \times 100
    • S.P.=100+Gain %100×C.P.=100Loss %100×C.P.\text{S.P.} = \frac{100 + \text{Gain \%}}{100} \times \text{C.P.} = \frac{100 - \text{Loss \%}}{100} \times \text{C.P.}
    • C.P.=100100+Gain %×S.P.=100100Loss %×S.P.\text{C.P.} = \frac{100}{100 + \text{Gain \%}} \times \text{S.P.} = \frac{100}{100 - \text{Loss \%}} \times \text{S.P.}
    • Special Cases:
    • If two items are sold at the same price, one at a gain of x%x\% and the other at a loss of x%x\%, the transaction always results in an overall loss:       Overall Loss %=(x10)2\text{Overall Loss \%} = \left(\frac{x}{10}\right)^2
    • False Weight Profit:       Profit %=ErrorTrue ValueError×100\text{Profit \%} = \frac{\text{Error}}{\text{True Value} - \text{Error}} \times 100
  • Interest (Simple and Compound)

    • Simple Interest (S.I.):     I=Pnr100,A=P+I=P(1+nr100)I = \frac{P \cdot n \cdot r}{100}, \quad A = P + I = P\left(1 + \frac{n \cdot r}{100}\right)     where PP = Principal, nn = time in years, rr = rate per annum.
    • Compound Interest (C.I.):     A=P(1+r100)n,C.I.=APA = P\left(1 + \frac{r}{100}\right)^n, \quad \text{C.I.} = A - P
    • Compounded Half-Yearly: A=P(1+r/2100)2nA = P\left(1 + \frac{r/2}{100}\right)^{2n}
    • Compounded Quarterly: A=P(1+r/4100)4nA = P\left(1 + \frac{r/4}{100}\right)^{4n}
    • Fractional Time (n=k+abn = k + \frac{a}{b} years):       A=P(1+r100)k(1+abr100)A = P\left(1 + \frac{r}{100}\right)^k \left(1 + \frac{\frac{a}{b}r}{100}\right)
    • Different Annual Rates (R1,R2,R3R_1, R_2, R_3):       A=P(1+R1100)(1+R2100)(1+R3100)A = P\left(1 + \frac{R_1}{100}\right)\left(1 + \frac{R_2}{100}\right)\left(1 + \frac{R_3}{100}\right)
    • Difference between C.I. and S.I. for 2 years:       Difference=P(r100)2\text{Difference} = P\left(\frac{r}{100}\right)^2
  • Depreciation

    • Monetary value reduction of an asset over time due to wear, tear, and usage.
    • Present Value after nn years:     Vn=V(1r100)nV_n = V\left(1 - \frac{r}{100}\right)^n
    • Value nn years ago:     Vago=V(1r100)nV_{\text{ago}} = \frac{V}{\left(1 - \frac{r}{100}\right)^n}     where VV = initial value, rr = rate of depreciation per annum, nn = duration in years.
  • Partnership

    • Working Partner: Invests capital and manages business operations.
    • Sleeping Partner: Invests capital only.
    • Division of Profit/Loss:
    • Same investment duration: Distributed in ratio of capitals (X1:X2:X_1 : X_2 : \dots).
    • Same capital: Distributed in ratio of time periods (t1:t2:t_1 : t_2 : \dots).
    • Different capital and time: Distributed in ratio of products of capital and time (X1t1:X2t2:X_1 t_1 : X_2 t_2 : \dots).
  • Goods and Services Tax (GST)

    • Indirect comprehensive tax replacing multiple indirect taxes.
    • Components:
    • CGST (Central GST) - Levied by Central Govt.
    • SGST (State GST) - Levied by State Govt.
    • UTGST (Union Territory GST) - Levied by UT Govt.
    • IGST (Integrated GST) - Levied on inter-state trade by Central Govt.
    • Relationships:     CGST=SGST=12GST\text{CGST} = \text{SGST} = \frac{1}{2} \text{GST}
    • Identification Codes: HSN (Harmonized System of Nomenclature) for goods; SAC (Service Accounting Code) for services.
    • Input Tax Credit (ITC):     Net GST Payable=Output Tax (collected on sales)ITC (paid on purchases)\text{Net GST Payable} = \text{Output Tax (collected on sales)} - \text{ITC (paid on purchases)}
  • Shares and Dividends

    • Face Value (FV) / Nominal Value / Par Value: Printed value on share certificate.
    • Market Value (MV): Open market price at stock exchange.
    • Share Status:
    • At Premium / Above Par: MV>FV\text{MV} > \text{FV}
    • At Par: MV=FV\text{MV} = \text{FV}
    • At Discount / Below Par: MV<FV\text{MV} < \text{FV}
    • Dividend: Annual profit distributed to shareholders, calculated as a percentage of Face Value.     Annual Dividend per Share=Dividend %×FV\text{Annual Dividend per Share} = \text{Dividend \%} \times \text{FV}Total Annual Dividend=Number of Shares×Dividend per Share\text{Total Annual Dividend} = \text{Number of Shares} \times \text{Dividend per Share}
    • Rate of Return / Yield \%:     Rate of Return %=Annual IncomeTotal Investment×100=Dividend per ShareMarket Value per Share×100\text{Rate of Return \%} = \frac{\text{Annual Income}}{\text{Total Investment}} \times 100 = \frac{\text{Dividend per Share}}{\text{Market Value per Share}} \times 100
    • Brokerage:
    • When Buying Shares: Cost per Share=MV+Brokerage\text{Cost per Share} = \text{MV} + \text{Brokerage}
    • When Selling Shares: Selling Price per Share=MVBrokerage\text{Selling Price per Share} = \text{MV} - \text{Brokerage}