[
  {
    "Question": "What is the mean of the following set of numbers: 4, 8, 6, 5, 3?",
    "Answer": "B",
    "Explanation": "To find the mean, add all the numbers together (4 + 8 + 6 + 5 + 3 = 26) and then divide by the number of values (26 / 5 = 5.2).",
    "PictureURL": "",
    "OptionA": "4",
    "OptionB": "5.2",
    "OptionC": "6",
    "OptionD": "7",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Mean Calculation",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "statistics/mean"
  },
  {
    "Question": "What is the median of the following set of numbers: 7, 3, 9, 1, 5?",
    "Answer": "C",
    "Explanation": "To find the median, first arrange the numbers in ascending order (1, 3, 5, 7, 9). The median is the middle number, which is 5.",
    "PictureURL": "",
    "OptionA": "3",
    "OptionB": "7",
    "OptionC": "5",
    "OptionD": "9",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Median Calculation",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "statistics/median"
  },
  {
    "Question": "What is the mode of the following set of numbers: 2, 4, 4, 6, 8?",
    "Answer": "A",
    "Explanation": "The mode is the number that appears most frequently in a set. Here, 4 appears twice, while all other numbers appear once.",
    "PictureURL": "",
    "OptionA": "4",
    "OptionB": "2",
    "OptionC": "6",
    "OptionD": "8",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Mode Calculation",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "statistics/mode"
  },
  {
    "Question": "What is the range of the following set of numbers: 10, 15, 20, 25?",
    "Answer": "B",
    "Explanation": "The range is calculated by subtracting the smallest number from the largest number. Here, 25 - 10 = 15.",
    "PictureURL": "",
    "OptionA": "10",
    "OptionB": "15",
    "OptionC": "20",
    "OptionD": "25",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Range Calculation",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "statistics/range"
  },
  {
    "Question": "If the numbers are 1, 2, 2, 3, 4, what is the mode?",
    "Answer": "A",
    "Explanation": "The mode is the number that appears most frequently. In this case, 2 appears twice, making it the mode.",
    "PictureURL": "",
    "OptionA": "2",
    "OptionB": "1",
    "OptionC": "3",
    "OptionD": "4",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Mode Identification",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "statistics/mode"
  },
  {
    "Question": "What is the mean of the numbers 12, 15, 20, 25?",
    "Answer": "C",
    "Explanation": "To find the mean, add the numbers (12 + 15 + 20 + 25 = 72) and divide by the number of values (72 / 4 = 18).",
    "PictureURL": "",
    "OptionA": "15",
    "OptionB": "20",
    "OptionC": "18",
    "OptionD": "25",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Mean Calculation",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "statistics/mean"
  },
  {
    "Question": "What is the median of the numbers 3, 7, 8, 12, 14?",
    "Answer": "B",
    "Explanation": "Arranging the numbers in order gives us 3, 7, 8, 12, 14. The median is the middle number, which is 8.",
    "PictureURL": "",
    "OptionA": "7",
    "OptionB": "8",
    "OptionC": "12",
    "OptionD": "14",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Median Calculation",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "statistics/median"
  },
  {
    "Question": "What is the range of the numbers 5, 10, 15, 20?",
    "Answer": "A",
    "Explanation": "The range is the difference between the largest and smallest numbers. Here, 20 - 5 = 15.",
    "PictureURL": "",
    "OptionA": "15",
    "OptionB": "10",
    "OptionC": "5",
    "OptionD": "20",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Range Calculation",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "statistics/range"
  },
  {
    "Question": "In the set 1, 1, 2, 3, 4, what is the mode?",
    "Answer": "A",
    "Explanation": "The mode is the number that appears most frequently. Here, 1 appears twice, making it the mode.",
    "PictureURL": "",
    "OptionA": "1",
    "OptionB": "2",
    "OptionC": "3",
    "OptionD": "4",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Mode Identification",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "statistics/mode"
  },
  {
    "Question": "What is the mean of the numbers 5, 10, 15?",
    "Answer": "B",
    "Explanation": "To find the mean, add the numbers (5 + 10 + 15 = 30) and divide by the number of values (30 / 3 = 10).",
    "PictureURL": "",
    "OptionA": "5",
    "OptionB": "10",
    "OptionC": "15",
    "OptionD": "20",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Mean Calculation",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "statistics/mean"
  },
  {
    "Question": "What is the median of the numbers 2, 4, 6, 8, 10?",
    "Answer": "C",
    "Explanation": "Arranging the numbers gives us 2, 4, 6, 8, 10. The median is the middle number, which is 6.",
    "PictureURL": "",
    "OptionA": "4",
    "OptionB": "8",
    "OptionC": "6",
    "OptionD": "10",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Median Calculation",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "statistics/median"
  },
  {
    "Question": "What is the range of the numbers 1, 3, 7, 9?",
    "Answer": "B",
    "Explanation": "The range is the difference between the largest and smallest numbers. Here, 9 - 1 = 8.",
    "PictureURL": "",
    "OptionA": "7",
    "OptionB": "8",
    "OptionC": "9",
    "OptionD": "10",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Range Calculation",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "statistics/range"
  },
  {
    "Question": "If the numbers are 5, 5, 5, 6, 7, what is the mode?",
    "Answer": "A",
    "Explanation": "The mode is the number that appears most frequently. In this case, 5 appears three times, making it the mode.",
    "PictureURL": "",
    "OptionA": "5",
    "OptionB": "6",
    "OptionC": "7",
    "OptionD": "None",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Mode Identification",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "statistics/mode"
  },
  {
    "Question": "What is the mean of the numbers 1, 2, 3, 4, 5?",
    "Answer": "B",
    "Explanation": "To find the mean, add the numbers (1 + 2 + 3 + 4 + 5 = 15) and divide by the number of values (15 / 5 = 3).",
    "PictureURL": "",
    "OptionA": "2",
    "OptionB": "3",
    "OptionC": "4",
    "OptionD": "5",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Mean Calculation",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "statistics/mean"
  },
  {
    "Question": "What is the median of the numbers 1, 3, 4, 6, 8?",
    "Answer": "C",
    "Explanation": "Arranging the numbers gives us 1, 3, 4, 6, 8. The median is the middle number, which is 4.",
    "PictureURL": "",
    "OptionA": "3",
    "OptionB": "6",
    "OptionC": "4",
    "OptionD": "8",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Practice",
    "Title": "Median Calculation",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "statistics/median"
  }
]