B Set 51 Unknown

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

{
    "title": "Easy Tangram: Horse #51",
    "puzzleType": "animals",
    "targetShape": "Horse",
    "pieces": [
        {
            "id": "LT2",
            "name": "Large Triangle 2",
            "type": "large-triangle",
            "rotation": 90,
            "positionHint": "bottom-left corner",
            "isVisible": true
        },
        {
            "id": "MT1",
            "name": "Medium Triangle",
            "type": "medium-triangle",
            "rotation": 45,
            "positionHint": "bottom-center",
            "isVisible": true
        },
        {
            "id": "SQ1",
            "name": "Square",
            "type": "square",
            "rotation": 180,
            "positionHint": "top-right corner",
            "isVisible": true
        },
        {
            "id": "LT1",
            "name": "Large Triangle 1",
            "type": "large-triangle",
            "rotation": 225,
            "positionHint": "bottom-right corner",
            "isVisible": true
        },
        {
            "id": "ST2",
            "name": "Small Triangle 2",
            "type": "small-triangle",
            "rotation": 0,
            "positionHint": "center",
            "isVisible": true
        },
        {
            "id": "PG1",
            "name": "Parallelogram",
            "type": "parallelogram",
            "rotation": 225,
            "positionHint": "center-right",
            "isVisible": false
        },
        {
            "id": "ST1",
            "name": "Small Triangle 1",
            "type": "small-triangle",
            "rotation": 270,
            "positionHint": "top-left corner",
            "isVisible": false
        }
    ],
    "visiblePieceCount": 5,
    "clues": [
        "Form the shape of a Horse using all 7 tangram pieces.",
        "Use all 7 pieces. Pieces may be rotated and flipped.",
        "The silhouette outline represents a Horse.",
        "Piece positions are shown to guide you. Rotate them to fit."
    ],
    "solution": [
        {
            "step": 1,
            "instruction": "Identify the Horse silhouette outline as your target."
        },
        {
            "step": 2,
            "pieceName": "Large Triangle 1",
            "instruction": "Place the first large triangle to form the largest section of the shape."
        },
        {
            "step": 3,
            "pieceName": "Large Triangle 2",
            "instruction": "Place the second large triangle adjacent to the first, forming the main body."
        },
        {
            "step": 4,
            "pieceName": "Medium Triangle",
            "instruction": "Fit the medium triangle into the middle area of the figure."
        },
        {
            "step": 5,
            "pieceName": "Square",
            "instruction": "Place the square to fill a compact interior region."
        },
        {
            "step": 6,
            "pieceName": "Parallelogram",
            "instruction": "Slide the parallelogram (flip if needed) into the remaining angled gap."
        },
        {
            "step": 7,
            "pieceName": "Small Triangle 1",
            "instruction": "Tuck the first small triangle into a corner or pointed region."
        },
        {
            "step": 8,
            "pieceName": "Small Triangle 2",
            "instruction": "Place the final small triangle to complete the silhouette."
        },
        {
            "step": 9,
            "instruction": "Verify all 7 pieces are used with no overlaps and no gaps outside the outline."
        }
    ],
    "hints": [
        "The two large triangles form more than half of the Horse silhouette.",
        "The parallelogram is the only piece that may need to be flipped over.",
        "Start with the largest pieces and work toward the smallest."
    ],
    "_archetype": null,
    "_generatorId": null
}