🇮🇳 CMA (Cost & Management Accountancy) · flashcards
CMA (Cost & Management Accountancy) Foundation: Fundamentals of Business Mathematics and Statistics Flashcards
50 question-and-answer cards covering Foundation: Fundamentals of Business Mathematics and Statistics as it is examined in CMA (Cost & Management Accountancy). 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Foundation: Fundamentals of Business Mathematics and Statistics deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
Define the derivative of a function $f(x)$ from first principles.
$f'(x)=\lim_{h\to 0}\dfrac{f(x+h)-f(x)}{h}$, the instantaneous rate of change of $f$ with respect to $x$ (the slope of the tangent).
State the power rule, constant rule and constant-multiple rule for differentiation.
$\dfrac{d}{dx}x^{n}=nx^{n-1}$; the derivative of a constant is $0$; $\dfrac{d}{dx}\!\left[c\,f(x)\right]=c\,f'(x)$.
State the product rule and quotient rule of differentiation.
Product: $\dfrac{d}{dx}(uv)=u'v+uv'$. Quotient: $\dfrac{d}{dx}\!\left(\dfrac{u}{v}\right)=\dfrac{u'v-uv'}{v^{2}}$.
State the power rule for integration of $x^{n}$.
$\displaystyle\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C$, for $n\neq -1$. When $n=-1$, $\displaystyle\int \frac{1}{x}\,dx=\ln|x|+C$.
What is the relationship between differentiation and integration (Fundamental Theorem of Calculus)?
Integration is the reverse of differentiation. If $\frac{d}{dx}F(x)=f(x)$, then $\int f(x)\,dx=F(x)+C$, and $\int_{a}^{b}f(x)\,dx=F(b)-F(a)$.
State the first-derivative and second-derivative test conditions for maxima and minima.
At a stationary point $f'(x)=0$. If $f''(x)<0$ the point is a local maximum; if $f''(x)>0$ it is a local minimum; if $f''(x)=0$ the test is inconclusive (point of inflection possible).
Outline the process for solving an applied maxima/minima problem.
1) Express the quantity to optimize as a function of one variable. 2) Differentiate and set $f'(x)=0$ to find critical points. 3) Use the second-derivative test to classify. 4) Evaluate the function to get the maximum/minimum value.
Distinguish between primary data and secondary data in statistics.
Primary data are collected first-hand by the investigator for a specific purpose (surveys, experiments). Secondary data are already collected by someone else and reused (published reports, government records).
Define classification, tabulation and frequency distribution in data presentation.
Classification arranges data into groups/classes by common characteristics. Tabulation presents data systematically in rows and columns. A frequency distribution shows the number of observations (frequency) falling in each class.
Name the three principal measures of central tendency.
The arithmetic mean (average), the median (middle value), and the mode (most frequent value). They are typical/representative values around which data cluster.
State the formula for the arithmetic mean of ungrouped and grouped data.
Ungrouped: $\bar{x}=\dfrac{\sum x}{n}$. Grouped: $\bar{x}=\dfrac{\sum f x}{\sum f}$, where $f$ is the frequency and $x$ the class midpoint.
How is the median of grouped data computed?
$\text{Median}=L+\dfrac{\frac{N}{2}-C}{f}\times h$, where $L$ = lower boundary of median class, $N=\sum f$, $C$ = cumulative frequency before median class, $f$ = frequency of median class, $h$ = class width.
How is the mode of grouped data computed, and state the empirical relation among mean, median and mode.
$\text{Mode}=L+\dfrac{f_{1}-f_{0}}{2f_{1}-f_{0}-f_{2}}\times h$. Empirical relation: $\text{Mode}=3\,\text{Median}-2\,\text{Mean}$.
State the formula for the Geometric Mean and Harmonic Mean of $n$ values.
Geometric mean $GM=\left(x_{1}x_{2}\cdots x_{n}\right)^{1/n}=\sqrt[n]{\prod x_{i}}$. Harmonic mean $HM=\dfrac{n}{\sum \frac{1}{x_{i}}}$.
What are measures of dispersion and why are they used?
Measures of dispersion quantify the spread or variability of data about a central value. They include range, quartile deviation, mean deviation, standard deviation and variance, indicating consistency/reliability of the average.
Define range and coefficient of range.
Range $=L-S$ (largest value minus smallest value). Coefficient of range $=\dfrac{L-S}{L+S}$. It is the simplest measure of dispersion.
Define quartile deviation (semi-interquartile range) and its coefficient.
Quartile deviation $QD=\dfrac{Q_{3}-Q_{1}}{2}$, where $Q_{1}$ and $Q_{3}$ are the first and third quartiles. Coefficient of QD $=\dfrac{Q_{3}-Q_{1}}{Q_{3}+Q_{1}}$.
State the formula for standard deviation of ungrouped data.
$\sigma=\sqrt{\dfrac{\sum (x-\bar{x})^{2}}{n}}$, or equivalently $\sigma=\sqrt{\dfrac{\sum x^{2}}{n}-\left(\dfrac{\sum x}{n}\right)^{2}}$. Variance is $\sigma^{2}$.
Define the coefficient of variation and state its use.
$CV=\dfrac{\sigma}{\bar{x}}\times 100\%$. It is a relative (unit-free) measure of dispersion used to compare variability of two or more data sets; lower $CV$ means greater consistency.
State the classical (mathematical) definition of probability.
$P(E)=\dfrac{\text{number of favourable outcomes}}{\text{total number of equally likely outcomes}}=\dfrac{m}{n}$, where $0\leq P(E)\leq 1$. $P(E)=0$ means impossible, $P(E)=1$ means certain.
State the addition theorem of probability for two events.
$P(A\cup B)=P(A)+P(B)-P(A\cap B)$. For mutually exclusive events ($A\cap B=\varnothing$): $P(A\cup B)=P(A)+P(B)$.
State the multiplication theorem of probability and the condition for independence.
$P(A\cap B)=P(A)\cdot P(B\mid A)=P(B)\cdot P(A\mid B)$. For independent events, $P(A\cap B)=P(A)\cdot P(B)$.
Define conditional probability of $A$ given $B$.
$P(A\mid B)=\dfrac{P(A\cap B)}{P(B)}$, for $P(B)>0$. It is the probability of $A$ occurring given that $B$ has already occurred.
State Bayes' theorem for events.
$P(A_{i}\mid B)=\dfrac{P(A_{i})\,P(B\mid A_{i})}{\sum_{j}P(A_{j})\,P(B\mid A_{j})}$, where the $A_{j}$ form a partition of the sample space. It updates prior probabilities $P(A_{i})$ to posterior probabilities given evidence $B$.
What this deck covers
The Foundation: Fundamentals of Business Mathematics and Statistics deck follows the CMA (Cost & Management Accountancy) Foundation: Fundamentals of Business Mathematics and Statistics syllabus — 4 chapters and 13 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 12.5 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 162 characters, which is long enough to carry the reasoning and short enough to say out loud.
A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.
Foundation: Fundamentals of Business Mathematics and Statistics flashcards FAQ
How many Foundation: Fundamentals of Business Mathematics and Statistics flashcards are in this CMA (Cost & Management Accountancy) deck?
50 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these CMA (Cost & Management Accountancy) flashcards free?
Yes. The preview here is free to read with no signup, and the full 50-card deck is free inside the Examius app.
What do the Foundation: Fundamentals of Business Mathematics and Statistics cards cover?
They follow the CMA (Cost & Management Accountancy) Foundation: Fundamentals of Business Mathematics and Statistics syllabus — 4 chapters and 13 topics — so the questions track what is actually examinable.
How should I use these flashcards?
Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.