MBA Mathematics and Statistics Exam 2021
MBA Mathematics and Statistics Exam 2021
The coefficient of variation (CV) measures the ratio of the standard deviation to the mean, providing insight into relative variability. If one bulb type has a lower CV than the other, it indicates greater consistency in lifespan. Analyzing bulbs A and B, a lower CV in one might suggest that despite differing mean lifespans, it provides more reliable expected durability, guiding consumer preference or manufacturing emphasis .
Constructing a histogram involves organizing data into bins or intervals, counting the frequency of observations in each bin, and plotting these frequencies as bars. Histograms are useful for visualizing the distribution and spread of data, identifying skewness, and spotting outliers. For instance, data on student marks is divided into intervals (e.g., 0-10, 10-20), and frequencies for each interval are plotted to show distribution .
The mean is the average of a data set and is sensitive to outliers, making it useful for normally distributed data. The median, on the other hand, is the middle value when the data is ordered and is resistant to outliers, providing a better measure of central tendency for skewed distributions .
To formulate a Linear Programming Problem involving two products, one would establish the objective function to maximize profit, constrained by resources like department hours and product demand limits. For example, using the contributions of Rs. 50 and Rs. 60 for Product I and II respectively, and constraints such as department hours (e.g., 2.0 and 3.0 hours for Product I in Department 1) and maximum product demand (e.g., 400 units each), the LPP is structured to capture these relationships mathematically .
To determine if there is a significant difference in means between two groups, one would typically use a t-test, assuming the data follows a normal distribution. For example, comparing academic performance between two classes, you would calculate the t-statistic using group means, standard deviations, and sample sizes, then evaluate it against a critical value, considering the degrees of freedom to conclude significance .
Bayes' Theorem is applied in decision-making to update the probability estimate as new evidence is introduced. For instance, if a diagnostic test for a disease has certain accuracy, Bayes' theorem can refine the probability that a patient actually has the disease after receiving a positive test result, by factoring in the initial prevalence of the disease and test sensitivity/specificity .
To solve simultaneous equations using the inverse method, first express the system in matrix form AX = B. Calculate the inverse of matrix A, A^(-1), and multiply it by B to find X = A^(-1)B. For example, for the equations X - 5Y = 3 and 4X + 2Y = -2, construct matrix A as [1 -5; 4 2], find A^(-1), and compute X using this inverse matrix technique .
A negative correlation implies that as one variable increases, the other decreases. This could indicate a compensatory effect, such as decreases in price leading to increases in demand. Understanding negative correlations helps in strategic planning, allowing businesses to identify potential inverse relationships in operational metrics or market trends .
Sampling distribution allows us to understand the behavior of sample statistics under repeated sampling from a population, which is crucial for making inferences about the population parameters. It provides the foundation for hypothesis testing by letting statisticians assess the probability of observing a statistic under the null hypothesis .
Rank correlation measures the ordinal association between two rankings without assuming a linear relationship, making it valuable for non-parametric data. Unlike Pearson's correlation which assesses linear relationships with interval data, rank correlation is useful in scenarios where data cannot be assumed to follow a specific distribution, such as customer satisfaction rankings .