A
B
C
D
E
100
Skip count by 5s, starting at 0. Stop when you get to 50.
5, 10, 15, 20, 25, 30, 35, 40, 45, 50.
100
Skip count by 2 starting at 0. Stop when you get to 20.
2, 4, 6, 8, 10, 12, 14, 16, 18, 20
100
Skip count by 5s starting at 1,110. Stop when you get to 1,160.
1,120, 1,130, 1,140, 1,150, 1,160
100
Count BACKWARDS by 5s, starting at 50. Go all the way to 0.
50, 45, 40, 35, 30, 25, 20, 15, 10, 5, 0
100
Skip count by 10s starting at 17. Stop when you get past 60.
17, 27, 37, 47, 57, 67
200
Skip count by 5s, starting at 925. Stop when you get to 975.
925, 930, 935, 940, 945, 950, 955,960,965,970
200
Skip count by 2's starting at 100. Stop when you get to 120.
102, 104, 106, 108, 110, 112, 114, 116, 118, 120
200
Skip count by 10s starting at 147. Stop when you get past 200.
147, 157, 167, 177, 187, 197, 207,
200
Skip count by 100s starting at 52. Stop when you get past 400.
52, 152, 252, 352, 452,
200
Skip count by 5s starting at 6,085 . Stop when you get to 6,105
6,085, 6,090, 6,095, 6,100, 6,105
300
Count BACKWARDS by 10, starting at 80. Stop when you get below 20.
80, 70, 60, 50, 40, 30, 20
300
Skip count by 20s, starting at 0. Stop when you get to 200.
20, 40, 60, 80, 100, 120, 140, 160, 180, 200
300
Skip count by 10s, starting at 187. Stop when you get past 250.
187, 197, 207, 217, 227, 237, 247, 257,
300
Skip count by 5s, starting at 3,000. Stop when you get to 3,025.
3,000, 3,005, 3,010, 3,015, 3,020, 3,025
300
Count BACKWARDS by 3s, starting at 247. Stop when you get below 200.
247, 244, 241, 238, 235, 232, 229, 226, 223, 220, 217, 214, 211, 208, 205, 202, 199
400
Skip count by 5s, starting at 980. Skip count 6 more numbers
980, 985, 990, 995, 1000, 1005, 1010
400
Skip count by 10s, starting at 880. Stop when you get to 1000.
880, 890, 900, 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000
400
Count BACKWARDS by 10s, starting at 300. Stop when you get below 250.
300, 290, 280, 270, 260, 250
400
Skip count by 5s, starting at 700 and write the next six numbers
700, 705, 710, 715, 720, 725, 730
400
Skip count by 100 starting at 1000 and go up to 1500
1000, 1100, 1200, 1300, 1400, 1500
500
Skip count by 25s starting at 0. Stop when you get to 100.
25, 50, 75, 100
500
Skip count by 100s starting at 200. Stop when you get to 1100
200, 300, 400, 500, 600, 700, 800, 900, 1000, 1100
500
Count BACKWARDS by 20s, starting at 100.
100, 80, 60, 40, 20, 0
500
Count from 1000. Write the next six numbers
1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007
500
Skip count by 25s, starting at 0 and going up to 200
25, 50, 75, 100, 125, 150, 175, 200
M
e
n
u