By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Decision making is the process of selecting the best course of action from multiple alternatives to achieve a goal. You use it daily—whether choosing a career path, allocating resources, or automating business workflows—to reduce uncertainty and maximize outcomes.
Poor decisions cost businesses $1.2 trillion annually (McKinsey). Effective decision making: - Cuts waste (time, money, effort).- Improves agility (faster responses to market changes).- Reduces risk (avoids costly mistakes).- Boosts team alignment (clear priorities = fewer conflicts).
Industries like finance, healthcare, and logistics rely on structured decision making to stay competitive.
Use the 5 Whys technique to dig deeper.
Gather Data
Example: For a pricing decision, gather competitor prices, customer willingness-to-pay, and cost structure.
Generate Alternatives
Use SCAMPER (Substitute, Combine, Adapt, Modify, Put to another use, Eliminate, Reverse) for creative ideas.
Evaluate Options
markdown | Option | Cost (30%) | ROI (50%) | Risk (20%) | Total Score | |--------------|------------|-----------|------------|-------------| | Launch Now | 8 | 9 | 5 | 8.1 | | Delay 6 Mo | 6 | 7 | 8 | 6.9 |
Qualitative: SWOT analysis (Strengths, Weaknesses, Opportunities, Threats).
Decide and Act
Scenario: Choosing a marketing channel (Social Media, SEO, Paid Ads).
Social Media, SEO, Paid Ads.
Define Criteria and Weights:
Cost (30%), ROI (40%), Ease of Implementation (20%), Scalability (10%).
Score Each Option (1–10): markdown | Channel | Cost (30%) | ROI (40%) | Ease (20%) | Scalability (10%) | Total | |--------------|------------|-----------|------------|-------------------|-------| | Social Media | 7 | 8 | 9 | 6 | 7.7 | | SEO | 5 | 9 | 4 | 8 | 6.9 | | Paid Ads | 3 | 7 | 8 | 7 | 5.8 |
markdown | Channel | Cost (30%) | ROI (40%) | Ease (20%) | Scalability (10%) | Total | |--------------|------------|-----------|------------|-------------------|-------| | Social Media | 7 | 8 | 9 | 6 | 7.7 | | SEO | 5 | 9 | 4 | 8 | 6.9 | | Paid Ads | 3 | 7 | 8 | 7 | 5.8 |
Calculate Weighted Scores:
Social Media: (7*0.3) + (8*0.4) + (9*0.2) + (6*0.1) = 7.7.
(7*0.3) + (8*0.4) + (9*0.2) + (6*0.1) = 7.7
Choose the Highest Score (Social Media in this case).
Expected Outcome: A data-backed decision with clear trade-offs.
Fix: Limit to 3–5 key criteria. Use the Pareto Principle (80% of impact comes from 20% of factors).
Ignoring Uncertainty
Fix: Use ranges (e.g., "ROI: 15–25%") or Monte Carlo simulations for risk analysis.
Decision Fatigue
Fix: Set a deadline (e.g., "Decide by Friday").
Groupthink
Fix: Assign a devil’s advocate or use anonymous voting.
Failing to Document
python if inventory < 100: reorder = True else: reorder = False
Tools: Shopify apps, Python (for custom algorithms).
Healthcare: Treatment Decisions
Tools: IBM Watson Health, clinical guidelines.
Logistics: Route Optimization
You’re choosing between two suppliers. Supplier A is cheaper but has a 20% defect rate. Supplier B is 15% more expensive with a 5% defect rate. Which decision-making tool is most appropriate?
A) SWOT analysis B) Weighted decision matrix C) Monte Carlo simulation D) 5 Whys
Correct Answer: B) Weighted decision matrix Explanation: A weighted matrix lets you balance cost and defect rate with assigned weights (e.g., cost = 60%, defect rate = 40%).Why the Distractors Are Tempting: - A) SWOT is for strategic analysis, not quantitative trade-offs.- C) Monte Carlo is overkill for a simple two-factor comparison.- D) 5 Whys helps define the problem, not evaluate options.
Your team is stuck debating a product feature. Some want to launch now; others want to delay for more testing. What’s the best next step?
A) Vote anonymously to break the tie.B) Run a pre-mortem to identify failure modes.C) Pick the option with the most senior advocate.D) Delay the decision until more data is available.
Correct Answer: B) Run a pre-mortem to identify failure modes.Explanation: A pre-mortem surfaces risks and aligns the team on potential pitfalls before committing.Why the Distractors Are Tempting: - A) Voting ignores the root cause of disagreement.- C) Seniority ≠ correctness.- D) Delaying may lead to analysis paralysis.
You’re automating inventory reordering. Which approach is most scalable?
A) Hardcoding thresholds (e.g., if stock < 50: reorder).B) Using a machine learning model to predict demand.C) Manually checking stock levels weekly.D) Letting suppliers auto-replenish based on past orders.
if stock < 50: reorder
Correct Answer: B) Using a machine learning model to predict demand.Explanation: ML adapts to trends (e.g., seasonal demand) and scales across products.Why the Distractors Are Tempting: - A) Works for simple cases but breaks with growth.- C) Not scalable or data-driven.- D) Relies on supplier accuracy, not your data.
Practice with case studies (e.g., Harvard Business Review’s decision-making scenarios).
Intermediate
Explore game theory for competitive decisions.
Advanced
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.