← Complete problem index

PROJECT EULER · #0117

Red, Green, and Blue Tiles

Statement only · SolvedOriginal problem ↗

Using a combination of grey square tiles and oblong tiles chosen from: red tiles (measuring two units), green tiles (measuring three units), and blue tiles (measuring four units), it is possible to tile a row measuring five units in length in exactly fifteen different ways.

png117.png

How many ways can a row measuring fifty units in length be tiled?

NOTE: This is related to Problem 116.

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.