{
  "format": "novus-learn-open-practice",
  "version": 1,
  "packId": "cognitive-skills-inductive-reasoning",
  "source": "cognitive-skills",
  "slug": "inductive-reasoning",
  "title": "Inductive reasoning: patterns, rules, and generalisation: open practice pack",
  "subtitle": "100 untimed questions across 10 authored sections.",
  "sourceHref": "/cognitive-skills/inductive-reasoning",
  "disclaimer": "This is untimed educational practice for one cognitive skill. It is not a clinical, diagnostic, employment, or professionally recognized assessment, and it does not produce an IQ score or credential.",
  "worksheet": {
    "title": "Learner worksheet",
    "instructions": [
      "Ten untimed sections that build from simple sequences to judging the strength of generalisations. Work only from the information given in each prompt. Every item contains all the data you need.",
      "Choose one answer for each item. For a delayed-recall item, read its study text, cover it, and then answer without looking back."
    ],
    "groups": [
      {
        "id": "inductive-reasoning-s01",
        "title": "Number sequences: single-rule steps",
        "instructions": "Find the one rule driving each sequence, then choose the next term.",
        "items": [
          {
            "id": "inductive-reasoning-s01-q01",
            "prompt": "What is the next number in the sequence 2, 4, 6, 8, ...?",
            "choices": [
              {
                "id": "a",
                "label": "9"
              },
              {
                "id": "b",
                "label": "10"
              },
              {
                "id": "c",
                "label": "12"
              },
              {
                "id": "d",
                "label": "14"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s01-q02",
            "prompt": "What is the next number in the sequence 5, 10, 15, 20, ...?",
            "choices": [
              {
                "id": "a",
                "label": "21"
              },
              {
                "id": "b",
                "label": "24"
              },
              {
                "id": "c",
                "label": "25"
              },
              {
                "id": "d",
                "label": "30"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s01-q03",
            "prompt": "What is the next number in the sequence 3, 6, 12, 24, ...?",
            "choices": [
              {
                "id": "a",
                "label": "30"
              },
              {
                "id": "b",
                "label": "36"
              },
              {
                "id": "c",
                "label": "42"
              },
              {
                "id": "d",
                "label": "48"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s01-q04",
            "prompt": "What is the next number in the sequence 20, 17, 14, 11, ...?",
            "choices": [
              {
                "id": "a",
                "label": "8"
              },
              {
                "id": "b",
                "label": "9"
              },
              {
                "id": "c",
                "label": "7"
              },
              {
                "id": "d",
                "label": "6"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s01-q05",
            "prompt": "What is the next number in the sequence 1, 4, 9, 16, ...?",
            "choices": [
              {
                "id": "a",
                "label": "25"
              },
              {
                "id": "b",
                "label": "20"
              },
              {
                "id": "c",
                "label": "24"
              },
              {
                "id": "d",
                "label": "36"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s01-q06",
            "prompt": "What is the next number in the sequence 2, 5, 8, 11, ...?",
            "choices": [
              {
                "id": "a",
                "label": "12"
              },
              {
                "id": "b",
                "label": "13"
              },
              {
                "id": "c",
                "label": "14"
              },
              {
                "id": "d",
                "label": "15"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s01-q07",
            "prompt": "What is the next number in the sequence 64, 32, 16, 8, ...?",
            "choices": [
              {
                "id": "a",
                "label": "2"
              },
              {
                "id": "b",
                "label": "4"
              },
              {
                "id": "c",
                "label": "6"
              },
              {
                "id": "d",
                "label": "0"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s01-q08",
            "prompt": "What is the next number in the sequence 1, 2, 4, 7, 11, ...?",
            "choices": [
              {
                "id": "a",
                "label": "13"
              },
              {
                "id": "b",
                "label": "14"
              },
              {
                "id": "c",
                "label": "15"
              },
              {
                "id": "d",
                "label": "16"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s01-q09",
            "prompt": "What is the next number in the sequence 90, 80, 71, 63, ...?",
            "choices": [
              {
                "id": "a",
                "label": "56"
              },
              {
                "id": "b",
                "label": "55"
              },
              {
                "id": "c",
                "label": "57"
              },
              {
                "id": "d",
                "label": "54"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s01-q10",
            "prompt": "What is the next number in the sequence 7, 14, 21, 28, ...?",
            "choices": [
              {
                "id": "a",
                "label": "32"
              },
              {
                "id": "b",
                "label": "35"
              },
              {
                "id": "c",
                "label": "36"
              },
              {
                "id": "d",
                "label": "42"
              }
            ]
          }
        ]
      },
      {
        "id": "inductive-reasoning-s02",
        "title": "Letter patterns and alphabet rules",
        "instructions": "Treat the alphabet as a numbered line and work out the rule linking the letters.",
        "items": [
          {
            "id": "inductive-reasoning-s02-q01",
            "prompt": "What is the next letter in the sequence A, C, E, G, ...?",
            "choices": [
              {
                "id": "a",
                "label": "H"
              },
              {
                "id": "b",
                "label": "J"
              },
              {
                "id": "c",
                "label": "I"
              },
              {
                "id": "d",
                "label": "K"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s02-q02",
            "prompt": "What is the next letter in the sequence Z, X, V, T, ...?",
            "choices": [
              {
                "id": "a",
                "label": "R"
              },
              {
                "id": "b",
                "label": "S"
              },
              {
                "id": "c",
                "label": "Q"
              },
              {
                "id": "d",
                "label": "P"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s02-q03",
            "prompt": "What is the next letter in the sequence B, E, H, K, ...?",
            "choices": [
              {
                "id": "a",
                "label": "M"
              },
              {
                "id": "b",
                "label": "N"
              },
              {
                "id": "c",
                "label": "O"
              },
              {
                "id": "d",
                "label": "L"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s02-q04",
            "prompt": "What is the next pair in the sequence AZ, BY, CX, DW, ...?",
            "choices": [
              {
                "id": "a",
                "label": "EW"
              },
              {
                "id": "b",
                "label": "FV"
              },
              {
                "id": "c",
                "label": "EU"
              },
              {
                "id": "d",
                "label": "EV"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s02-q05",
            "prompt": "What is the next letter in the sequence A, B, D, G, K, ...?",
            "choices": [
              {
                "id": "a",
                "label": "N"
              },
              {
                "id": "b",
                "label": "O"
              },
              {
                "id": "c",
                "label": "P"
              },
              {
                "id": "d",
                "label": "Q"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s02-q06",
            "prompt": "What is the next pair in the sequence CD, FG, IJ, LM, ...?",
            "choices": [
              {
                "id": "a",
                "label": "NO"
              },
              {
                "id": "b",
                "label": "OP"
              },
              {
                "id": "c",
                "label": "PQ"
              },
              {
                "id": "d",
                "label": "MN"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s02-q07",
            "prompt": "What is the next letter in the sequence A, C, B, D, C, E, D, ...?",
            "choices": [
              {
                "id": "a",
                "label": "F"
              },
              {
                "id": "b",
                "label": "E"
              },
              {
                "id": "c",
                "label": "G"
              },
              {
                "id": "d",
                "label": "C"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s02-q08",
            "prompt": "What is the next letter in the sequence M, N, L, O, K, P, ...?",
            "choices": [
              {
                "id": "a",
                "label": "I"
              },
              {
                "id": "b",
                "label": "Q"
              },
              {
                "id": "c",
                "label": "J"
              },
              {
                "id": "d",
                "label": "H"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s02-q09",
            "prompt": "What comes next in the sequence A1, C3, E5, G7, ...?",
            "choices": [
              {
                "id": "a",
                "label": "H8"
              },
              {
                "id": "b",
                "label": "J9"
              },
              {
                "id": "c",
                "label": "I8"
              },
              {
                "id": "d",
                "label": "I9"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s02-q10",
            "prompt": "Four of these letter pairs follow one rule and one breaks it: BD, EG, HJ, KN, PR. Which pair breaks the rule?",
            "choices": [
              {
                "id": "a",
                "label": "EG"
              },
              {
                "id": "b",
                "label": "KN"
              },
              {
                "id": "c",
                "label": "HJ"
              },
              {
                "id": "d",
                "label": "PR"
              }
            ]
          }
        ]
      },
      {
        "id": "inductive-reasoning-s03",
        "title": "Shape and symbol patterns",
        "instructions": "Each pattern uses described shapes or symbols: infer the repeating or evolving rule.",
        "items": [
          {
            "id": "inductive-reasoning-s03-q01",
            "prompt": "A pattern repeats: circle, square, triangle, circle, square, ... What shape comes next?",
            "choices": [
              {
                "id": "a",
                "label": "Circle"
              },
              {
                "id": "b",
                "label": "Square"
              },
              {
                "id": "c",
                "label": "Star"
              },
              {
                "id": "d",
                "label": "Triangle"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s03-q02",
            "prompt": "Symbol sequence: ★ ★ ● ★ ★ ● ★ ... What is the eighth symbol?",
            "choices": [
              {
                "id": "a",
                "label": "★"
              },
              {
                "id": "b",
                "label": "●"
              },
              {
                "id": "c",
                "label": "■"
              },
              {
                "id": "d",
                "label": "It cannot be determined"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s03-q03",
            "prompt": "An arrow points up, then right, then down, then left, then up, then right. Where does it point next?",
            "choices": [
              {
                "id": "a",
                "label": "Left"
              },
              {
                "id": "b",
                "label": "Up"
              },
              {
                "id": "c",
                "label": "Down"
              },
              {
                "id": "d",
                "label": "Right"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s03-q04",
            "prompt": "A row of cards shows 1 dot, then 3 dots, then 5 dots, then 7 dots. How many dots are on the next card?",
            "choices": [
              {
                "id": "a",
                "label": "8"
              },
              {
                "id": "b",
                "label": "9"
              },
              {
                "id": "c",
                "label": "10"
              },
              {
                "id": "d",
                "label": "11"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s03-q05",
            "prompt": "A pattern alternates: large white square, small black square, large white square, small black square, large white square, ... What comes next?",
            "choices": [
              {
                "id": "a",
                "label": "Small black square"
              },
              {
                "id": "b",
                "label": "Large white square"
              },
              {
                "id": "c",
                "label": "Large black square"
              },
              {
                "id": "d",
                "label": "Small white square"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s03-q06",
            "prompt": "A series of figures shows a triangle (3 sides), a square (4 sides), a pentagon (5 sides), then a hexagon (6 sides). Which figure comes next?",
            "choices": [
              {
                "id": "a",
                "label": "An octagon (8 sides)"
              },
              {
                "id": "b",
                "label": "A pentagon (5 sides)"
              },
              {
                "id": "c",
                "label": "A nonagon (9 sides)"
              },
              {
                "id": "d",
                "label": "A heptagon (7 sides)"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s03-q07",
            "prompt": "Symbol groups appear in this order: ○ then ○● then ○●● then ○●●●. What is the next group?",
            "choices": [
              {
                "id": "a",
                "label": "●●●●○"
              },
              {
                "id": "b",
                "label": "○●●●"
              },
              {
                "id": "c",
                "label": "○●●●●"
              },
              {
                "id": "d",
                "label": "●○●●"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s03-q08",
            "prompt": "A square tile is shaded one quarter at a time: first the top-left quarter, then the top-right, then the bottom-right. Which quarter is shaded next?",
            "choices": [
              {
                "id": "a",
                "label": "Bottom-left"
              },
              {
                "id": "b",
                "label": "Top-left"
              },
              {
                "id": "c",
                "label": "Bottom-right"
              },
              {
                "id": "d",
                "label": "Top-right"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s03-q09",
            "prompt": "A series of cards shows: 1 triangle, 2 squares, 3 triangles, 4 squares. What does the next card show?",
            "choices": [
              {
                "id": "a",
                "label": "5 squares"
              },
              {
                "id": "b",
                "label": "5 triangles"
              },
              {
                "id": "c",
                "label": "4 triangles"
              },
              {
                "id": "d",
                "label": "6 squares"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s03-q10",
            "prompt": "Four tiles follow one rule and one breaks it: a triangle with 3 dots, a square with 4 dots, a pentagon with 5 dots, and a hexagon with 7 dots. Which tile breaks the rule?",
            "choices": [
              {
                "id": "a",
                "label": "The triangle with 3 dots"
              },
              {
                "id": "b",
                "label": "The square with 4 dots"
              },
              {
                "id": "c",
                "label": "The pentagon with 5 dots"
              },
              {
                "id": "d",
                "label": "The hexagon with 7 dots"
              }
            ]
          }
        ]
      },
      {
        "id": "inductive-reasoning-s04",
        "title": "Classification: find the odd one out",
        "instructions": "Work out the rule the group shares, then choose the item that does not obey it.",
        "items": [
          {
            "id": "inductive-reasoning-s04-q01",
            "prompt": "Which number does not belong with the others: 8, 64, 100, 216?",
            "choices": [
              {
                "id": "a",
                "label": "8"
              },
              {
                "id": "b",
                "label": "64"
              },
              {
                "id": "c",
                "label": "100"
              },
              {
                "id": "d",
                "label": "216"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s04-q02",
            "prompt": "Which word does not belong with the others: letter, coffee, dinner, orange?",
            "choices": [
              {
                "id": "a",
                "label": "letter"
              },
              {
                "id": "b",
                "label": "coffee"
              },
              {
                "id": "c",
                "label": "dinner"
              },
              {
                "id": "d",
                "label": "orange"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s04-q03",
            "prompt": "Which number does not belong with the others: 27, 35, 45, 63?",
            "choices": [
              {
                "id": "a",
                "label": "27"
              },
              {
                "id": "b",
                "label": "35"
              },
              {
                "id": "c",
                "label": "45"
              },
              {
                "id": "d",
                "label": "63"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s04-q04",
            "prompt": "Which letter group does not belong with the others: NPS, BDF, HJL, PRT?",
            "choices": [
              {
                "id": "a",
                "label": "NPS"
              },
              {
                "id": "b",
                "label": "BDF"
              },
              {
                "id": "c",
                "label": "HJL"
              },
              {
                "id": "d",
                "label": "PRT"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s04-q05",
            "prompt": "Which pair does not belong with the others: (3, 7), (6, 4), (5, 6), (8, 2)?",
            "choices": [
              {
                "id": "a",
                "label": "(3, 7)"
              },
              {
                "id": "b",
                "label": "(6, 4)"
              },
              {
                "id": "c",
                "label": "(5, 6)"
              },
              {
                "id": "d",
                "label": "(8, 2)"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s04-q06",
            "prompt": "Which word does not belong with the others: level, civic, rotor, tiles?",
            "choices": [
              {
                "id": "a",
                "label": "level"
              },
              {
                "id": "b",
                "label": "civic"
              },
              {
                "id": "c",
                "label": "rotor"
              },
              {
                "id": "d",
                "label": "tiles"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s04-q07",
            "prompt": "Which number does not belong with the others: 46, 53, 64, 82?",
            "choices": [
              {
                "id": "a",
                "label": "46"
              },
              {
                "id": "b",
                "label": "53"
              },
              {
                "id": "c",
                "label": "64"
              },
              {
                "id": "d",
                "label": "82"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s04-q08",
            "prompt": "Which triple does not belong with the others: (3, 6, 12), (5, 10, 20), (4, 8, 12), (7, 14, 28)?",
            "choices": [
              {
                "id": "a",
                "label": "(3, 6, 12)"
              },
              {
                "id": "b",
                "label": "(5, 10, 20)"
              },
              {
                "id": "c",
                "label": "(4, 8, 12)"
              },
              {
                "id": "d",
                "label": "(7, 14, 28)"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s04-q09",
            "prompt": "Which clock time does not belong with the others: 14:14, 12:21, 15:51, 10:01?",
            "choices": [
              {
                "id": "a",
                "label": "14:14"
              },
              {
                "id": "b",
                "label": "12:21"
              },
              {
                "id": "c",
                "label": "15:51"
              },
              {
                "id": "d",
                "label": "10:01"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s04-q10",
            "prompt": "Which group does not belong with the others: (2, 3, 5), (5, 7, 12), (11, 13, 24), (7, 11, 17)?",
            "choices": [
              {
                "id": "a",
                "label": "(2, 3, 5)"
              },
              {
                "id": "b",
                "label": "(5, 7, 12)"
              },
              {
                "id": "c",
                "label": "(11, 13, 24)"
              },
              {
                "id": "d",
                "label": "(7, 11, 17)"
              }
            ]
          }
        ]
      },
      {
        "id": "inductive-reasoning-s05",
        "title": "Analogies: transfer the relation",
        "instructions": "Work out the relation in the example pair, then apply exactly the same relation to the new case.",
        "items": [
          {
            "id": "inductive-reasoning-s05-q01",
            "prompt": "3 is to 6 as 7 is to ...?",
            "choices": [
              {
                "id": "a",
                "label": "14"
              },
              {
                "id": "b",
                "label": "10"
              },
              {
                "id": "c",
                "label": "21"
              },
              {
                "id": "d",
                "label": "17"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s05-q02",
            "prompt": "C is to F as J is to ...?",
            "choices": [
              {
                "id": "a",
                "label": "L"
              },
              {
                "id": "b",
                "label": "M"
              },
              {
                "id": "c",
                "label": "N"
              },
              {
                "id": "d",
                "label": "K"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s05-q03",
            "prompt": "“stop” is to “pots” as “flow” is to ...?",
            "choices": [
              {
                "id": "a",
                "label": "fowl"
              },
              {
                "id": "b",
                "label": "low"
              },
              {
                "id": "c",
                "label": "wolf"
              },
              {
                "id": "d",
                "label": "flew"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s05-q04",
            "prompt": "4 is to 16, and 5 is to 25. Following the same rule, 7 is to ...?",
            "choices": [
              {
                "id": "a",
                "label": "28"
              },
              {
                "id": "b",
                "label": "35"
              },
              {
                "id": "c",
                "label": "14"
              },
              {
                "id": "d",
                "label": "49"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s05-q05",
            "prompt": "25 is to 5 as 64 is to ...?",
            "choices": [
              {
                "id": "a",
                "label": "6"
              },
              {
                "id": "b",
                "label": "8"
              },
              {
                "id": "c",
                "label": "32"
              },
              {
                "id": "d",
                "label": "16"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s05-q06",
            "prompt": "BC is to EF as JK is to ...?",
            "choices": [
              {
                "id": "a",
                "label": "MN"
              },
              {
                "id": "b",
                "label": "NO"
              },
              {
                "id": "c",
                "label": "LM"
              },
              {
                "id": "d",
                "label": "KL"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s05-q07",
            "prompt": "1/2 is to 2 as 1/8 is to ...?",
            "choices": [
              {
                "id": "a",
                "label": "4"
              },
              {
                "id": "b",
                "label": "16"
              },
              {
                "id": "c",
                "label": "1/4"
              },
              {
                "id": "d",
                "label": "8"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s05-q08",
            "prompt": "The pair (3, 5) is to 8 as the pair (7, 6) is to ...?",
            "choices": [
              {
                "id": "a",
                "label": "12"
              },
              {
                "id": "b",
                "label": "13"
              },
              {
                "id": "c",
                "label": "42"
              },
              {
                "id": "d",
                "label": "1"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s05-q09",
            "prompt": "A triangle is to 3 as a hexagon is to ...?",
            "choices": [
              {
                "id": "a",
                "label": "6"
              },
              {
                "id": "b",
                "label": "5"
              },
              {
                "id": "c",
                "label": "8"
              },
              {
                "id": "d",
                "label": "4"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s05-q10",
            "prompt": "In a letter code, CAT is written as DBU. Using the same code, how is DOG written?",
            "choices": [
              {
                "id": "a",
                "label": "EOH"
              },
              {
                "id": "b",
                "label": "CPF"
              },
              {
                "id": "c",
                "label": "EPH"
              },
              {
                "id": "d",
                "label": "DPH"
              }
            ]
          }
        ]
      },
      {
        "id": "inductive-reasoning-s06",
        "title": "Alternating and interleaved sequences",
        "instructions": "These sequences mix two rules at once: separate the strands before predicting the next term.",
        "items": [
          {
            "id": "inductive-reasoning-s06-q01",
            "prompt": "What is the next number in the sequence 1, 10, 2, 20, 3, 30, 4, ...?",
            "choices": [
              {
                "id": "a",
                "label": "5"
              },
              {
                "id": "b",
                "label": "40"
              },
              {
                "id": "c",
                "label": "31"
              },
              {
                "id": "d",
                "label": "50"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s06-q02",
            "prompt": "What is the next number in the sequence 2, 100, 4, 90, 6, 80, ...?",
            "choices": [
              {
                "id": "a",
                "label": "70"
              },
              {
                "id": "b",
                "label": "10"
              },
              {
                "id": "c",
                "label": "8"
              },
              {
                "id": "d",
                "label": "9"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s06-q03",
            "prompt": "What is the next number in the sequence 5, 6, 8, 9, 11, 12, ...?",
            "choices": [
              {
                "id": "a",
                "label": "13"
              },
              {
                "id": "b",
                "label": "15"
              },
              {
                "id": "c",
                "label": "16"
              },
              {
                "id": "d",
                "label": "14"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s06-q04",
            "prompt": "What comes next in the sequence A, 2, C, 4, E, 6, ...?",
            "choices": [
              {
                "id": "a",
                "label": "G"
              },
              {
                "id": "b",
                "label": "8"
              },
              {
                "id": "c",
                "label": "F"
              },
              {
                "id": "d",
                "label": "7"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s06-q05",
            "prompt": "What is the next number in the sequence 40, 1, 35, 3, 30, 9, 25, ...?",
            "choices": [
              {
                "id": "a",
                "label": "20"
              },
              {
                "id": "b",
                "label": "18"
              },
              {
                "id": "c",
                "label": "27"
              },
              {
                "id": "d",
                "label": "81"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s06-q06",
            "prompt": "What is the next number in the sequence 1, 1, 2, 3, 5, 8, ...?",
            "choices": [
              {
                "id": "a",
                "label": "11"
              },
              {
                "id": "b",
                "label": "12"
              },
              {
                "id": "c",
                "label": "10"
              },
              {
                "id": "d",
                "label": "13"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s06-q07",
            "prompt": "What is the next number in the sequence 100, 2, 90, 4, 81, 8, 73, ...?",
            "choices": [
              {
                "id": "a",
                "label": "66"
              },
              {
                "id": "b",
                "label": "16"
              },
              {
                "id": "c",
                "label": "12"
              },
              {
                "id": "d",
                "label": "64"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s06-q08",
            "prompt": "What comes next in the sequence J, 1, K, 3, M, 6, P, 10, ...?",
            "choices": [
              {
                "id": "a",
                "label": "Q"
              },
              {
                "id": "b",
                "label": "S"
              },
              {
                "id": "c",
                "label": "T"
              },
              {
                "id": "d",
                "label": "U"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s06-q09",
            "prompt": "What is the next number in the sequence 6, 11, 8, 13, 10, 15, 12, ...?",
            "choices": [
              {
                "id": "a",
                "label": "17"
              },
              {
                "id": "b",
                "label": "14"
              },
              {
                "id": "c",
                "label": "16"
              },
              {
                "id": "d",
                "label": "19"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s06-q10",
            "prompt": "What is the next number in the sequence 2, 6, 3, 9, 4.5, 13.5, ...?",
            "choices": [
              {
                "id": "a",
                "label": "27"
              },
              {
                "id": "b",
                "label": "20.25"
              },
              {
                "id": "c",
                "label": "7"
              },
              {
                "id": "d",
                "label": "6.75"
              }
            ]
          }
        ]
      },
      {
        "id": "inductive-reasoning-s07",
        "title": "Generalising from observations",
        "instructions": "Read the observations and choose the conclusion they best support, using only what is given.",
        "items": [
          {
            "id": "inductive-reasoning-s07-q01",
            "prompt": "Ana has recorded 47 swan sightings at her local lake this year, and every swan she recorded was white. Which conclusion do her observations best support?",
            "choices": [
              {
                "id": "a",
                "label": "Swans at this lake are usually white."
              },
              {
                "id": "b",
                "label": "All swans everywhere are white."
              },
              {
                "id": "c",
                "label": "The next swan Ana sees cannot be a different colour."
              },
              {
                "id": "d",
                "label": "White is the only possible swan colour."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s07-q02",
            "prompt": "A baker notices that rye loaf sales rose on each of the last six rainy Saturdays and fell on each of the last five sunny Saturdays. Which conclusion is best supported?",
            "choices": [
              {
                "id": "a",
                "label": "Rain causes people to crave rye bread."
              },
              {
                "id": "b",
                "label": "Rye sales rise on rainy days in every town."
              },
              {
                "id": "c",
                "label": "At this bakery, rainy Saturdays have been associated with higher rye sales."
              },
              {
                "id": "d",
                "label": "Sunny weather stops people eating bread."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s07-q03",
            "prompt": "In a sample of 200 bolts from Machine A, 3 were faulty. In a sample of 200 bolts from Machine B, 21 were faulty. Which conclusion is best supported?",
            "choices": [
              {
                "id": "a",
                "label": "Machine B is broken and must be replaced."
              },
              {
                "id": "b",
                "label": "Machine B's output showed a higher fault rate in these samples."
              },
              {
                "id": "c",
                "label": "Machine A never produces faulty bolts."
              },
              {
                "id": "d",
                "label": "The next bolt from Machine B will certainly be faulty."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s07-q04",
            "prompt": "In one garden bed, each of the 12 tomato plants given compost grew taller than each of the 12 plants without compost. Which is the safest reading of this result?",
            "choices": [
              {
                "id": "a",
                "label": "Compost makes all plants grow taller."
              },
              {
                "id": "b",
                "label": "The gardener's soil must be unusually poor."
              },
              {
                "id": "c",
                "label": "Tomatoes cannot grow well without compost."
              },
              {
                "id": "d",
                "label": "In this garden's trial, compost went together with taller growth."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s07-q05",
            "prompt": "For five weekdays in a row, the 08:15 bus arrived between 8 and 10 minutes late, while the 08:45 arrived on time. What is the most reasonable expectation for tomorrow?",
            "choices": [
              {
                "id": "a",
                "label": "The 08:15 is likely, though not certain, to be late again."
              },
              {
                "id": "b",
                "label": "The 08:15 will be exactly 9 minutes late."
              },
              {
                "id": "c",
                "label": "The 08:45 can never run late."
              },
              {
                "id": "d",
                "label": "Every bus in the city is unreliable."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s07-q06",
            "prompt": "A café surveyed 60 customers and found one in four chose oat milk, but the survey ran only on weekday mornings. Before generalising to all customers, which caution matters most?",
            "choices": [
              {
                "id": "a",
                "label": "Sixty people can never tell you anything useful."
              },
              {
                "id": "b",
                "label": "Oat milk drinkers probably avoid surveys."
              },
              {
                "id": "c",
                "label": "The sample may not represent afternoon or weekend customers."
              },
              {
                "id": "d",
                "label": "The survey should have asked about tea instead."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s07-q07",
            "prompt": "A student notices she scored higher on every quiz taken after at least eight hours' sleep than on any quiz taken after less. Which conclusion is best supported?",
            "choices": [
              {
                "id": "a",
                "label": "For this student, more sleep has gone together with higher quiz scores."
              },
              {
                "id": "b",
                "label": "Sleep causes high marks for all students."
              },
              {
                "id": "c",
                "label": "She is guaranteed a top mark if she sleeps eight hours tonight."
              },
              {
                "id": "d",
                "label": "Quizzes taken while tired are unfairly difficult."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s07-q08",
            "prompt": "A bag of counters is sampled 300 times (with the counter returned each time): red came out 148 times and blue 152 times. Which inference is most reasonable?",
            "choices": [
              {
                "id": "a",
                "label": "The bag holds exactly 150 red and 150 blue counters."
              },
              {
                "id": "b",
                "label": "The bag likely holds red and blue in roughly equal numbers."
              },
              {
                "id": "c",
                "label": "The next draw must be red to balance the counts."
              },
              {
                "id": "d",
                "label": "Blue counters are heavier than red ones."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s07-q09",
            "prompt": "Across four separate climbs, a hiker recorded a temperature drop of about 1°C for every 150 metres of ascent. What should she expect for a 600-metre climb?",
            "choices": [
              {
                "id": "a",
                "label": "A drop of exactly 4.0°C, guaranteed."
              },
              {
                "id": "b",
                "label": "A drop of about 2°C."
              },
              {
                "id": "c",
                "label": "A drop of roughly 4°C."
              },
              {
                "id": "d",
                "label": "No prediction is possible from her records."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s07-q10",
            "prompt": "A library's logs show late returns happen most often for books borrowed on Fridays. The logs also show most books are borrowed on Fridays. Which point most weakens the rule 'Friday borrowing causes lateness'?",
            "choices": [
              {
                "id": "a",
                "label": "Some late books were borrowed on Mondays."
              },
              {
                "id": "b",
                "label": "The library is closed on Sundays."
              },
              {
                "id": "c",
                "label": "Lateness is measured in whole days."
              },
              {
                "id": "d",
                "label": "Fridays supply most borrowings overall, so they would lead any count, including late returns, even with no special effect."
              }
            ]
          }
        ]
      },
      {
        "id": "inductive-reasoning-s08",
        "title": "Grid and matrix patterns",
        "instructions": "Each grid follows row or column rules: recover them and fill the missing cell.",
        "items": [
          {
            "id": "inductive-reasoning-s08-q01",
            "prompt": "A 3×3 grid reads: row 1: 1, 2, 3; row 2: 4, 5, 6; row 3: 7, 8, ?. What number completes it?",
            "choices": [
              {
                "id": "a",
                "label": "6"
              },
              {
                "id": "b",
                "label": "8"
              },
              {
                "id": "c",
                "label": "10"
              },
              {
                "id": "d",
                "label": "9"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s08-q02",
            "prompt": "A 3×3 grid reads: row 1: 2, 5, 7; row 2: 3, 6, 9; row 3: 4, 7, ?. What number completes it?",
            "choices": [
              {
                "id": "a",
                "label": "10"
              },
              {
                "id": "b",
                "label": "11"
              },
              {
                "id": "c",
                "label": "12"
              },
              {
                "id": "d",
                "label": "28"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s08-q03",
            "prompt": "A 3×3 grid reads: row 1: 2, 3, 5; row 2: 4, 6, 10; row 3: 8, 12, ?. What number completes it?",
            "choices": [
              {
                "id": "a",
                "label": "20"
              },
              {
                "id": "b",
                "label": "15"
              },
              {
                "id": "c",
                "label": "24"
              },
              {
                "id": "d",
                "label": "18"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s08-q04",
            "prompt": "A 3×3 grid reads: row 1: 2, 3, 6; row 2: 4, 2, 8; row 3: 3, 5, ?. What number completes it?",
            "choices": [
              {
                "id": "a",
                "label": "8"
              },
              {
                "id": "b",
                "label": "12"
              },
              {
                "id": "c",
                "label": "15"
              },
              {
                "id": "d",
                "label": "35"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s08-q05",
            "prompt": "A 3×3 grid of shaded squares reads: row 1: white, grey, black; row 2: black, white, grey; row 3: grey, ?, white. What shade fills the missing cell?",
            "choices": [
              {
                "id": "a",
                "label": "White"
              },
              {
                "id": "b",
                "label": "Black"
              },
              {
                "id": "c",
                "label": "Grey"
              },
              {
                "id": "d",
                "label": "Any shade fits"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s08-q06",
            "prompt": "A 3×3 grid reads: row 1: 4, 9, 2; row 2: 3, 5, 7; row 3: 8, 1, ?. What number completes it?",
            "choices": [
              {
                "id": "a",
                "label": "5"
              },
              {
                "id": "b",
                "label": "7"
              },
              {
                "id": "c",
                "label": "4"
              },
              {
                "id": "d",
                "label": "6"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s08-q07",
            "prompt": "A 3×3 grid reads: row 1: 1, 2, 3; row 2: 2, 4, 7; row 3: 3, 7, ?. What number completes it?",
            "choices": [
              {
                "id": "a",
                "label": "10"
              },
              {
                "id": "b",
                "label": "12"
              },
              {
                "id": "c",
                "label": "14"
              },
              {
                "id": "d",
                "label": "16"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s08-q08",
            "prompt": "A 3×3 grid of letters reads: row 1: A, D, G; row 2: B, E, H; row 3: C, F, ?. What letter completes it?",
            "choices": [
              {
                "id": "a",
                "label": "I"
              },
              {
                "id": "b",
                "label": "J"
              },
              {
                "id": "c",
                "label": "K"
              },
              {
                "id": "d",
                "label": "H"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s08-q09",
            "prompt": "A 2×2 grid reads: top row: 6 then 3; bottom row: 10 then ?. What number completes it?",
            "choices": [
              {
                "id": "a",
                "label": "7"
              },
              {
                "id": "b",
                "label": "5"
              },
              {
                "id": "c",
                "label": "20"
              },
              {
                "id": "d",
                "label": "8"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s08-q10",
            "prompt": "A 3×3 grid reads: row 1: 9, 4, 5; row 2: 12, 5, 7; row 3: 15, 6, ?. What number completes it?",
            "choices": [
              {
                "id": "a",
                "label": "8"
              },
              {
                "id": "b",
                "label": "11"
              },
              {
                "id": "c",
                "label": "10"
              },
              {
                "id": "d",
                "label": "9"
              }
            ]
          }
        ]
      },
      {
        "id": "inductive-reasoning-s09",
        "title": "Rule discovery: function machines and codes",
        "instructions": "Infer the hidden rule that turns each input into its output, then apply it to the new case.",
        "items": [
          {
            "id": "inductive-reasoning-s09-q01",
            "prompt": "A machine turns 3 into 7, 5 into 11, and 8 into 17. What does it turn 10 into?",
            "choices": [
              {
                "id": "a",
                "label": "21"
              },
              {
                "id": "b",
                "label": "20"
              },
              {
                "id": "c",
                "label": "19"
              },
              {
                "id": "d",
                "label": "25"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s09-q02",
            "prompt": "A machine turns 4 into 2, 10 into 5, and 16 into 8. What does it turn 26 into?",
            "choices": [
              {
                "id": "a",
                "label": "24"
              },
              {
                "id": "b",
                "label": "52"
              },
              {
                "id": "c",
                "label": "12"
              },
              {
                "id": "d",
                "label": "13"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s09-q03",
            "prompt": "In a code, LAMP is written as MBNQ. Using the same code, how is GATE written?",
            "choices": [
              {
                "id": "a",
                "label": "FZSD"
              },
              {
                "id": "b",
                "label": "HBUF"
              },
              {
                "id": "c",
                "label": "HAUE"
              },
              {
                "id": "d",
                "label": "GBTF"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s09-q04",
            "prompt": "A machine turns 2 into 3, 3 into 5, 5 into 9, and 6 into 11. What does it turn 9 into?",
            "choices": [
              {
                "id": "a",
                "label": "15"
              },
              {
                "id": "b",
                "label": "16"
              },
              {
                "id": "c",
                "label": "17"
              },
              {
                "id": "d",
                "label": "18"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s09-q05",
            "prompt": "A code maps 1 to A, 4 to D, and 7 to G. What letter does the same code map 11 to?",
            "choices": [
              {
                "id": "a",
                "label": "K"
              },
              {
                "id": "b",
                "label": "J"
              },
              {
                "id": "c",
                "label": "L"
              },
              {
                "id": "d",
                "label": "I"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s09-q06",
            "prompt": "A machine turns 5 into 30, 7 into 42, and 9 into 54. What does it turn 11 into?",
            "choices": [
              {
                "id": "a",
                "label": "60"
              },
              {
                "id": "b",
                "label": "72"
              },
              {
                "id": "c",
                "label": "55"
              },
              {
                "id": "d",
                "label": "66"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s09-q07",
            "prompt": "A code turns NET into TEN, RAW into WAR, and PIN into NIP. What does it turn BUS into?",
            "choices": [
              {
                "id": "a",
                "label": "USB"
              },
              {
                "id": "b",
                "label": "BSU"
              },
              {
                "id": "c",
                "label": "SUB"
              },
              {
                "id": "d",
                "label": "SBU"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s09-q08",
            "prompt": "A machine turns 2 into 8, 3 into 27, and 4 into 64. What does it turn 5 into?",
            "choices": [
              {
                "id": "a",
                "label": "100"
              },
              {
                "id": "b",
                "label": "125"
              },
              {
                "id": "c",
                "label": "75"
              },
              {
                "id": "d",
                "label": "625"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s09-q09",
            "prompt": "A machine turns 3 into 10, 6 into 19, and 10 into 31. What does it turn 12 into?",
            "choices": [
              {
                "id": "a",
                "label": "37"
              },
              {
                "id": "b",
                "label": "36"
              },
              {
                "id": "c",
                "label": "41"
              },
              {
                "id": "d",
                "label": "34"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s09-q10",
            "prompt": "A machine turns 23 into 5, 47 into 11, 65 into 11, and 81 into 9. What does it turn 76 into?",
            "choices": [
              {
                "id": "a",
                "label": "6"
              },
              {
                "id": "b",
                "label": "11"
              },
              {
                "id": "c",
                "label": "76"
              },
              {
                "id": "d",
                "label": "13"
              }
            ]
          }
        ]
      },
      {
        "id": "inductive-reasoning-s10",
        "title": "Extended extrapolation and inductive strength",
        "instructions": "These items combine several inductive steps: extrapolate carefully and judge how strong each inference really is.",
        "items": [
          {
            "id": "inductive-reasoning-s10-q01",
            "prompt": "What is the next number in the sequence 4, 6, 10, 18, 34, ...?",
            "choices": [
              {
                "id": "a",
                "label": "62"
              },
              {
                "id": "b",
                "label": "66"
              },
              {
                "id": "c",
                "label": "68"
              },
              {
                "id": "d",
                "label": "70"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s10-q02",
            "prompt": "What is the next number in the sequence 2, 6, 12, 20, 30, ...?",
            "choices": [
              {
                "id": "a",
                "label": "40"
              },
              {
                "id": "b",
                "label": "36"
              },
              {
                "id": "c",
                "label": "42"
              },
              {
                "id": "d",
                "label": "44"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s10-q03",
            "prompt": "Which of these generalisations rests on the strongest inductive evidence?",
            "choices": [
              {
                "id": "a",
                "label": "A random sample of 1,000 households across a city found 90% recycle weekly, so most households in that city recycle weekly."
              },
              {
                "id": "b",
                "label": "Three neighbours on one street recycle, so the whole country recycles."
              },
              {
                "id": "c",
                "label": "One street's recycling bins were full on Monday, so everyone recycles."
              },
              {
                "id": "d",
                "label": "A recycling firm's advert says most people recycle, so most people do."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s10-q04",
            "prompt": "A seedling grew 2 cm in week one, 4 cm in week two, and 8 cm in week three. Someone predicts it will grow 256 cm in week eight by continuing the doubling. What is the main inductive weakness of this prediction?",
            "choices": [
              {
                "id": "a",
                "label": "The arithmetic of the doubling is wrong."
              },
              {
                "id": "b",
                "label": "Three weeks is an unusually large sample."
              },
              {
                "id": "c",
                "label": "Growth cannot be measured in centimetres."
              },
              {
                "id": "d",
                "label": "It assumes a short-run pattern will continue indefinitely without limit."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s10-q05",
            "prompt": "A sequence of pairs runs (1, 1), (2, 4), (3, 9), (4, 16), (?, 36). What is the missing first number?",
            "choices": [
              {
                "id": "a",
                "label": "5"
              },
              {
                "id": "b",
                "label": "18"
              },
              {
                "id": "c",
                "label": "6"
              },
              {
                "id": "d",
                "label": "7"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s10-q06",
            "prompt": "What is the next number in the sequence 3, 4, 6, 8, 12, 14, 18, 20, ...?",
            "choices": [
              {
                "id": "a",
                "label": "22"
              },
              {
                "id": "b",
                "label": "24"
              },
              {
                "id": "c",
                "label": "26"
              },
              {
                "id": "d",
                "label": "21"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s10-q07",
            "prompt": "Researchers have examined 40 beetles near a cave's entrance and all were blind. Which additional observation would most strengthen the generalisation 'all the beetles in this cave are blind'?",
            "choices": [
              {
                "id": "a",
                "label": "Re-examining the same 40 beetles a second time."
              },
              {
                "id": "b",
                "label": "Reading that beetles in other caves are often blind."
              },
              {
                "id": "c",
                "label": "Counting the legs of the beetles already collected."
              },
              {
                "id": "d",
                "label": "Sampling beetles from deep, unexplored parts of the cave and finding them blind too."
              }
            ]
          },
          {
            "id": "inductive-reasoning-s10-q08",
            "prompt": "What comes next in the sequence Z1, X2, V4, T8, ...?",
            "choices": [
              {
                "id": "a",
                "label": "R16"
              },
              {
                "id": "b",
                "label": "S16"
              },
              {
                "id": "c",
                "label": "R12"
              },
              {
                "id": "d",
                "label": "Q16"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s10-q09",
            "prompt": "What is the next number in the sequence 1, 2, 6, 24, 120, ...?",
            "choices": [
              {
                "id": "a",
                "label": "600"
              },
              {
                "id": "b",
                "label": "720"
              },
              {
                "id": "c",
                "label": "620"
              },
              {
                "id": "d",
                "label": "840"
              }
            ]
          },
          {
            "id": "inductive-reasoning-s10-q10",
            "prompt": "A sequence runs 2, 4, 8, 14, 22. Which rule fits every step of the sequence?",
            "choices": [
              {
                "id": "a",
                "label": "Each term is double the previous term."
              },
              {
                "id": "b",
                "label": "Each term adds 2 to the previous term."
              },
              {
                "id": "c",
                "label": "The amount added grows by 2 each step."
              },
              {
                "id": "d",
                "label": "Each term is its position number squared."
              }
            ]
          }
        ]
      }
    ]
  },
  "authoredHints": {
    "title": "Authored hints",
    "policy": "This cognitive practice source does not publish authored hints. Every item is listed as missing a hint, and no hint text is generated or inferred.",
    "items": [],
    "missingItemIds": [
      "inductive-reasoning-s01-q01",
      "inductive-reasoning-s01-q02",
      "inductive-reasoning-s01-q03",
      "inductive-reasoning-s01-q04",
      "inductive-reasoning-s01-q05",
      "inductive-reasoning-s01-q06",
      "inductive-reasoning-s01-q07",
      "inductive-reasoning-s01-q08",
      "inductive-reasoning-s01-q09",
      "inductive-reasoning-s01-q10",
      "inductive-reasoning-s02-q01",
      "inductive-reasoning-s02-q02",
      "inductive-reasoning-s02-q03",
      "inductive-reasoning-s02-q04",
      "inductive-reasoning-s02-q05",
      "inductive-reasoning-s02-q06",
      "inductive-reasoning-s02-q07",
      "inductive-reasoning-s02-q08",
      "inductive-reasoning-s02-q09",
      "inductive-reasoning-s02-q10",
      "inductive-reasoning-s03-q01",
      "inductive-reasoning-s03-q02",
      "inductive-reasoning-s03-q03",
      "inductive-reasoning-s03-q04",
      "inductive-reasoning-s03-q05",
      "inductive-reasoning-s03-q06",
      "inductive-reasoning-s03-q07",
      "inductive-reasoning-s03-q08",
      "inductive-reasoning-s03-q09",
      "inductive-reasoning-s03-q10",
      "inductive-reasoning-s04-q01",
      "inductive-reasoning-s04-q02",
      "inductive-reasoning-s04-q03",
      "inductive-reasoning-s04-q04",
      "inductive-reasoning-s04-q05",
      "inductive-reasoning-s04-q06",
      "inductive-reasoning-s04-q07",
      "inductive-reasoning-s04-q08",
      "inductive-reasoning-s04-q09",
      "inductive-reasoning-s04-q10",
      "inductive-reasoning-s05-q01",
      "inductive-reasoning-s05-q02",
      "inductive-reasoning-s05-q03",
      "inductive-reasoning-s05-q04",
      "inductive-reasoning-s05-q05",
      "inductive-reasoning-s05-q06",
      "inductive-reasoning-s05-q07",
      "inductive-reasoning-s05-q08",
      "inductive-reasoning-s05-q09",
      "inductive-reasoning-s05-q10",
      "inductive-reasoning-s06-q01",
      "inductive-reasoning-s06-q02",
      "inductive-reasoning-s06-q03",
      "inductive-reasoning-s06-q04",
      "inductive-reasoning-s06-q05",
      "inductive-reasoning-s06-q06",
      "inductive-reasoning-s06-q07",
      "inductive-reasoning-s06-q08",
      "inductive-reasoning-s06-q09",
      "inductive-reasoning-s06-q10",
      "inductive-reasoning-s07-q01",
      "inductive-reasoning-s07-q02",
      "inductive-reasoning-s07-q03",
      "inductive-reasoning-s07-q04",
      "inductive-reasoning-s07-q05",
      "inductive-reasoning-s07-q06",
      "inductive-reasoning-s07-q07",
      "inductive-reasoning-s07-q08",
      "inductive-reasoning-s07-q09",
      "inductive-reasoning-s07-q10",
      "inductive-reasoning-s08-q01",
      "inductive-reasoning-s08-q02",
      "inductive-reasoning-s08-q03",
      "inductive-reasoning-s08-q04",
      "inductive-reasoning-s08-q05",
      "inductive-reasoning-s08-q06",
      "inductive-reasoning-s08-q07",
      "inductive-reasoning-s08-q08",
      "inductive-reasoning-s08-q09",
      "inductive-reasoning-s08-q10",
      "inductive-reasoning-s09-q01",
      "inductive-reasoning-s09-q02",
      "inductive-reasoning-s09-q03",
      "inductive-reasoning-s09-q04",
      "inductive-reasoning-s09-q05",
      "inductive-reasoning-s09-q06",
      "inductive-reasoning-s09-q07",
      "inductive-reasoning-s09-q08",
      "inductive-reasoning-s09-q09",
      "inductive-reasoning-s09-q10",
      "inductive-reasoning-s10-q01",
      "inductive-reasoning-s10-q02",
      "inductive-reasoning-s10-q03",
      "inductive-reasoning-s10-q04",
      "inductive-reasoning-s10-q05",
      "inductive-reasoning-s10-q06",
      "inductive-reasoning-s10-q07",
      "inductive-reasoning-s10-q08",
      "inductive-reasoning-s10-q09",
      "inductive-reasoning-s10-q10"
    ]
  },
  "answerKey": {
    "title": "Answer key",
    "items": [
      {
        "itemId": "inductive-reasoning-s01-q01",
        "correctChoiceId": "b",
        "correctChoiceLabel": "10"
      },
      {
        "itemId": "inductive-reasoning-s01-q02",
        "correctChoiceId": "c",
        "correctChoiceLabel": "25"
      },
      {
        "itemId": "inductive-reasoning-s01-q03",
        "correctChoiceId": "d",
        "correctChoiceLabel": "48"
      },
      {
        "itemId": "inductive-reasoning-s01-q04",
        "correctChoiceId": "a",
        "correctChoiceLabel": "8"
      },
      {
        "itemId": "inductive-reasoning-s01-q05",
        "correctChoiceId": "a",
        "correctChoiceLabel": "25"
      },
      {
        "itemId": "inductive-reasoning-s01-q06",
        "correctChoiceId": "c",
        "correctChoiceLabel": "14"
      },
      {
        "itemId": "inductive-reasoning-s01-q07",
        "correctChoiceId": "b",
        "correctChoiceLabel": "4"
      },
      {
        "itemId": "inductive-reasoning-s01-q08",
        "correctChoiceId": "d",
        "correctChoiceLabel": "16"
      },
      {
        "itemId": "inductive-reasoning-s01-q09",
        "correctChoiceId": "a",
        "correctChoiceLabel": "56"
      },
      {
        "itemId": "inductive-reasoning-s01-q10",
        "correctChoiceId": "b",
        "correctChoiceLabel": "35"
      },
      {
        "itemId": "inductive-reasoning-s02-q01",
        "correctChoiceId": "c",
        "correctChoiceLabel": "I"
      },
      {
        "itemId": "inductive-reasoning-s02-q02",
        "correctChoiceId": "a",
        "correctChoiceLabel": "R"
      },
      {
        "itemId": "inductive-reasoning-s02-q03",
        "correctChoiceId": "b",
        "correctChoiceLabel": "N"
      },
      {
        "itemId": "inductive-reasoning-s02-q04",
        "correctChoiceId": "d",
        "correctChoiceLabel": "EV"
      },
      {
        "itemId": "inductive-reasoning-s02-q05",
        "correctChoiceId": "c",
        "correctChoiceLabel": "P"
      },
      {
        "itemId": "inductive-reasoning-s02-q06",
        "correctChoiceId": "b",
        "correctChoiceLabel": "OP"
      },
      {
        "itemId": "inductive-reasoning-s02-q07",
        "correctChoiceId": "a",
        "correctChoiceLabel": "F"
      },
      {
        "itemId": "inductive-reasoning-s02-q08",
        "correctChoiceId": "c",
        "correctChoiceLabel": "J"
      },
      {
        "itemId": "inductive-reasoning-s02-q09",
        "correctChoiceId": "d",
        "correctChoiceLabel": "I9"
      },
      {
        "itemId": "inductive-reasoning-s02-q10",
        "correctChoiceId": "b",
        "correctChoiceLabel": "KN"
      },
      {
        "itemId": "inductive-reasoning-s03-q01",
        "correctChoiceId": "d",
        "correctChoiceLabel": "Triangle"
      },
      {
        "itemId": "inductive-reasoning-s03-q02",
        "correctChoiceId": "a",
        "correctChoiceLabel": "★"
      },
      {
        "itemId": "inductive-reasoning-s03-q03",
        "correctChoiceId": "c",
        "correctChoiceLabel": "Down"
      },
      {
        "itemId": "inductive-reasoning-s03-q04",
        "correctChoiceId": "b",
        "correctChoiceLabel": "9"
      },
      {
        "itemId": "inductive-reasoning-s03-q05",
        "correctChoiceId": "a",
        "correctChoiceLabel": "Small black square"
      },
      {
        "itemId": "inductive-reasoning-s03-q06",
        "correctChoiceId": "d",
        "correctChoiceLabel": "A heptagon (7 sides)"
      },
      {
        "itemId": "inductive-reasoning-s03-q07",
        "correctChoiceId": "c",
        "correctChoiceLabel": "○●●●●"
      },
      {
        "itemId": "inductive-reasoning-s03-q08",
        "correctChoiceId": "a",
        "correctChoiceLabel": "Bottom-left"
      },
      {
        "itemId": "inductive-reasoning-s03-q09",
        "correctChoiceId": "b",
        "correctChoiceLabel": "5 triangles"
      },
      {
        "itemId": "inductive-reasoning-s03-q10",
        "correctChoiceId": "d",
        "correctChoiceLabel": "The hexagon with 7 dots"
      },
      {
        "itemId": "inductive-reasoning-s04-q01",
        "correctChoiceId": "c",
        "correctChoiceLabel": "100"
      },
      {
        "itemId": "inductive-reasoning-s04-q02",
        "correctChoiceId": "d",
        "correctChoiceLabel": "orange"
      },
      {
        "itemId": "inductive-reasoning-s04-q03",
        "correctChoiceId": "b",
        "correctChoiceLabel": "35"
      },
      {
        "itemId": "inductive-reasoning-s04-q04",
        "correctChoiceId": "a",
        "correctChoiceLabel": "NPS"
      },
      {
        "itemId": "inductive-reasoning-s04-q05",
        "correctChoiceId": "c",
        "correctChoiceLabel": "(5, 6)"
      },
      {
        "itemId": "inductive-reasoning-s04-q06",
        "correctChoiceId": "d",
        "correctChoiceLabel": "tiles"
      },
      {
        "itemId": "inductive-reasoning-s04-q07",
        "correctChoiceId": "b",
        "correctChoiceLabel": "53"
      },
      {
        "itemId": "inductive-reasoning-s04-q08",
        "correctChoiceId": "c",
        "correctChoiceLabel": "(4, 8, 12)"
      },
      {
        "itemId": "inductive-reasoning-s04-q09",
        "correctChoiceId": "a",
        "correctChoiceLabel": "14:14"
      },
      {
        "itemId": "inductive-reasoning-s04-q10",
        "correctChoiceId": "d",
        "correctChoiceLabel": "(7, 11, 17)"
      },
      {
        "itemId": "inductive-reasoning-s05-q01",
        "correctChoiceId": "a",
        "correctChoiceLabel": "14"
      },
      {
        "itemId": "inductive-reasoning-s05-q02",
        "correctChoiceId": "b",
        "correctChoiceLabel": "M"
      },
      {
        "itemId": "inductive-reasoning-s05-q03",
        "correctChoiceId": "c",
        "correctChoiceLabel": "wolf"
      },
      {
        "itemId": "inductive-reasoning-s05-q04",
        "correctChoiceId": "d",
        "correctChoiceLabel": "49"
      },
      {
        "itemId": "inductive-reasoning-s05-q05",
        "correctChoiceId": "b",
        "correctChoiceLabel": "8"
      },
      {
        "itemId": "inductive-reasoning-s05-q06",
        "correctChoiceId": "a",
        "correctChoiceLabel": "MN"
      },
      {
        "itemId": "inductive-reasoning-s05-q07",
        "correctChoiceId": "d",
        "correctChoiceLabel": "8"
      },
      {
        "itemId": "inductive-reasoning-s05-q08",
        "correctChoiceId": "b",
        "correctChoiceLabel": "13"
      },
      {
        "itemId": "inductive-reasoning-s05-q09",
        "correctChoiceId": "a",
        "correctChoiceLabel": "6"
      },
      {
        "itemId": "inductive-reasoning-s05-q10",
        "correctChoiceId": "c",
        "correctChoiceLabel": "EPH"
      },
      {
        "itemId": "inductive-reasoning-s06-q01",
        "correctChoiceId": "b",
        "correctChoiceLabel": "40"
      },
      {
        "itemId": "inductive-reasoning-s06-q02",
        "correctChoiceId": "c",
        "correctChoiceLabel": "8"
      },
      {
        "itemId": "inductive-reasoning-s06-q03",
        "correctChoiceId": "d",
        "correctChoiceLabel": "14"
      },
      {
        "itemId": "inductive-reasoning-s06-q04",
        "correctChoiceId": "a",
        "correctChoiceLabel": "G"
      },
      {
        "itemId": "inductive-reasoning-s06-q05",
        "correctChoiceId": "c",
        "correctChoiceLabel": "27"
      },
      {
        "itemId": "inductive-reasoning-s06-q06",
        "correctChoiceId": "d",
        "correctChoiceLabel": "13"
      },
      {
        "itemId": "inductive-reasoning-s06-q07",
        "correctChoiceId": "b",
        "correctChoiceLabel": "16"
      },
      {
        "itemId": "inductive-reasoning-s06-q08",
        "correctChoiceId": "c",
        "correctChoiceLabel": "T"
      },
      {
        "itemId": "inductive-reasoning-s06-q09",
        "correctChoiceId": "a",
        "correctChoiceLabel": "17"
      },
      {
        "itemId": "inductive-reasoning-s06-q10",
        "correctChoiceId": "d",
        "correctChoiceLabel": "6.75"
      },
      {
        "itemId": "inductive-reasoning-s07-q01",
        "correctChoiceId": "a",
        "correctChoiceLabel": "Swans at this lake are usually white."
      },
      {
        "itemId": "inductive-reasoning-s07-q02",
        "correctChoiceId": "c",
        "correctChoiceLabel": "At this bakery, rainy Saturdays have been associated with higher rye sales."
      },
      {
        "itemId": "inductive-reasoning-s07-q03",
        "correctChoiceId": "b",
        "correctChoiceLabel": "Machine B's output showed a higher fault rate in these samples."
      },
      {
        "itemId": "inductive-reasoning-s07-q04",
        "correctChoiceId": "d",
        "correctChoiceLabel": "In this garden's trial, compost went together with taller growth."
      },
      {
        "itemId": "inductive-reasoning-s07-q05",
        "correctChoiceId": "a",
        "correctChoiceLabel": "The 08:15 is likely, though not certain, to be late again."
      },
      {
        "itemId": "inductive-reasoning-s07-q06",
        "correctChoiceId": "c",
        "correctChoiceLabel": "The sample may not represent afternoon or weekend customers."
      },
      {
        "itemId": "inductive-reasoning-s07-q07",
        "correctChoiceId": "a",
        "correctChoiceLabel": "For this student, more sleep has gone together with higher quiz scores."
      },
      {
        "itemId": "inductive-reasoning-s07-q08",
        "correctChoiceId": "b",
        "correctChoiceLabel": "The bag likely holds red and blue in roughly equal numbers."
      },
      {
        "itemId": "inductive-reasoning-s07-q09",
        "correctChoiceId": "c",
        "correctChoiceLabel": "A drop of roughly 4°C."
      },
      {
        "itemId": "inductive-reasoning-s07-q10",
        "correctChoiceId": "d",
        "correctChoiceLabel": "Fridays supply most borrowings overall, so they would lead any count, including late returns, even with no special effect."
      },
      {
        "itemId": "inductive-reasoning-s08-q01",
        "correctChoiceId": "d",
        "correctChoiceLabel": "9"
      },
      {
        "itemId": "inductive-reasoning-s08-q02",
        "correctChoiceId": "b",
        "correctChoiceLabel": "11"
      },
      {
        "itemId": "inductive-reasoning-s08-q03",
        "correctChoiceId": "a",
        "correctChoiceLabel": "20"
      },
      {
        "itemId": "inductive-reasoning-s08-q04",
        "correctChoiceId": "c",
        "correctChoiceLabel": "15"
      },
      {
        "itemId": "inductive-reasoning-s08-q05",
        "correctChoiceId": "b",
        "correctChoiceLabel": "Black"
      },
      {
        "itemId": "inductive-reasoning-s08-q06",
        "correctChoiceId": "d",
        "correctChoiceLabel": "6"
      },
      {
        "itemId": "inductive-reasoning-s08-q07",
        "correctChoiceId": "c",
        "correctChoiceLabel": "14"
      },
      {
        "itemId": "inductive-reasoning-s08-q08",
        "correctChoiceId": "a",
        "correctChoiceLabel": "I"
      },
      {
        "itemId": "inductive-reasoning-s08-q09",
        "correctChoiceId": "b",
        "correctChoiceLabel": "5"
      },
      {
        "itemId": "inductive-reasoning-s08-q10",
        "correctChoiceId": "d",
        "correctChoiceLabel": "9"
      },
      {
        "itemId": "inductive-reasoning-s09-q01",
        "correctChoiceId": "a",
        "correctChoiceLabel": "21"
      },
      {
        "itemId": "inductive-reasoning-s09-q02",
        "correctChoiceId": "d",
        "correctChoiceLabel": "13"
      },
      {
        "itemId": "inductive-reasoning-s09-q03",
        "correctChoiceId": "b",
        "correctChoiceLabel": "HBUF"
      },
      {
        "itemId": "inductive-reasoning-s09-q04",
        "correctChoiceId": "c",
        "correctChoiceLabel": "17"
      },
      {
        "itemId": "inductive-reasoning-s09-q05",
        "correctChoiceId": "a",
        "correctChoiceLabel": "K"
      },
      {
        "itemId": "inductive-reasoning-s09-q06",
        "correctChoiceId": "d",
        "correctChoiceLabel": "66"
      },
      {
        "itemId": "inductive-reasoning-s09-q07",
        "correctChoiceId": "c",
        "correctChoiceLabel": "SUB"
      },
      {
        "itemId": "inductive-reasoning-s09-q08",
        "correctChoiceId": "b",
        "correctChoiceLabel": "125"
      },
      {
        "itemId": "inductive-reasoning-s09-q09",
        "correctChoiceId": "a",
        "correctChoiceLabel": "37"
      },
      {
        "itemId": "inductive-reasoning-s09-q10",
        "correctChoiceId": "d",
        "correctChoiceLabel": "13"
      },
      {
        "itemId": "inductive-reasoning-s10-q01",
        "correctChoiceId": "b",
        "correctChoiceLabel": "66"
      },
      {
        "itemId": "inductive-reasoning-s10-q02",
        "correctChoiceId": "c",
        "correctChoiceLabel": "42"
      },
      {
        "itemId": "inductive-reasoning-s10-q03",
        "correctChoiceId": "a",
        "correctChoiceLabel": "A random sample of 1,000 households across a city found 90% recycle weekly, so most households in that city recycle weekly."
      },
      {
        "itemId": "inductive-reasoning-s10-q04",
        "correctChoiceId": "d",
        "correctChoiceLabel": "It assumes a short-run pattern will continue indefinitely without limit."
      },
      {
        "itemId": "inductive-reasoning-s10-q05",
        "correctChoiceId": "c",
        "correctChoiceLabel": "6"
      },
      {
        "itemId": "inductive-reasoning-s10-q06",
        "correctChoiceId": "b",
        "correctChoiceLabel": "24"
      },
      {
        "itemId": "inductive-reasoning-s10-q07",
        "correctChoiceId": "d",
        "correctChoiceLabel": "Sampling beetles from deep, unexplored parts of the cave and finding them blind too."
      },
      {
        "itemId": "inductive-reasoning-s10-q08",
        "correctChoiceId": "a",
        "correctChoiceLabel": "R16"
      },
      {
        "itemId": "inductive-reasoning-s10-q09",
        "correctChoiceId": "b",
        "correctChoiceLabel": "720"
      },
      {
        "itemId": "inductive-reasoning-s10-q10",
        "correctChoiceId": "c",
        "correctChoiceLabel": "The amount added grows by 2 each step."
      }
    ]
  },
  "workedExplanations": {
    "title": "Worked explanations",
    "items": [
      {
        "itemId": "inductive-reasoning-s01-q01",
        "explanation": "Each term rises by 2, so the sequence continues 8 + 2 = 10."
      },
      {
        "itemId": "inductive-reasoning-s01-q02",
        "explanation": "The sequence adds 5 at every step: 20 + 5 = 25."
      },
      {
        "itemId": "inductive-reasoning-s01-q03",
        "explanation": "Each term is double the one before, so the next term is 24 × 2 = 48. Checking the rule against every given term protects you from guessing off just the last pair."
      },
      {
        "itemId": "inductive-reasoning-s01-q04",
        "explanation": "The sequence falls by 3 each step: 11 − 3 = 8."
      },
      {
        "itemId": "inductive-reasoning-s01-q05",
        "explanation": "These are the square numbers 1², 2², 3², 4², the next is 5² = 25. When gaps keep widening, test whether the terms are squares or another named family."
      },
      {
        "itemId": "inductive-reasoning-s01-q06",
        "explanation": "Each term adds 3: 11 + 3 = 14."
      },
      {
        "itemId": "inductive-reasoning-s01-q07",
        "explanation": "Each term is half the one before: 8 ÷ 2 = 4."
      },
      {
        "itemId": "inductive-reasoning-s01-q08",
        "explanation": "The gaps grow by one each time (+1, +2, +3, +4), so the next gap is +5: 11 + 5 = 16. Writing out the differences is the quickest way to expose a hidden second-level rule."
      },
      {
        "itemId": "inductive-reasoning-s01-q09",
        "explanation": "The amount subtracted shrinks by one each step (−10, −9, −8), so the next step is −7: 63 − 7 = 56."
      },
      {
        "itemId": "inductive-reasoning-s01-q10",
        "explanation": "These are the multiples of 7 in order, so the next is 7 × 5 = 35."
      },
      {
        "itemId": "inductive-reasoning-s02-q01",
        "explanation": "The sequence skips one letter each step (two places forward), so after G comes I."
      },
      {
        "itemId": "inductive-reasoning-s02-q02",
        "explanation": "Each step moves two letters backwards through the alphabet: T back two is R."
      },
      {
        "itemId": "inductive-reasoning-s02-q03",
        "explanation": "Each letter sits three places after the previous one, and three past K is N. Converting letters to alphabet positions (2, 5, 8, 11) makes the +3 rule obvious."
      },
      {
        "itemId": "inductive-reasoning-s02-q04",
        "explanation": "The first letter walks forward from A while the second walks backwards from Z, so the pair after DW joins E with V."
      },
      {
        "itemId": "inductive-reasoning-s02-q05",
        "explanation": "The jump grows by one letter each time (+1, +2, +3, +4), so the next jump is five letters: K to P."
      },
      {
        "itemId": "inductive-reasoning-s02-q06",
        "explanation": "Each pair is two neighbouring letters, and each pair starts three letters after the last (C, F, I, L, O), giving O followed by P."
      },
      {
        "itemId": "inductive-reasoning-s02-q07",
        "explanation": "The steps alternate two forward, one back (A→C→B→D→C→E→D), so the next step is two forward: F. Alternating sequences reward tracking the pattern of moves, not just the letters."
      },
      {
        "itemId": "inductive-reasoning-s02-q08",
        "explanation": "The jumps alternate direction and grow by one: +1, −2, +3, −4, +5, so the next move is −6, taking P (position 16) to J (position 10)."
      },
      {
        "itemId": "inductive-reasoning-s02-q09",
        "explanation": "The letters advance two at a time (A, C, E, G, I) and each number is that letter's alphabet position. The 9th letter is I, giving I9."
      },
      {
        "itemId": "inductive-reasoning-s02-q10",
        "explanation": "In every conforming pair the second letter comes exactly two after the first (B→D, E→G, H→J, P→R); K to N is a three-letter jump."
      },
      {
        "itemId": "inductive-reasoning-s03-q01",
        "explanation": "The three-shape unit circle–square–triangle repeats, and the second unit still needs its triangle."
      },
      {
        "itemId": "inductive-reasoning-s03-q02",
        "explanation": "The repeating unit is star, star, dot. The seventh symbol starts a new unit, so the second star comes next."
      },
      {
        "itemId": "inductive-reasoning-s03-q03",
        "explanation": "The arrow rotates a quarter turn clockwise each step, so after right it points down."
      },
      {
        "itemId": "inductive-reasoning-s03-q04",
        "explanation": "The dot count climbs through the odd numbers, adding two each time: 7 + 2 = 9."
      },
      {
        "itemId": "inductive-reasoning-s03-q05",
        "explanation": "Size and colour change together in a two-step cycle, so a large white square is always followed by a small black one."
      },
      {
        "itemId": "inductive-reasoning-s03-q06",
        "explanation": "The side count rises by one with each figure, so a seven-sided shape follows the hexagon."
      },
      {
        "itemId": "inductive-reasoning-s03-q07",
        "explanation": "Each group keeps its single white circle and gains one more black circle, so the next group has four black circles after the white one."
      },
      {
        "itemId": "inductive-reasoning-s03-q08",
        "explanation": "The shading moves one quarter clockwise each step, so after bottom-right it reaches bottom-left."
      },
      {
        "itemId": "inductive-reasoning-s03-q09",
        "explanation": "Two rules run together: the count rises by one each card while the shape alternates between triangle and square, so five triangles come next."
      },
      {
        "itemId": "inductive-reasoning-s03-q10",
        "explanation": "The shared rule is that the dot count equals the number of sides, so a six-sided hexagon should carry six dots, not seven."
      },
      {
        "itemId": "inductive-reasoning-s04-q01",
        "explanation": "8, 64, and 216 are perfect cubes (2³, 4³, 6³); 100 is a square but not a cube."
      },
      {
        "itemId": "inductive-reasoning-s04-q02",
        "explanation": "The first three each contain a doubled letter (tt, ff, nn); orange has no repeated adjacent letters. When the odd one out isn't about meaning, check the words' structure."
      },
      {
        "itemId": "inductive-reasoning-s04-q03",
        "explanation": "27, 45, and 63 are all multiples of 9; dividing 35 by 9 leaves a remainder."
      },
      {
        "itemId": "inductive-reasoning-s04-q04",
        "explanation": "In the other groups each letter steps forward two places (B–D–F, H–J–L, P–R–T); N–P–S ends with a three-letter jump."
      },
      {
        "itemId": "inductive-reasoning-s04-q05",
        "explanation": "Every other pair sums to 10; 5 + 6 makes 11."
      },
      {
        "itemId": "inductive-reasoning-s04-q06",
        "explanation": "Level, civic, and rotor read the same forwards and backwards (palindromes); tiles does not."
      },
      {
        "itemId": "inductive-reasoning-s04-q07",
        "explanation": "46, 64, and 82 each have digits that sum to ten; 5 + 3 gives only eight. Digit sums are a classic hidden property worth testing when face value shows no pattern."
      },
      {
        "itemId": "inductive-reasoning-s04-q08",
        "explanation": "In the other triples each number doubles the one before; 8 to 12 adds 4 instead of doubling."
      },
      {
        "itemId": "inductive-reasoning-s04-q09",
        "explanation": "Read as digit strings, 10:01, 12:21, and 15:51 are palindromes (1001, 1221, 1551); 1414 reversed gives 4141, so it breaks the rule."
      },
      {
        "itemId": "inductive-reasoning-s04-q10",
        "explanation": "In the conforming groups the third number is the sum of the first two (2+3=5, 5+7=12, 11+13=24); 7 + 11 is 18, not 17."
      },
      {
        "itemId": "inductive-reasoning-s05-q01",
        "explanation": "6 is double 3, so apply the same doubling: 7 × 2 = 14."
      },
      {
        "itemId": "inductive-reasoning-s05-q02",
        "explanation": "F sits three letters after C, and three letters after J is M."
      },
      {
        "itemId": "inductive-reasoning-s05-q03",
        "explanation": "The second word spells the first backwards, and flow reversed is wolf. Watch for near-misses that merely rearrange the same letters."
      },
      {
        "itemId": "inductive-reasoning-s05-q04",
        "explanation": "Both example pairs square the first number (4² = 16, 5² = 25), multiplying by 4 would fail the second pair, so 7² = 49. A second example exists precisely to rule out rival rules."
      },
      {
        "itemId": "inductive-reasoning-s05-q05",
        "explanation": "The second number is the square root of the first, and the square root of 64 is 8."
      },
      {
        "itemId": "inductive-reasoning-s05-q06",
        "explanation": "Each letter of the pair moves three places forward: J becomes M and K becomes N."
      },
      {
        "itemId": "inductive-reasoning-s05-q07",
        "explanation": "The second value is the reciprocal of the first, and the reciprocal of 1/8 is 8."
      },
      {
        "itemId": "inductive-reasoning-s05-q08",
        "explanation": "The single number is the sum of the pair: 7 + 6 = 13."
      },
      {
        "itemId": "inductive-reasoning-s05-q09",
        "explanation": "The number counts the shape's sides: a triangle has three and a hexagon has six."
      },
      {
        "itemId": "inductive-reasoning-s05-q10",
        "explanation": "Every letter shifts one place forward (C→D, A→B, T→U), so D→E, O→P, G→H. Decode the rule letter by letter rather than trusting the overall look of an option."
      },
      {
        "itemId": "inductive-reasoning-s06-q01",
        "explanation": "Two strands interleave (1, 2, 3, 4 and 10, 20, 30), and the next position belongs to the tens strand: 40."
      },
      {
        "itemId": "inductive-reasoning-s06-q02",
        "explanation": "Odd positions climb by two (2, 4, 6, 8) while even positions fall by ten; the seventh term continues the climbing strand."
      },
      {
        "itemId": "inductive-reasoning-s06-q03",
        "explanation": "The steps alternate +1, +2, +1, +2; after 12 the next step is +2, giving 14."
      },
      {
        "itemId": "inductive-reasoning-s06-q04",
        "explanation": "Letters skipping one place (A, C, E, G) alternate with even numbers, and the next position is a letter."
      },
      {
        "itemId": "inductive-reasoning-s06-q05",
        "explanation": "One strand falls by five (40, 35, 30, 25) while the other triples (1, 3, 9); the next term triples again: 9 × 3 = 27."
      },
      {
        "itemId": "inductive-reasoning-s06-q06",
        "explanation": "Each term is the sum of the two before it: 5 + 8 = 13. When neither differences nor ratios settle, try combining earlier terms."
      },
      {
        "itemId": "inductive-reasoning-s06-q07",
        "explanation": "The even positions double each time (2, 4, 8, 16), while the falling strand shrinks its step by one (−10, −9, −8); the next position belongs to the doubling strand."
      },
      {
        "itemId": "inductive-reasoning-s06-q08",
        "explanation": "The letter strand's jump grows by one each time (J→K is one, K→M two, M→P three), so the next letter is four past P: T."
      },
      {
        "itemId": "inductive-reasoning-s06-q09",
        "explanation": "Both interleaved strands rise by two (6, 8, 10, 12 and 11, 13, 15); the next term continues the second strand: 17."
      },
      {
        "itemId": "inductive-reasoning-s06-q10",
        "explanation": "The steps alternate multiply-by-three and halve (2×3=6, 6÷2=3, 3×3=9, 9÷2=4.5); after 13.5 comes halving: 6.75."
      },
      {
        "itemId": "inductive-reasoning-s07-q01",
        "explanation": "Induction supports a probable, local generalisation: many consistent sightings at one lake. Claims about all swans, or about what cannot happen, outrun the evidence."
      },
      {
        "itemId": "inductive-reasoning-s07-q02",
        "explanation": "Repeated pairing of rain and higher sales supports an association at this bakery; claiming a cause, or extending the rule to every town, needs far more evidence."
      },
      {
        "itemId": "inductive-reasoning-s07-q03",
        "explanation": "Samples justify comparing observed rates, nothing stronger. They cannot certify a zero-fault machine or predict any single bolt with certainty."
      },
      {
        "itemId": "inductive-reasoning-s07-q04",
        "explanation": "A consistent difference in one trial supports a local association. Universal or causal claims need repeated trials under varied, controlled conditions."
      },
      {
        "itemId": "inductive-reasoning-s07-q05",
        "explanation": "A short consistent run raises the probability that the pattern repeats, but induction never turns 'has happened five times' into a guarantee or an exact figure."
      },
      {
        "itemId": "inductive-reasoning-s07-q06",
        "explanation": "An inductive generalisation is only as good as its sample. Times of day that were never sampled may behave differently, so the conclusion should stay limited to weekday mornings."
      },
      {
        "itemId": "inductive-reasoning-s07-q07",
        "explanation": "Personal records support a personal association. They cannot establish a universal law about all students, nor promise any particular future result."
      },
      {
        "itemId": "inductive-reasoning-s07-q08",
        "explanation": "Near-equal frequencies in a large sample point to roughly equal proportions: an estimate, not an exact count. Expecting the next draw to 'balance things out' is the gambler's fallacy."
      },
      {
        "itemId": "inductive-reasoning-s07-q09",
        "explanation": "600 metres is four steps of 150, so about four degrees of cooling. The word 'roughly' matters, because an induced rate supports an estimate rather than a promise."
      },
      {
        "itemId": "inductive-reasoning-s07-q10",
        "explanation": "When one category dominates the data, its dominance alone can explain its lead in any subcategory. Comparing rates (late returns per borrowing) rather than raw counts is the fix."
      },
      {
        "itemId": "inductive-reasoning-s08-q01",
        "explanation": "The cells count upwards by one, left to right and row by row, so the final cell is 9."
      },
      {
        "itemId": "inductive-reasoning-s08-q02",
        "explanation": "In every row the third number is the sum of the first two (2+5=7, 3+6=9), so 4 + 7 = 11."
      },
      {
        "itemId": "inductive-reasoning-s08-q03",
        "explanation": "Every number doubles as you move down its column (2→4→8, 3→6→12), so the last column runs 5 → 10 → 20."
      },
      {
        "itemId": "inductive-reasoning-s08-q04",
        "explanation": "Each row's third number is the product of the first two (2×3=6, 4×2=8), so 3 × 5 = 15. Test sum, difference, and product rules against every complete row before answering."
      },
      {
        "itemId": "inductive-reasoning-s08-q05",
        "explanation": "Every row and every column uses each shade exactly once, a Latin-square rule, and black is the only shade missing from both the third row and the middle column."
      },
      {
        "itemId": "inductive-reasoning-s08-q06",
        "explanation": "Each complete row sums to 15 (4+9+2 and 3+5+7), so the last row needs 15 − 8 − 1 = 6."
      },
      {
        "itemId": "inductive-reasoning-s08-q07",
        "explanation": "Away from the edges, each cell equals the cell above it plus the cell to its left (4 = 2 + 2, 7 = 3 + 4, 7 = 4 + 3), so the corner is 7 + 7 = 14."
      },
      {
        "itemId": "inductive-reasoning-s08-q08",
        "explanation": "The columns list the alphabet in order (A-B-C, D-E-F, G-H-...), so the final column ends with I."
      },
      {
        "itemId": "inductive-reasoning-s08-q09",
        "explanation": "In each row the right-hand number is half the left-hand one: 10 ÷ 2 = 5."
      },
      {
        "itemId": "inductive-reasoning-s08-q10",
        "explanation": "Each row's third number is the first minus the second (9−4=5, 12−5=7), giving 15 − 6 = 9, and the final column's own climb (5, 7, 9) confirms it. Converging rules are strong evidence you have the right answer."
      },
      {
        "itemId": "inductive-reasoning-s09-q01",
        "explanation": "Each output is double the input plus one (3→7, 5→11, 8→17), so 10 × 2 + 1 = 21. Always confirm a candidate rule against every example pair, not just the first."
      },
      {
        "itemId": "inductive-reasoning-s09-q02",
        "explanation": "Every output is half its input, so 26 ÷ 2 = 13."
      },
      {
        "itemId": "inductive-reasoning-s09-q03",
        "explanation": "Each letter shifts one place forward (L→M, A→B, M→N, P→Q), so GATE becomes HBUF."
      },
      {
        "itemId": "inductive-reasoning-s09-q04",
        "explanation": "Each output is double the input minus one, a rule all four examples satisfy, so 9 × 2 − 1 = 17."
      },
      {
        "itemId": "inductive-reasoning-s09-q05",
        "explanation": "Each number maps to the letter at that position of the alphabet, and the 11th letter is K."
      },
      {
        "itemId": "inductive-reasoning-s09-q06",
        "explanation": "Every output is six times its input, so 11 × 6 = 66."
      },
      {
        "itemId": "inductive-reasoning-s09-q07",
        "explanation": "The code reverses the word's letters, so BUS becomes SUB."
      },
      {
        "itemId": "inductive-reasoning-s09-q08",
        "explanation": "Each output is the input cubed (2³=8, 3³=27, 4³=64), so 5³ = 125."
      },
      {
        "itemId": "inductive-reasoning-s09-q09",
        "explanation": "Each output is triple the input plus one (3→10, 6→19, 10→31), so 12 × 3 + 1 = 37."
      },
      {
        "itemId": "inductive-reasoning-s09-q10",
        "explanation": "Each output is the sum of the input's digits (2+3=5, 4+7=11, 6+5=11, 8+1=9), so 7 + 6 = 13. When arithmetic on the whole number fails, try operating on its digits."
      },
      {
        "itemId": "inductive-reasoning-s10-q01",
        "explanation": "The gaps double each time (2, 4, 8, 16), so the next gap is 32: 34 + 32 = 66."
      },
      {
        "itemId": "inductive-reasoning-s10-q02",
        "explanation": "The gaps rise by two each step (4, 6, 8, 10), so the next gap is 12: 30 + 12 = 42. Equivalently, the nth term is n × (n + 1)."
      },
      {
        "itemId": "inductive-reasoning-s10-q03",
        "explanation": "Inductive strength grows with sample size, random selection, and a conclusion that stays close to the evidence. Tiny samples, single snapshots, and interested sources all weaken an inference."
      },
      {
        "itemId": "inductive-reasoning-s10-q04",
        "explanation": "Short runs fit many possible rules, and real processes meet limits that flatten early trends. Extending a three-point pattern five more steps is the classic extrapolation trap."
      },
      {
        "itemId": "inductive-reasoning-s10-q05",
        "explanation": "In every pair the second number is the square of the first, and 36 is 6 squared. Note the pattern skips a value. The rule linking the pair matters, not the row count."
      },
      {
        "itemId": "inductive-reasoning-s10-q06",
        "explanation": "Each term is one more than a prime number (2, 3, 5, 7, 11, 13, 17, 19), so the next is 23 + 1 = 24. Mapping an odd-looking sequence onto a familiar number family is a powerful inductive move."
      },
      {
        "itemId": "inductive-reasoning-s10-q07",
        "explanation": "Induction strengthens most when new evidence comes from varied, previously unsampled parts of the population, rechecking the same cases adds almost nothing."
      },
      {
        "itemId": "inductive-reasoning-s10-q08",
        "explanation": "Two rules run in parallel: the letter steps back two places (Z, X, V, T, R) while the number doubles (1, 2, 4, 8, 16)."
      },
      {
        "itemId": "inductive-reasoning-s10-q09",
        "explanation": "The multiplier grows by one at each step (×2, ×3, ×4, ×5), so the next step is ×6: 120 × 6 = 720."
      },
      {
        "itemId": "inductive-reasoning-s10-q10",
        "explanation": "Testing candidates against all the data is the heart of induction: doubling fits only the first three terms, but the growing-gap rule (+2, +4, +6, +8) survives every step."
      }
    ]
  }
}
