[
  {
    "Question": "What is the probability of rolling a sum of 7 with two six-sided dice?",
    "Answer": "B",
    "Explanation": "There are 6 combinations that result in a sum of 7 (1+6, 2+5, 3+4, 4+3, 5+2, 6+1) out of 36 possible combinations when rolling two dice. Therefore, the probability is 6/36 = 1/6.",
    "PictureURL": "",
    "OptionA": "1/12",
    "OptionB": "1/6",
    "OptionC": "1/4",
    "OptionD": "1/3",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Probability of Rolling Dice",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "probability/statistics/dice"
  },
  {
    "Question": "In a normal distribution, what percentage of data falls within one standard deviation of the mean?",
    "Answer": "A",
    "Explanation": "Approximately 68% of the data in a normal distribution falls within one standard deviation of the mean.",
    "PictureURL": "",
    "OptionA": "68%",
    "OptionB": "50%",
    "OptionC": "95%",
    "OptionD": "99%",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Normal Distribution",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "probability/statistics/normal_distribution"
  },
  {
    "Question": "What is conditional probability?",
    "Answer": "C",
    "Explanation": "Conditional probability is the probability of an event occurring given that another event has already occurred.",
    "PictureURL": "",
    "OptionA": "Probability of independent events",
    "OptionB": "Probability of mutually exclusive events",
    "OptionC": "Probability of an event given another event",
    "OptionD": "Probability of all events combined",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Understanding Conditional Probability",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "probability/statistics/conditional_probability"
  },
  {
    "Question": "Which of the following is an example of inferential statistics?",
    "Answer": "D",
    "Explanation": "Inferential statistics involves making predictions or inferences about a population based on a sample of data. Conducting a survey and making predictions based on its results is a classic example.",
    "PictureURL": "",
    "OptionA": "Calculating the average of a dataset",
    "OptionB": "Creating a histogram",
    "OptionC": "Finding the mode of a dataset",
    "OptionD": "Conducting a survey to predict election outcomes",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Inferential Statistics Example",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "probability/statistics/inferential_statistics"
  },
  {
    "Question": "If the probability of event A is 0.3 and the probability of event B is 0.5, what is the probability of both A and B occurring if they are independent?",
    "Answer": "B",
    "Explanation": "For independent events, the probability of both events occurring is the product of their probabilities: P(A and B) = P(A) * P(B) = 0.3 * 0.5 = 0.15.",
    "PictureURL": "",
    "OptionA": "0.3",
    "OptionB": "0.15",
    "OptionC": "0.5",
    "OptionD": "0.8",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Probability of Independent Events",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "probability/statistics/independent_events"
  },
  {
    "Question": "What is the mean of the following data set: 2, 4, 6, 8, 10?",
    "Answer": "A",
    "Explanation": "The mean is calculated by adding all the numbers together and dividing by the count of numbers. (2+4+6+8+10)/5 = 30/5 = 6.",
    "PictureURL": "",
    "OptionA": "6",
    "OptionB": "5",
    "OptionC": "7",
    "OptionD": "8",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Calculating the Mean",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "probability/statistics/mean"
  },
  {
    "Question": "What is the standard deviation of the data set: 1, 2, 3, 4, 5?",
    "Answer": "C",
    "Explanation": "The standard deviation is calculated as the square root of the variance. For this data set, the variance is 2, so the standard deviation is √2 ≈ 1.41.",
    "PictureURL": "",
    "OptionA": "1",
    "OptionB": "2",
    "OptionC": "1.41",
    "OptionD": "1.5",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Calculating Standard Deviation",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "probability/statistics/standard_deviation"
  },
  {
    "Question": "In a normal distribution, what is the shape of the graph?",
    "Answer": "D",
    "Explanation": "A normal distribution graph is bell-shaped, symmetric about the mean.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Standard_deviation_diagram.svg/1200px-Standard_deviation_diagram.svg.png",
    "OptionA": "Uniform",
    "OptionB": "Skewed left",
    "OptionC": "Skewed right",
    "OptionD": "Bell-shaped",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Shape of Normal Distribution",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "probability/statistics/normal_distribution_shape"
  },
  {
    "Question": "What is the probability of drawing an Ace from a standard deck of cards?",
    "Answer": "B",
    "Explanation": "There are 4 Aces in a standard deck of 52 cards. Therefore, the probability is 4/52 = 1/13.",
    "PictureURL": "",
    "OptionA": "1/52",
    "OptionB": "1/13",
    "OptionC": "1/26",
    "OptionD": "1/4",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Probability of Drawing an Ace",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "probability/statistics/drawing_ace"
  },
  {
    "Question": "What does a p-value represent in hypothesis testing?",
    "Answer": "C",
    "Explanation": "A p-value represents the probability of obtaining results at least as extreme as the observed results, assuming that the null hypothesis is true.",
    "PictureURL": "",
    "OptionA": "The probability of the null hypothesis being true",
    "OptionB": "The probability of the alternative hypothesis being true",
    "OptionC": "The probability of observing the data given the null hypothesis",
    "OptionD": "The significance level of the test",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Understanding p-value",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "probability/statistics/p_value"
  },
  {
    "Question": "What is the mode of the following data set: 1, 2, 2, 3, 4?",
    "Answer": "A",
    "Explanation": "The mode is the number that appears most frequently in a data set. In this case, the number 2 appears twice, which is more than any other number.",
    "PictureURL": "",
    "OptionA": "2",
    "OptionB": "1",
    "OptionC": "3",
    "OptionD": "4",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Finding the Mode",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "probability/statistics/mode"
  },
  {
    "Question": "What is the range of the following data set: 3, 7, 2, 9, 5?",
    "Answer": "B",
    "Explanation": "The range is calculated as the difference between the maximum and minimum values in the data set. Here, the range is 9 - 2 = 7.",
    "PictureURL": "",
    "OptionA": "5",
    "OptionB": "7",
    "OptionC": "6",
    "OptionD": "8",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Calculating the Range",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "probability/statistics/range"
  },
  {
    "Question": "What is the central limit theorem?",
    "Answer": "C",
    "Explanation": "The central limit theorem states that the distribution of the sample means approaches a normal distribution as the sample size increases, regardless of the shape of the population distribution.",
    "PictureURL": "",
    "OptionA": "The mean of the population",
    "OptionB": "The median of the population",
    "OptionC": "The distribution of sample means",
    "OptionD": "The mode of the population",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Understanding Central Limit Theorem",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "probability/statistics/central_limit_theorem"
  },
  {
    "Question": "What is the significance level (alpha) in hypothesis testing?",
    "Answer": "D",
    "Explanation": "The significance level (alpha) is the threshold for rejecting the null hypothesis. It represents the probability of making a Type I error.",
    "PictureURL": "",
    "OptionA": "The probability of a Type II error",
    "OptionB": "The probability of a Type I error",
    "OptionC": "The power of the test",
    "OptionD": "The threshold for rejecting the null hypothesis",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Understanding Significance Level",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "probability/statistics/significance_level"
  },
  {
    "Question": "What is the purpose of a confidence interval?",
    "Answer": "B",
    "Explanation": "A confidence interval provides a range of values that is likely to contain the population parameter with a certain level of confidence.",
    "PictureURL": "",
    "OptionA": "To find the exact population parameter",
    "OptionB": "To estimate the population parameter",
    "OptionC": "To determine the sample size",
    "OptionD": "To test a hypothesis",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability & Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Understanding Confidence Intervals",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "probability/statistics/confidence_interval"
  }
]