Integer Sequences
Counting With Add. and Subtr.
Permutations
Primes and remainders
Multiples, divisors, and remainders
100

How many numbers are in the list

25, 26, ..., 68?

44 numbers.

100

How many disjoint regions does a three category Venn Diagram have?

8 regions.

100

Charles has 7 bowties and three jackets. How many jacket-and-tie outfits can Charles make?

21 outfits.

100

What is the largest integer less than 600 that gives a remainder of 6 when divided by 7?

598

100

Bus A arrives every 30 minutes. Bus B arrives every 45 minutes. They just arrived at the same time. In how much time will that happen again?

In 90 minutes.

200

How many numbers are in the list

-23, -22, ..., 41?

65 numbers.

200

There are 24 students. Three out of the 9 left handed students wear glasses. Of all right right handed students, 10 don't wear glasses. How many students wear glasses?

8 students.

200

How many licence plates consist of four letters, followed by two even digits, followed by two odd digits? (You can write an expression using exponents).

264*52*52

200

What is the smallest 4-digit positive integer that gives a quotient 432 with remainder 2 when divided by a positive one-digit number?

1,298

200

Prove that if d|a and d|b, then d|ab.

Let d|a and d|b. Then a=dm and b=dn for m,n integers. Multiplying both equations we get ab=(dm)(dn)=d(mdn). As mdn is an integer, then d|mn. 

300

How many numbers are in the list

4, 4.75, 5.5, 6.25, 7, ..., 16.75?

18 numbers.

300

All 12 students are taking art or music. 8 students are taking art and five are taking both classes. How many students are taking music?

9 students.

300

In how many ways can I order 6 people in a line?

6! = 720

300

There are 25 primes less than 100. Is their sum even or odd?

Even

300

Find two integers a and b such that

35a + 14b = 28

E.g., (2,-3)

400

How many multiples of seven are between 124 and 320?

28 multiples.

400

There are 30 people. Fourteen of them are adults. Thirteen of them are female. Five of them are non-adult males. How many adult women are there?

4 adult women.

400

What's the units digit of the sum

1!(2!) + 3!(4!) + ... + 99!(100!)?

6
400

What is the smallest prime divisor of 523+717?

2

400

What is the GCD of 1,435 and 280?

35

500

How many three digit perfect squares are there?

22 perfect squares.

500

There are 35 people in music class. 18 like Baroque music. 16 like Classical music. 18 like Romantic music. Everyone likes at least one of the three genres. 7 of them like Baroque and Classical. 5 like Classical and Romantic. 8 like Baroque and Romantic. How many students like all three genres?

3 Students.

500

How many factorias from 1! to 100! are divisible by 21?

94.

500

What are the 5 smallest prime numbers greater than 500?

503, 509, 521, 523, 541

500

Prove that if a=bq+r, then GCD(a,b)|r.

Let a=bq+r and GCD(a,b)=d. By definition, we know that d|a and d|b. Thus, for some integers m,n, a=dm and b=dn. Then, the equation a=bq+r becomes dm=dnq+r <=> dm-dqn = r <=> d(m-qn) = r. As m-qn is an integer, then d|r.