[
  {
    "Question": "A farmer has 120 apples. He wants to pack them equally into 8 baskets. How many apples will each basket contain?",
    "Answer": "B",
    "Explanation": "Divide the total number of apples by the number of baskets: 120 ÷ 8 = 15 apples per basket.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/4/4f/Apples_in_basket.jpg",
    "OptionA": "10",
    "OptionB": "15",
    "OptionC": "20",
    "OptionD": "25",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "A car travels 60 miles in 1.5 hours. What is the average speed of the car in miles per hour?",
    "Answer": "C",
    "Explanation": "Average speed = total distance ÷ total time = 60 ÷ 1.5 = 40 miles per hour.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/3/3a/Car_on_highway.jpg",
    "OptionA": "30 mph",
    "OptionB": "35 mph",
    "OptionC": "40 mph",
    "OptionD": "45 mph",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "If a shirt costs $25 and is on sale for 20% off, what is the sale price?",
    "Answer": "A",
    "Explanation": "20% of $25 is 0.20 × 25 = $5. Subtract $5 from $25 to get $20.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/1/1e/T-shirt_on_hanger.jpg",
    "OptionA": "$20",
    "OptionB": "$22",
    "OptionC": "$23",
    "OptionD": "$25",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "A recipe requires 3 cups of flour to make 12 cookies. How many cups of flour are needed to make 30 cookies?",
    "Answer": "D",
    "Explanation": "Set up a proportion: 3 cups / 12 cookies = x cups / 30 cookies. Cross multiply: 12x = 90, so x = 7.5 cups.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/7/7b/Cookies_on_plate.jpg",
    "OptionA": "6 cups",
    "OptionB": "9 cups",
    "OptionC": "5 cups",
    "OptionD": "7.5 cups",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "John has $50 and wants to buy notebooks that cost $3 each. What is the maximum number of notebooks he can buy?",
    "Answer": "B",
    "Explanation": "Divide the total money by the cost per notebook: 50 ÷ 3 = 16.66. He can buy 16 notebooks (whole number).",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/8/8a/Notebooks.jpg",
    "OptionA": "15",
    "OptionB": "16",
    "OptionC": "17",
    "OptionD": "18",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "A train travels 300 miles in 5 hours. How far will it travel in 8 hours at the same speed?",
    "Answer": "C",
    "Explanation": "Speed = 300 ÷ 5 = 60 mph. Distance in 8 hours = 60 × 8 = 480 miles.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/6/6a/Passenger_train_in_motion.jpg",
    "OptionA": "400 miles",
    "OptionB": "450 miles",
    "OptionC": "480 miles",
    "OptionD": "500 miles",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "If a rectangle has a length of 10 meters and a width of 4 meters, what is its perimeter?",
    "Answer": "D",
    "Explanation": "Perimeter = 2 × (length + width) = 2 × (10 + 4) = 28 meters.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/2/2a/Rectangle.svg",
    "OptionA": "14 meters",
    "OptionB": "20 meters",
    "OptionC": "24 meters",
    "OptionD": "28 meters",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "A store sells pencils in packs of 12. If you need 100 pencils, how many packs should you buy?",
    "Answer": "C",
    "Explanation": "Divide 100 by 12: 100 ÷ 12 ≈ 8.33. You must buy 9 packs to have enough pencils.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/7/7e/Pencils_in_box.jpg",
    "OptionA": "7 packs",
    "OptionB": "8 packs",
    "OptionC": "9 packs",
    "OptionD": "10 packs",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "A water tank holds 500 liters. If it is filled at a rate of 25 liters per minute, how long will it take to fill the tank?",
    "Answer": "B",
    "Explanation": "Time = total volume ÷ rate = 500 ÷ 25 = 20 minutes.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/3/3f/Water_tank.jpg",
    "OptionA": "15 minutes",
    "OptionB": "20 minutes",
    "OptionC": "25 minutes",
    "OptionD": "30 minutes",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "A bookstore sold 120 books in 4 days. If the sales were the same each day, how many books were sold per day?",
    "Answer": "A",
    "Explanation": "Divide total books by days: 120 ÷ 4 = 30 books per day.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/8/8f/Books_on_shelf.jpg",
    "OptionA": "30 books",
    "OptionB": "25 books",
    "OptionC": "35 books",
    "OptionD": "40 books",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "If a bicycle costs $150 and the sales tax is 8%, what is the total cost including tax?",
    "Answer": "D",
    "Explanation": "Sales tax = 8% of $150 = 0.08 × 150 = $12. Total cost = 150 + 12 = $162.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/0/0b/Bicycle_in_park.jpg",
    "OptionA": "$150",
    "OptionB": "$156",
    "OptionC": "$158",
    "OptionD": "$162",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "A swimming pool is 25 meters long and 10 meters wide. What is the area of the pool?",
    "Answer": "B",
    "Explanation": "Area = length × width = 25 × 10 = 250 square meters.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/9/9f/Swimming_pool_01.jpg",
    "OptionA": "150 sq meters",
    "OptionB": "250 sq meters",
    "OptionC": "350 sq meters",
    "OptionD": "400 sq meters",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "A printer can print 20 pages per minute. How many pages can it print in 3 hours?",
    "Answer": "C",
    "Explanation": "3 hours = 180 minutes. Pages printed = 20 × 180 = 3600 pages.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/5/5a/Printer_inkjet.jpg",
    "OptionA": "3000 pages",
    "OptionB": "3200 pages",
    "OptionC": "3600 pages",
    "OptionD": "3800 pages",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "A taxi charges a base fare of $3 plus $2 per mile. How much will a 10-mile ride cost?",
    "Answer": "B",
    "Explanation": "Total cost = base fare + (cost per mile × miles) = 3 + (2 × 10) = $23.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/4/4f/Yellow_taxi_in_New_York_City.jpg",
    "OptionA": "$20",
    "OptionB": "$23",
    "OptionC": "$25",
    "OptionD": "$30",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  },
  {
    "Question": "If a bottle contains 2 liters of juice and you pour out 0.5 liters each day, how many days will the juice last?",
    "Answer": "A",
    "Explanation": "Number of days = total volume ÷ daily amount = 2 ÷ 0.5 = 4 days.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/9/9a/Juice_bottle.jpg",
    "OptionA": "4 days",
    "OptionB": "3 days",
    "OptionC": "5 days",
    "OptionD": "6 days",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Word Problems Practice Test",
    "Content Type": "Practice Question",
    "Title": "Word Problems – Real-World Applications",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "Word Problems/Real-World Applications"
  }
]