By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
An experiment is a controlled test to validate a hypothesis, measure outcomes, and draw actionable insights. Businesses, engineers, and scientists use experiments to reduce risk, optimize decisions, and innovate faster—whether launching a new product, tweaking a marketing campaign, or improving a machine-learning model.
Experiments turn guesswork into data. Without them, you rely on intuition, which is often wrong. Companies like Google, Amazon, and Netflix run thousands of experiments daily to: - Increase revenue (e.g., A/B testing pricing pages).- Improve user experience (e.g., tweaking app layouts).- Reduce costs (e.g., optimizing supply chains).- Validate ideas before full-scale investment.
A testable prediction. Structure it as:
"If we [change X], then [Y will happen], because [reason]."
Example:"If we reduce the checkout steps from 3 to 2, then conversion rates will increase by 10%, because fewer steps reduce friction."
Determines if results are real or due to chance. Use: - p-value: < 0.05 typically means "statistically significant." - Confidence Interval (CI): Range where the true effect likely lies (e.g., "95% CI: 2–8%").
Randomly assign participants to groups to eliminate bias. Tools like random number generators or A/B testing platforms automate this.
Goal: Increase clicks on a "Sign Up" button.
Hypothesis: "If we change the button color from blue to green, then clicks will increase by 15%, because green is associated with ‘go’ in Western cultures."
Set up the experiment:
Treatment: Green button (new).
Run the test:
Track clicks using Google Analytics.
Analyze results: plaintext Control (Blue): 1,000 visitors → 50 clicks (5% CTR) Treatment (Green): 1,000 visitors → 65 clicks (6.5% CTR) p-value: 0.03 (significant)
plaintext Control (Blue): 1,000 visitors → 50 clicks (5% CTR) Treatment (Green): 1,000 visitors → 65 clicks (6.5% CTR) p-value: 0.03 (significant)
You run an A/B test on a website button (blue vs. green) and see: - Blue: 100 clicks / 1,000 visitors (10% CTR) - Green: 120 clicks / 1,000 visitors (12% CTR) - p-value: 0.07
What should you do?A) Roll out the green button immediately—it’s clearly better.B) Run the test longer to reach statistical significance.C) Conclude the green button is worse because the p-value is > 0.05.D) Test a third color (red) to see if it performs even better.
Correct Answer: B Explanation: A p-value of 0.07 is not statistically significant (typically, p < 0.05 is required). You should run the test longer to collect more data.Why the Distractors Are Tempting:- A: Assumes a 2% lift is meaningful without checking significance.- C: Misinterprets p-value as "no effect" (it just means "not enough evidence yet").- D: Introduces a new variable before validating the first test.
You’re testing a new email subject line to improve open rates. Which is the independent variable? A) Open rate B) Email subject line C) Time of day the email is sent D) Number of recipients
Correct Answer: B Explanation: The independent variable is what you change (the subject line). The dependent variable is what you measure (open rate).Why the Distractors Are Tempting:- A: This is the dependent variable (what you measure).- C: This is a control variable (should be kept constant).- D: This is a sample size factor, not a variable in the experiment.
You run an experiment where: - Control group: 5% conversion rate - Treatment group: 7% conversion rate - p-value: 0.04
What does this mean?A) There’s a 4% chance the results are due to randomness.B) The treatment is 2% better than the control.C) There’s a 96% chance the treatment is better.D) The experiment is flawed because the p-value is too low.
Correct Answer: A Explanation: A p-value of 0.04 means there’s a 4% chance the observed difference is due to randomness (not the treatment). It does not mean the treatment is 2% better (B) or that there’s a 96% chance it’s better (C).Why the Distractors Are Tempting:- B: Confuses absolute difference (2%) with statistical significance.- C: Misinterprets p-value as a probability of the treatment working.- D: A low p-value is good—it means results are likely real.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.