Loading…
Loading…
Pick what you want, print the page. The answer key comes with it, on its own sheet, and it tells you the mistake behind every wrong choice — not just which letter is right.
4 on the sheet, 4 match these filtersReshuffleStart overseed 1
This exact URL always produces this exact sheet — bookmark it and the answer key will still match next term. Print with your browser; the controls and the site navigation are left off the page.
Name: ______________________Date: ____________4 questions · 12 points
1.The first three patterns are made of dots and follow a rule. How many dots will the fifth pattern have?[3]
Three dot patterns in a row. The first has one column of 2 dots with a single dot above it, making 3. The second has two columns of 2 dots with a single dot above, making 5. The third has three columns of 2 dots with a single dot above, making 7.
2.A pattern of tiles repeats: black, black, white. What colour is the 100th tile?[3]
3.A sequence begins 7, 11, 15, 19, and continues with the same constant step. What is the 30th term?[3]
4.A sequence is defined by a(1) = 2 and a(n+1) = 2 a(n) - 1 for every n. What is a(6)?[3]
Kangaroo Atlas · https://kangaroo-atlas.vercel.app · seed 1 · CC BY-NC-SA 4.0 · Independent project, not affiliated with Math Kangaroo in USA, NFP.
Each wrong choice carries the thinking that produces it. When a student picks C, this is what they were doing.
1.C — 11KA-0008Continuing a visual pattern
2.A — blackKA-0108Repeating cycles and position mod n
3.A — 123KA-0160Arithmetic sequences and the nth term
4.A — 33KA-0171Recursive rules