Lesson progress0 / 10 missions
Lesson 24.5 · Classification

Count Shapes, Tilings, and Assemblies Systematically

Give every object a complete signature—size, orientation, position, vertex set, first split, or side total—so no shape is missed and none is counted twice.

size & orientationvertex setslattice areatiling splitsequal-side assemblies
Progress is saved in this browser.

Count by a canonical signature

A drawn figure can be large or small, upright or tilted, and placed in many locations. A tiling can split at a joint or cross it. A square can be assembled from different segment sets.

Every object → exactly one signature → exactly one count
Final audit: Are your cases disjoint? Do they cover every possible object? Can you reconstruct each object from its signature?
1
Foundation

Choose the signature that makes each case unique

Not complete
SizeSide length, area, or number of smallest regions.
OrientationUpright, tilted, horizontal, vertical, or one of three lattice directions.
Position / verticesTop-left location or the exact set of corner points.
Construction typeFirst tiling split, side total, or selected segment set.
Do not classify only by appearance. Two shapes of the same size may occupy different positions; two triangles with the same vertices are the same triangle even when named in a different order.
Checkpoint
Need a hint?

Choose a signature that ignores only the differences the problem says do not matter.

2
Exercise 1

Count every square in a 3 × 6 grid by side length

Not complete

Highlight one original square

2
1 / 10

Complete original case table

18+10+4=32

Only squares whose sides follow drawn grid lines count here. For side length s, the top-left corner has (3-s+1)(6-s+1) positions.


General rectangular grid

original checkpoint
Need a hint?

Fix the square size first, then count its possible top-left positions.

3
Exercise 6 · Test 24 Question 1

Audit all 35 triangles in a pentagram

Not complete

This diagram includes both the five-pointed star and its outer pentagon boundary. Only triangles whose three entire sides follow drawn straight segments count. Intersections may be vertices. Before viewing every triangle, choose one and trace its three straight sides. Count the small regions it contains, including the central pentagon when present. Record its three vertex labels so the same triangle is not counted again from another corner. The highlighted family below now names its component case.

Runtime vertex-set audit

1 / 35

original classification by contents

10+10+5+5+5=35

The worked example groups triangles by how many visible triangular regions—and whether the central pentagon—they contain. The enumeration check independently identifies every triangle by its unordered set of three vertices.

No duplicate names: △ABC, △BCA, and △CAB are one triangle.
Checkpoint
Need a hint?

Trace all three sides along drawn segments and use the vertex set to avoid recounting.

4
Test 24 · Question 2

Separate upright and tilted squares in an X-grid

Not complete
1 / 46

Current X-grid case ledger (checkpoint uses 3 rows × 4 columns)

OrientationScaleCount
20upright
26tilted
46total
graph points

Every cell contains both diagonals. Square sides must follow drawn straight segments, including diagonals joined across cells. In the ledger, upright scale means side length in unit cells; tilted scale means the horizontal diagonal length in unit cells. A square is stored by its four vertices. Sorting those vertices gives a canonical key, so the same square cannot be generated four times from four different starting corners.

original checkpoint
Need a hint?

Separate upright and tilted shapes before subdividing by size.

5
Exercise 10 · Test 24 Question 8

Enumerate rhombi and fixed-area triangles on lattices

Not complete

Two-small-triangle parallelograms

Count only rhombi formed by two smallest triangles sharing one full edge. For an outer side of 6 unit edges, one orientation has 1+2+3+4+5=15 positions. Rotation gives three orientations, totaling 45.

1 / 45
15orientation 1
15orientation 2
15orientation 3
45total

Area-3 triangles in a 3 × 2 rectangle

Choose any three of the twelve grid points as vertices; straight triangle sides may cross cell interiors. Each small cell is a unit square. Count unordered vertex sets with area exactly 3 square units. The two horizontal full-width bases give four triangles each; the two vertical full-height bases give three each. Four corner triangles occur in both lists, so 8+6−4=10. The complete three-point search checks that these lists contain all qualifying triangles.

1 / 10
220triples checked
10area-3 triangles
3target area
12lattice points
Checkpoint
Need a hint?

For a lattice triangle use base × perpendicular height ÷ 2; do not measure pixels.

6
Test 24 · Questions 9–10

Count vertex triangles in a hexagon and a composite diagram

Not complete

Regular-hexagon triangles sharing a side

Choose three of the six labeled vertices and join them; chords are allowed. Count triangles having at least one full side in common with the hexagon boundary, not merely touching a vertex.

1 / 18
12+6=18

Composite triangle diagram

Here all three triangle sides must follow the drawn straight segments. The interior intersections are also allowed vertices.

1 / 20
7+6+4+2+1=20
Checkpoint
Need a hint?

Choose vertices or a forced first piece, then reject configurations that do not close the required shape.

7
Test 24 · Question 11

Count domino tilings by whether the joint is crossed

Not complete

Count the L-board without a computer

Draw a horizontal dividing line above the bottom 2 × 2 block. Either no domino crosses it, or both columns have a crossing domino. One crossing alone would leave an odd number of cells in the bottom block.

Let T(n) count a 2 × n rectangle. At its left edge, use one vertical domino, leaving T(n−1), or two horizontal dominoes, leaving T(n−2). Thus T(n)=T(n−1)+T(n−2). Start with T(0)=1 (nothing left to fill) and T(1)=1.

n0123456
T(n)11235813

No crossing: 13 × 2 = 26. Two crossings: the bottom row is forced horizontal, and the two top-right cells are also forced horizontal. Only a 2 × 4 rectangle remains: 5 ways. Total: 26 + 5 = 31.

For the first-cell split, horizontal first gives 2 × T(4) + T(2) = 12; vertical first gives 2 × T(5) + T(3) = 19. In each expression, the first term has no crossing and the second has two crossings. These disjoint cases again give 31.

Second proof: Lesson 24.4 classified this board by the first tile. Here we use the worked solution’s different split: either the top rectangle and lower square remain separate, or at least one domino crosses their joint.

Inspect every tiling

1 / 31
runtime backtracking

Two complete cases

Separated26

13 tilings of a 2×6 rectangle × 2 tilings of a 2×2 square.

Crosses joint5

Five remaining coverings each use two vertical dominoes across the marked joint.

26+5=31

The cases are disjoint and exhaustive: every tiling either crosses the joint or it does not. Count placements on this fixed board, without merging rotations or reflections. Each domino covers two edge-adjacent cells; equal numbers label its two cells.

Checkpoint
Need a hint?

The joint has zero or two crossing dominoes. With two, three domino placements are forced.

8
Test 24 · Question 12

Assemble a square from selected segment lengths

Not complete

Before viewing the assemblies, choose a side length and a set of segments. Separate the segments into four groups with that same total. Record the selected set only once: rearranging the same segments within a side does not create a new method under this activity's convention.

There is one rigid segment of each integer length from 1 through 9. Select segments without cutting or bending them, and use each selected segment exactly once, end-to-end along one of four equal sides. Different orders along the same side do not create new methods; a method is determined by its selected set.

1 / 9

Segments

Classify by common side length

1+1+5+1+1=9
Why stop at 11? All segments total 45, so four equal sides cannot exceed 45÷4=11.25. The side length is an integer. It cannot be below 7: if side length is s≤6, only segments 1 through s fit, and their combined length s(s+1)÷2 is less than the required 4s.

The runtime search checks all 511 nonempty segment subsets and tries to partition each qualifying subset into four equal-sum groups.

Checkpoint
Need a hint?

Fix the side total, then split your selected segment set into four groups with that total.

9
Independent practice

Shapes, tilings, and assemblies workshop

Not complete

1. Squares with sides on the grid lines of a 3-row × 6-column grid

2. How many triangles have three complete drawn sides in the pentagram and its outer pentagon shown below?

3. Squares in a 3-row × 4-column grid with both diagonals in every cell; all sides follow drawn straight segments

4. Rhombi made of exactly two adjacent smallest triangles in a triangular grid with 6 unit edges per outer side

5. Triangles of area 3 with vertices among the 12 grid points of a 3-column × 2-row unit-square grid; count each vertex set once

6. Triangles using three vertices of a regular hexagon and sharing at least one full boundary side; chords are allowed

7. Triangles whose three complete sides follow the drawn segments in the diagram below

8. 1×2 domino tilings of a 2-row × 6-column rectangle with a 2×2 block directly below its rightmost two columns; count fixed placements

Need a hint?

Correct all eight answers: 32; 35; 46; 45; 10; 18; 20; 31. Count grid squares by side length, X-grid squares by orientation and scale, and rhombi by the direction of the shared small-triangle edge. Count placements separately, even when shapes are congruent.

10
Exit ticket

Prove that your cases are complete and non-overlapping

Not complete

1. Number of 2 × 2 squares in the 3-row × 6-column grid

2. How many triangle families are in Mission 3’s contents-based table?

3. Tilted squares in the 3-row × 4-column X-grid

4. Tilings of that fixed L-board with dominoes crossing into its bottom 2×2 block

5. Select from one rigid segment of each length 1–9 to form four equal sides, with no cutting. How many selected sets work? Count a set once even if it has different assemblies.

Need a hint?

Answers: 10; 5; 26; 5; 9. The 2×2 grid square has 2×5 positions. The pentagram table has five families. Tilted X-grid counts total 26; joint-crossing tilings total 5. Nine different segment sets can be partitioned into four equal sides.

Certificate of mastery

Shape, Tiling & Assembly Classification Architect

This certifies that the learner counted figures using complete signatures, exhaustive geometry searches, tiling cases, and equal-side assemblies.

Chapter 24 · Lesson 24.5