B Set 5 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "title": "Medium Sequence Pattern #5",
    "sequenceType": "seq-fibonacci",
    "displaySequence": [
        2,
        5,
        7,
        "_",
        "_",
        31,
        50,
        81
    ],
    "fullSequence": [
        2,
        5,
        7,
        12,
        19,
        31,
        50,
        81
    ],
    "blankPositions": [
        3,
        4
    ],
    "answers": [
        12,
        19
    ],
    "rule": "Each term is the sum of the two terms before it",
    "question": "Find the 2 missing terms in the sequence: 2, 5, 7, _, _, 31, 50, 81",
    "sequenceLength": 8,
    "hint": "Add the two previous terms to get the next one.",
    "_archetype": null,
    "_generatorId": null
}