Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

BUSINESS STATISTICS EXAM – QUESTIONS AND ANSWERS | VERIFIED AND WELL DETAILED ANSWERS | PLUS RATIONALES | GUARANTEED PASS | LATEST EXAM UPDATE

Puntuación
-
Vendido
-
Páginas
43
Grado
A+
Subido en
27-07-2026
Escrito en
2025/2026

The purpose of this comprehensive business statistics exam is to evaluate professional competence and analytical proficiency in applying quantitative methods to business environments. The assessment rigorously tests essential skills including data collection, numerical summarization, probability modeling, hypothesis testing, regression analysis, and data-driven decision-making. Designed with a robust mix of multiple-choice questions and realistic business scenarios, the exam emphasizes the practical translation of statistical outputs into actionable corporate strategies. By challenging test takers to interpret complex datasets, manage statistical risks, and maintain analytical integrity, this evaluation ensures practitioners are fully equipped to solve high-stakes operational and strategic challenges.

Mostrar más Leer menos
Institución
BUSINESS STATISTICS
Grado
BUSINESS STATISTICS

Vista previa del contenido

BUSINESS STATISTICS EXAM – QUESTIONS AND ANSWERS | VERIFIED AND WELL DETAILED
ANSWERS | PLUS RATIONALES | GUARANTEED PASS | LATEST EXAM UPDATE

Core Domains • Descriptive Statistics and Data Summarization • Probability Theory and
Probability Distributions • Sampling Distributions and Estimation • Hypothesis Testing and
Statistical Inference • Analysis of Variance and Chi-Square Tests • Simple and Multiple Linear
Regression • Business Forecasting and Time Series Analysis • Nonparametric Statistics and
Quality Control * * Introduction The purpose of this comprehensive business statistics exam
is to evaluate professional competence and analytical proficiency in applying quantitative
methods to business environments. The assessment rigorously tests essential skills including
data collection, numerical summarization, probability modeling, hypothesis testing,
regression analysis, and data-driven decision-making. Designed with a robust mix of
multiple-choice questions and realistic business scenarios, the exam emphasizes the practical
translation of statistical outputs into actionable corporate strategies. By challenging test-
takers to interpret complex datasets, manage statistical risks, and maintain analytical
integrity, this evaluation ensures practitioners are fully equipped to solve high-stakes
operational and strategic challenges.

SECTION ONE: QUESTIONS 1–100

1. A company tracks the weekly sales figures of a new product across 50 retail locations.
Which statistical measure is most appropriate to determine the spread or dispersion
of these sales figures when extreme outliers are present in the dataset?

A. Mean absolute deviation B. Variance C. Interquartile range D. Standard deviation

Explanation: The interquartile range measures the spread of the middle 50 percent of
data and is resistant to extreme outliers, making it superior to variance or standard deviation
when skewness or outliers are present.

2. A quality control manager at a manufacturing plant wants to test whether the
average weight of packaged cereal boxes differs from the target weight of 500 grams.
If the population standard deviation is known, which hypothesis test is most
appropriate?

A. One-sample Z-test B. Paired t-test C. Independent samples t-test D. Chi-square
goodness-of-fit test

Explanation: When testing a single population mean and the population standard
deviation is known, the one-sample Z-test is the correct statistical method to apply.

3. In a multiple regression model predicting corporate revenue, a researcher observes a
high degree of correlation among the independent predictor variables. What
statistical issue does this condition represent?

A. Heteroscedasticity B. Autocorrelation C. Multicollinearity D. Omitted variable bias

, Explanation: Multicollinearity occurs when independent variables in a regression model
are highly correlated with each other, which can destabilize coefficient estimates and inflate
standard errors.

4. An investor evaluates two different stock portfolios. Portfolio A has an expected
return of 12 percent with a standard deviation of 4 percent. Portfolio B has an
expected return of 15 percent with a standard deviation of 6 percent. Which
measure should the investor use to compare relative risk per unit of return?

A. Covariance B. Coefficient of variation C. Correlation coefficient D. Z-score

Explanation: The coefficient of variation divides the standard deviation by the mean,
providing a standardized measure of relative risk per unit of expected return.

5. A human resources director collects data on employee tenure and annual
performance ratings. To test if an association exists between these two ordinal
variables without assuming a normal distribution, which test should be used?

A. Pearson correlation coefficient B. Spearman rank-order correlation C. Simple linear
regression D. Two-sample t-test

Explanation: The Spearman rank-order correlation is a nonparametric measure used to
evaluate the strength and direction of association between two ranked or ordinal variables.

6. A retail chain wants to estimate the proportion of customers who prefer online
shopping over in-store shopping with a 95 percent confidence level and a 3 percent
margin of error. No prior estimate is available. What sample size is required?

A. 500 B. 750 C. 850 D. 1068

Explanation: Using the formula for sample size estimation for a proportion with p = 0.5
for maximum variability at a 95 percent confidence level (Z = 1.96) and E = 0.03, the
calculation yields (1.96 squared times 0.25) divided by (0.03 squared), which equals 1067.11,
rounding up to 1068.

7. During an audit of financial transactions, an internal auditor applies Benford's Law to
detect potential anomalies or fraud. Which statistical distribution best describes the
expected frequency of the leading digits in naturally occurring financial data?

A. Normal distribution B. Poisson distribution C. Binomial distribution D. Logarithmic
distribution

Explanation: Benford's Law states that the leading digits in many types of naturally
occurring numerical data follow a logarithmic distribution rather than a uniform distribution.

, 8. A project manager uses PERT estimation for a software development lifecycle. The
optimistic time is 4 weeks, the most likely time is 7 weeks, and the pessimistic time is
16 weeks. What is the expected completion time?

A. 7.5 weeks B. 8.0 weeks C. 8.5 weeks D. 9.0 weeks

Explanation: The PERT expected time formula is (Optimistic + 4 times Most Likely +
Pessimistic) divided by 6. Here, (4 + 28 + 16) / 6 = = 8.0 weeks.

9. A financial analyst examines the error terms in a time series regression model and
notices that the error term in the current period is correlated with the error term in
the previous period. What is this phenomenon called?

A. Autocorrelation B. Heteroscedasticity C. Multicollinearity D. Endogeneity

Explanation: Autocorrelation, or serial correlation, occurs when the residuals of a
regression model are correlated across consecutive time periods.

10. A marketing team runs an A/B test on two website landing page designs. Out of
1,000 visitors to Design A, 85 make a purchase. Out of 1,200 visitors to Design B, 120
make a purchase. What is the value of the pooled proportion used to test the
difference between the two conversion rates?

A. 0.085 B. 0.100 C. 0.093 D. 0.095

Explanation: The pooled proportion is calculated as the total number of successes
divided by the total sample size: (85 + 120) / (1000 + 1200) = = 0.09318, or
approximately 0.093.

11. An operations manager tracks the number of customer complaints received per day
at a call center, which follows a Poisson process. The average rate is 4 complaints per
day. What is the probability of receiving exactly 2 complaints on a given day?

A. 0.0733 B. 0.1465 C. 0.1954 D. 0.2930

Explanation: The Poisson probability formula is P(X = x) = (e to the negative lambda
times lambda to the x) / x factorial. For lambda = 4 and x = 2, this yields (e to the negative 4
times 16) / 2 = 0.0183156 times = 0.1465.

12. In regression analysis, what does the coefficient of determination, R-squared,
measure?

A. The slope of the regression line relative to the origin B. The total unexplained variation in
the dependent variable C. The proportion of total variation in the dependent variable
explained by the independent variable D. The exact correlation between two independent
predictor variables

, Explanation: R-squared represents the proportion of variance in the dependent variable
that is predictable from or explained by the independent variable(s).

13. A bank evaluates loan default rates across four different geographic regions. To test
whether the mean default rates differ significantly across these four regions, which
statistical test is most appropriate?

A. Two-sample t-test B. One-way ANOVA C. Chi-square test of independence D. Simple
linear regression

Explanation: One-way Analysis of Variance (ANOVA) is used to determine whether there
are any statistically significant differences between the means of three or independent
(unrelated) groups.

14. An insurance company analyzes vehicle accident claims. The distribution of claim
amounts is heavily right-skewed. Which measure of central tendency provides the
most accurate representation of the typical claim amount for a standard
policyholder?

A. Mean B. Median C. Mode D. Midrange

Explanation: For skewed distributions with extreme high values, the median is less
sensitive to extreme outliers than the mean and provides a more accurate picture of the
typical value.

15. A market researcher wants to determine if customer satisfaction levels differ
between two independent demographic groups. The data collected consists of Likert-
scale ratings treated as ordinal data. Which non-parametric test should be used?

A. Paired t-test B. ANOVA C. Mann-Whitney U test D. Chi-square test

Explanation: The Mann-Whitney U test is a non-parametric test used to test whether
two independent samples were selected from populations having the same distribution,
ideal for ordinal survey data.

16. A company’s monthly utility expense is modeled as Y = 1,200 + 4.5X, where Y is total
cost in dollars and X is machine operating hours. What is the economic interpretation
of the intercept term, 1,200?

A. The variable cost per operating hour B. The fixed monthly utility cost when operating
hours are zero C. The maximum monthly utility cost incurred by the firm D. The total cost
when machine operating hours equal 1

Explanation: The intercept represents the expected value of the dependent variable
when all independent variables equal zero, which corresponds to the fixed base cost.

Escuela, estudio y materia

Institución
BUSINESS STATISTICS
Grado
BUSINESS STATISTICS

Información del documento

Subido en
27 de julio de 2026
Número de páginas
43
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

$10.98
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor
Seller avatar
josefpatrik

Conoce al vendedor

Seller avatar
josefpatrik Walden University
Ver perfil
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
-
Miembro desde
10 meses
Número de seguidores
0
Documentos
426
Última venta
-
ELITE SCHOLAR

This store offers concise,exam focused study notes and questions designed to help students revise efficiently and achieve better grades.Each document is well structured,simplified and tailored to save time while covering all important concepts.

0.0

0 reseñas

5
0
4
0
3
0
2
0
1
0

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes