[
  {
    "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). The total number of outcomes when rolling two dice is 36. Thus, the probability is 6/36 = 1/6.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Dice_1-6.png/800px-Dice_1-6.png",
    "OptionA": "1/12",
    "OptionB": "1/6",
    "OptionC": "1/4",
    "OptionD": "1/3",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Probability of Rolling Dice",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "/probability/rolling-dice"
  },
  {
    "Question": "If you flip a coin and roll a die, what is the probability of getting heads and a 4?",
    "Answer": "A",
    "Explanation": "The probability of flipping heads is 1/2 and rolling a 4 is 1/6. Since these events are independent, multiply the probabilities: (1/2) * (1/6) = 1/12.",
    "PictureURL": "",
    "OptionA": "1/12",
    "OptionB": "1/6",
    "OptionC": "1/3",
    "OptionD": "1/2",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Coin and Die Probability",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "/probability/coin-die"
  },
  {
    "Question": "What is the probability of drawing an Ace from a standard deck of cards?",
    "Answer": "C",
    "Explanation": "There are 4 Aces in a standard deck of 52 cards. The probability is therefore 4/52, which simplifies to 1/13.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Ace_of_Spades.svg/800px-Ace_of_Spades.svg.png",
    "OptionA": "1/52",
    "OptionB": "1/26",
    "OptionC": "1/13",
    "OptionD": "1/4",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Drawing an Ace",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "/probability/drawing-ace"
  },
  {
    "Question": "In a bag with 3 red, 2 blue, and 5 green marbles, what is the probability of drawing a blue marble?",
    "Answer": "B",
    "Explanation": "The total number of marbles is 3 + 2 + 5 = 10. The probability of drawing a blue marble is 2/10, which simplifies to 1/5.",
    "PictureURL": "",
    "OptionA": "1/10",
    "OptionB": "1/5",
    "OptionC": "1/2",
    "OptionD": "1/3",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Drawing a Blue Marble",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "/probability/drawing-marble"
  },
  {
    "Question": "What is the probability of rolling an even number on a six-sided die?",
    "Answer": "C",
    "Explanation": "The even numbers on a die are 2, 4, and 6, which gives us 3 favorable outcomes. The total outcomes are 6, so the probability is 3/6 = 1/2.",
    "PictureURL": "",
    "OptionA": "1/3",
    "OptionB": "1/4",
    "OptionC": "1/2",
    "OptionD": "1/6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Rolling an Even Number",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "/probability/rolling-even"
  },
  {
    "Question": "If you have a standard deck of cards, what is the probability of drawing a heart or a queen?",
    "Answer": "A",
    "Explanation": "There are 13 hearts and 4 queens in a deck, but one of the queens is a heart. So, the total favorable outcomes are 13 + 4 - 1 = 16. The probability is 16/52, which simplifies to 4/13.",
    "PictureURL": "",
    "OptionA": "4/13",
    "OptionB": "1/4",
    "OptionC": "1/3",
    "OptionD": "1/2",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Drawing a Heart or Queen",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "/probability/drawing-heart-queen"
  },
  {
    "Question": "What is the probability of getting at least one tail when flipping three coins?",
    "Answer": "B",
    "Explanation": "The only outcome without a tail is getting three heads (HHH), which has a probability of 1/8. Therefore, the probability of getting at least one tail is 1 - 1/8 = 7/8.",
    "PictureURL": "",
    "OptionA": "1/8",
    "OptionB": "7/8",
    "OptionC": "1/2",
    "OptionD": "3/4",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Flipping Coins",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "/probability/flipping-coins"
  },
  {
    "Question": "If you have 5 shirts and 3 pairs of pants, how many different outfits can you create?",
    "Answer": "C",
    "Explanation": "Using the counting principle, multiply the number of shirts by the number of pants: 5 * 3 = 15 different outfits.",
    "PictureURL": "",
    "OptionA": "8",
    "OptionB": "10",
    "OptionC": "15",
    "OptionD": "20",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Counting Outfits",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "/probability/counting-outfits"
  },
  {
    "Question": "What is the probability of drawing a red card or a face card from a standard deck of cards?",
    "Answer": "A",
    "Explanation": "There are 26 red cards and 12 face cards (3 face cards in each suit). However, 6 of those face cards are red. So, the total is 26 + 12 - 6 = 32. The probability is 32/52, which simplifies to 8/13.",
    "PictureURL": "",
    "OptionA": "8/13",
    "OptionB": "1/2",
    "OptionC": "3/4",
    "OptionD": "1/3",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Drawing Red or Face Card",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "/probability/red-face-card"
  },
  {
    "Question": "If you roll two dice, what is the probability that the sum is greater than 8?",
    "Answer": "B",
    "Explanation": "The combinations that result in sums greater than 8 are (3,6), (4,5), (5,4), (6,3), (4,6), (5,5), (6,4), (6,5), (6,6). There are 10 favorable outcomes out of 36 total outcomes, so the probability is 10/36, which simplifies to 5/18.",
    "PictureURL": "",
    "OptionA": "1/6",
    "OptionB": "5/18",
    "OptionC": "1/3",
    "OptionD": "1/2",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Rolling Dice Sum Greater than 8",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "/probability/sum-greater-than-8"
  },
  {
    "Question": "What is the probability of drawing a king or a spade from a standard deck of cards?",
    "Answer": "C",
    "Explanation": "There are 4 kings and 13 spades in a deck, but one of the kings is a spade. Thus, the total favorable outcomes are 4 + 13 - 1 = 16. The probability is 16/52, which simplifies to 4/13.",
    "PictureURL": "",
    "OptionA": "1/4",
    "OptionB": "1/3",
    "OptionC": "4/13",
    "OptionD": "1/2",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Drawing a King or Spade",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "/probability/king-spade"
  },
  {
    "Question": "If you flip two coins, what is the probability of getting two heads?",
    "Answer": "A",
    "Explanation": "The possible outcomes when flipping two coins are HH, HT, TH, TT. Only one of these outcomes is two heads (HH), so the probability is 1/4.",
    "PictureURL": "",
    "OptionA": "1/4",
    "OptionB": "1/2",
    "OptionC": "1/3",
    "OptionD": "1/6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Flipping Two Coins",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "/probability/two-coins"
  },
  {
    "Question": "What is the probability of drawing a number card (2-10) from a standard deck of cards?",
    "Answer": "B",
    "Explanation": "There are 36 number cards (9 in each of the 4 suits). The probability is 36/52, which simplifies to 9/13.",
    "PictureURL": "",
    "OptionA": "1/2",
    "OptionB": "9/13",
    "OptionC": "3/4",
    "OptionD": "1/3",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Drawing a Number Card",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "/probability/number-card"
  },
  {
    "Question": "If you have 4 different hats and 2 different scarves, how many different combinations can you wear?",
    "Answer": "C",
    "Explanation": "Using the counting principle, multiply the number of hats by the number of scarves: 4 * 2 = 8 different combinations.",
    "PictureURL": "",
    "OptionA": "6",
    "OptionB": "7",
    "OptionC": "8",
    "OptionD": "10",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Counting Hat and Scarf Combinations",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "/probability/hats-scarves"
  },
  {
    "Question": "What is the probability of drawing a face card or a diamond from a standard deck of cards?",
    "Answer": "A",
    "Explanation": "There are 12 face cards and 13 diamonds. However, 3 of the face cards are diamonds. Therefore, the total favorable outcomes are 12 + 13 - 3 = 22. The probability is 22/52, which simplifies to 11/26.",
    "PictureURL": "",
    "OptionA": "11/26",
    "OptionB": "1/2",
    "OptionC": "3/4",
    "OptionD": "1/3",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Probability Practice Test",
    "Content Type": "Mathematics",
    "Title": "Drawing Face Card or Diamond",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "/probability/face-card-diamond"
  }
]