Reading Time: 10 minutes
WGU C207 Task 1 OA Study Guide and Prep: Data-Driven Decision Making
WGU C207 Task 1 is an Objective Assessment (OA); a proctored exam testing your knowledge of quantitative decision-making tools, including probability theory, expected monetary value, decision trees, statistical analysis, and data interpretation. This guide covers every major topic area tested on the C207 OA with explanations, formulas, and worked examples so you can walk into the exam with confidence.
C207 is one of the few WGU MBA courses with both an OA and a Performance Assessment. The OA (Task 1) tests conceptual and computational understanding; the PA (Task 2) applies those concepts in a decision tree analysis. Passing Task 1 first is required before Task 2 unlocks in most program configurations. See the WGU C207 Task 2 guide for the PA.
What Is WGU C207 Task 1?
WGU C207 Task 1 is a proctored Objective Assessment covering the quantitative foundations of data-driven decision making, evaluated through multiple-choice and short-answer questions administered through WGU’s testing platform.
The OA draws from the C207 course competencies, which span four broad domains: descriptive statistics, probability and expected value, decision analysis tools, and data interpretation for business decisions. Students who struggle with the OA typically underinvest in the quantitative computation skills — particularly expected monetary value calculations and probability rules — and overinvest in memorizing definitions.
Most students pass the C207 OA in one to three attempts. The exam is timed (typically 60–90 minutes), closed book, and proctored through WGU’s online proctoring system.
C207 OA Topic Area 1: Descriptive Statistics
Descriptive statistics summarize and describe the characteristics of a dataset — they are the foundation for interpreting business data before making decisions.
Measures of Central Tendency
Mean (Average): Sum of all values divided by the number of values.
- Formula: Mean = (x₁ + x₂ + … + xₙ) / n
- Use when: Data is roughly symmetric without extreme outliers.
Median: The middle value when data is ordered from lowest to highest.
- Use when: Data is skewed or contains outliers (e.g., income distributions, real estate prices).
Mode: The most frequently occurring value in a dataset.
- Use when: Working with categorical data or identifying the most common outcome.
OA tip: Know when each measure is most appropriate, not just how to calculate them. Questions often present a scenario and ask which measure best represents the data.
Measures of Variability
Range: Maximum value minus minimum value. Simple but sensitive to outliers.
Variance: The average of squared deviations from the mean.
- Formula: s² = Σ(xᵢ – x̄)² / (n – 1) for sample variance
Standard Deviation: The square root of variance — expressed in the same units as the data.
- A small standard deviation means data points cluster closely around the mean.
- A large standard deviation means data is widely spread.
Coefficient of Variation (CV): Standard deviation divided by the mean, expressed as a percentage. Used to compare variability across datasets with different scales.
C207 OA Topic Area 2: Probability Fundamentals
Probability measures the likelihood of an outcome occurring, expressed as a value between 0 (impossible) and 1 (certain).
Basic Probability Rules
Addition Rule (OR):
- For mutually exclusive events: P(A or B) = P(A) + P(B)
- For non-mutually exclusive events: P(A or B) = P(A) + P(B) – P(A and B)
Multiplication Rule (AND):
- For independent events: P(A and B) = P(A) × P(B)
- For dependent events: P(A and B) = P(A) × P(B|A)
Complement Rule:
- P(not A) = 1 – P(A)
Conditional Probability:
- P(B|A) = P(A and B) / P(A)
- Read as: “the probability of B given that A has already occurred”
Worked Example
A pharmaceutical sales team has a 40% chance of closing any individual hospital account. If they approach three hospitals independently:
- P(closing all three) = 0.40 × 0.40 × 0.40 = 0.064 (6.4%)
- P(closing at least one) = 1 – P(closing none) = 1 – (0.60 × 0.60 × 0.60) = 1 – 0.216 = 0.784 (78.4%)
C207 OA Topic Area 3: Expected Monetary Value (EMV)
Expected Monetary Value (EMV) is the average outcome of a decision weighted by the probability of each possible result — it is the core computation in decision tree analysis and the most heavily tested quantitative concept on the C207 OA.
EMV Formula
EMV = Σ (Probability × Payoff)
For each decision alternative, multiply the probability of each outcome by its dollar payoff, then sum all products. The alternative with the highest EMV is the recommended choice under conditions of uncertainty.
Worked Example
A company is deciding whether to launch Product A or Product B:
Product A:
- 60% chance of success → $500,000 profit
- 40% chance of failure → -$100,000 loss
- EMV = (0.60 × $500,000) + (0.40 × -$100,000) = $300,000 – $40,000 = $260,000
Product B:
- 45% chance of success → $800,000 profit
- 55% chance of failure → -$150,000 loss
- EMV = (0.45 × $800,000) + (0.55 × -$150,000) = $360,000 – $82,500 = $277,500
Product B has the higher EMV ($277,500 vs $260,000) and is the recommended choice under pure EMV analysis. However, note that Product B also has higher downside risk — a risk-averse decision maker might prefer Product A despite the lower EMV.
Expected Value of Perfect Information (EVPI)
EVPI measures how much a decision maker should be willing to pay for perfect information about which outcome will occur.
EVPI = EMV with perfect information – EMV of best alternative without information
If perfect information would allow you to always choose the winning option, calculate the expected value under those conditions, then subtract the best EMV you can achieve without that information. The difference is the maximum you should pay for a market research study, consultant report, or any information source.
C207 OA Topic Area 4: Decision Trees
A decision tree is a visual framework for structuring multi-stage decisions under uncertainty, mapping choices and chance outcomes in a left-to-right tree structure.
Decision Tree Anatomy
- Decision node (square): A point where the decision maker chooses between alternatives.
- Chance node (circle): A point where outcomes occur based on probability — not controllable by the decision maker.
- Branch: A line representing a choice or outcome.
- Terminal node (triangle or endpoint): The final payoff value at the end of a branch.
Solving a Decision Tree: Rollback Method
Solve decision trees from right to left (rollback or backward induction):
- At each chance node: calculate EMV = Σ (Probability × Payoff for each branch)
- At each decision node: choose the branch with the highest EMV
- Work back until you reach the root decision — that EMV represents the value of the optimal strategy
Two-Stage Decision Tree Example
Stage 1 Decision: Conduct market research ($50,000 cost) or go directly to launch
If research conducted (positive result, 70% probability):
- Launch: 80% success → $600,000; 20% failure → -$80,000
- EMV(launch after positive) = (0.80 × $600,000) + (0.20 × -$80,000) = $480,000 – $16,000 = $464,000
- Net after research cost: $464,000 – $50,000 = $414,000
If research conducted (negative result, 30% probability):
- Do not launch: $0 net payoff
- Net after research cost: $0 – $50,000 = -$50,000
EMV of conducting research: = (0.70 × $414,000) + (0.30 × -$50,000) = $289,800 – $15,000 = $274,800
If no research (go direct to launch):
- 55% success → $600,000; 45% failure → -$80,000
- EMV = (0.55 × $600,000) + (0.45 × -$80,000) = $330,000 – $36,000 = $294,000
Decision: Skip the research — direct launch has higher EMV ($294,000 vs $274,800). The research cost exceeds its information value in this scenario.
C207 OA Topic Area 5: Data Interpretation for Business Decisions
The C207 OA tests your ability to read and interpret data displays — charts, tables, regression outputs, and correlation matrices — and draw valid business conclusions from them.
Correlation and Regression Basics
Correlation coefficient (r): Measures the strength and direction of the linear relationship between two variables.
- r = +1.0: Perfect positive correlation
- r = 0: No linear relationship
- r = -1.0: Perfect negative correlation
- r between ±0.7 and ±1.0: Strong correlation
- r between ±0.3 and ±0.7: Moderate correlation
- r below ±0.3: Weak correlation
Key OA concept: Correlation does not imply causation. Two variables can be strongly correlated without one causing the other.
Simple linear regression: y = a + bx
- y = dependent variable (what you are predicting)
- x = independent variable (the predictor)
- b = slope (how much y changes for each one-unit increase in x)
- a = y-intercept (value of y when x = 0)
R² (coefficient of determination): The proportion of variance in y explained by x. An R² of 0.72 means 72% of the variation in the dependent variable is explained by the model.
Interpreting Charts for Business Decisions
Common chart types on the C207 OA and what to look for:
- Bar chart: Compare discrete categories. Look for the highest/lowest bar and percentage differences.
- Line chart: Track trends over time. Look for slope direction, inflection points, and rate of change.
- Scatter plot: Assess correlation between two variables. Look for clustering pattern, outliers, and direction.
- Histogram: Assess distribution shape. Look for symmetry, skew, and spread.
- Pie chart: Show proportions of a whole. Look for the largest and smallest segments and rough percentages.
C207 OA Topic Area 6: Decision-Making Frameworks Under Uncertainty
When probabilities are unknown, decision makers use alternative criteria to choose between options.
Maximin (Pessimist / Conservative)
Identify the worst possible outcome for each alternative. Choose the alternative whose worst outcome is the best of the worst outcomes. Used by risk-averse decision makers.
Maximax (Optimist / Aggressive)
Identify the best possible outcome for each alternative. Choose the alternative with the highest possible payoff. Used by risk-seeking decision makers.
Minimax Regret
For each alternative and each state of nature, calculate the regret (opportunity cost) of not having chosen the best option for that state. Choose the alternative that minimizes the maximum regret across all states.
Laplace (Equal Probability / Rationalist)
When no probability information is available, assume all states of nature are equally likely. Calculate the average payoff for each alternative and choose the highest.
OA tip: Know which criterion favors which type of decision maker. Questions often describe a manager’s risk tolerance and ask which criterion they would apply.
C207 OA Study Strategy
The most effective preparation for the C207 OA is practicing EMV calculations until they are automatic, then reviewing decision criteria, probability rules, and data interpretation.
Recommended study sequence:
- Days 1–2: Review descriptive statistics (mean, median, mode, standard deviation). Practice calculating each from a data set by hand.
- Days 3–4: Master EMV calculations. Practice three to five complete decision tree problems with two or more alternatives and two or more outcomes each.
- Day 5: Study probability rules (addition, multiplication, conditional). Practice applying each rule to business scenarios.
- Day 6: Review decision criteria under uncertainty (maximin, maximax, minimax regret, Laplace). Practice applying each to the same payoff table.
- Day 7: Data interpretation practice — read regression outputs, correlation tables, and chart-based questions.
- Day 8: Full practice run — work through all topic areas without notes.
Use WGU’s course materials, practice assessments, and the C207 course mentors as your primary resources. The course mentor office hours are underutilized and directly helpful for quantitative concept clarification.
Frequently Asked Questions About WGU C207 Task 1
How many questions are on the C207 OA?
WGU does not publicly disclose the exact number of questions on the C207 OA, as the assessment is adaptive. Most students report completing between 40 and 70 questions in a 90-minute window.
Can I use a calculator on the C207 OA?
Yes — WGU’s proctored OA platform provides an on-screen calculator. You cannot bring a physical calculator or use external software. Practice EMV calculations using only basic arithmetic operations so you are comfortable with the on-screen tool.
What happens if I fail the C207 OA?
WGU requires a waiting period between OA attempts. After a first failure, you are typically required to wait 14 days before retesting and to demonstrate additional preparation to your course mentor. Use the waiting period to focus specifically on the topic areas flagged in your assessment feedback.
Is C207 Task 1 or Task 2 harder?
Most students find Task 1 (OA) more challenging because it requires accurate quantitative computation under time pressure with no notes. Task 2 (PA) allows you to work at your own pace with access to your course materials. However, Task 2 requires understanding the same concepts deeply enough to apply them in a structured written analysis.
Do I need to pass C207 Task 1 before attempting Task 2?
In most WGU program configurations, yes — the OA must be passed before the PA unlocks. Confirm with your program mentor, as course sequencing can vary by enrollment term.
Author Bio
This guide was developed by the Gradevia academic content team — specialists in WGU MBA curriculum, quantitative decision analysis, and performance assessment standards for working adult learners.
Article Update Log
| Date | Update |
|---|---|
| June 22, 2026 | Initial publication — WGU C207 Task 1 OA study guide covering descriptive statistics, probability rules, EMV with worked examples, two-stage decision trees, data interpretation, and decision criteria under uncertainty. |
The post WGU C207 Task 1 Study Guide and OA Prep: Data-Driven Decision Making appeared first on Your Online Resourses Guide.