PAT-01Continuing a visual patternalso PAT-02
Loading…
Loading…
177 problems, every one written from scratch, every wrong answer carrying the mistake that produces it. 708 explanations in all.
4 problemsClear all filters
A pattern of tiles repeats: black, black, white. What colour is the 100th tile?
A sequence begins 7, 11, 15, 19, and continues with the same constant step. What is the 30th term?
A sequence is defined by a(1) = 2 and a(n+1) = 2 a(n) - 1 for every n. What is a(6)?