What is 1+2+3+4+5?
3x=6
What is x?
2
How many primes are there up to 100?
25
How many sequences of heads and tails could I get with 4 coin flips?
16
If the legs of a right triangle are of length 20 and 21, what is the length of the hypotenuse?
29
Mike collected an even number of insects in a jar - some beatles (all 6 legs), some spiders (all 8 legs). He counted 54 legs in all. How many spiders does he have?
3
3 distinct prime numbers sum to 16. What is their product?
66
How many ways are there to order the letters ABCDE?
120
(1-1/2)(1-1/3)(1-1/4)...(1-1/2025)=?
1/2025
If x+1/x=-2, what is x2+1/(x2)?
2
0.123123123... is equal to what simplified fraction?
41/333
What is the largest area of a rectangle that can be inscribed in a circle of radius 6?
72
(2+1)(22+1)(24+1)...(21024+1)+1 can be expressed as 2x. What is x?
2048
Alice starts at A running towards B, and Bob starts at B, running towards A. Assume they run at constant speeds. It takes time t for them to meet. If it takes 9 more minutes for Alice to make it to B and 16 more minutes for Bob to make it to A, what is t?
12 minutes
How many numbers are coprime (means GCD = 1) to 100?
40
A circle with center O and radius 10 has two lines that are tangent to it at A and B. These two lines intersect each other at point P. If angle AOB is equal to 120 degrees, what is the length of OP?
20
1*2*3+2*3*4+3*4*5+...+98*99*100=?
(98*99*100*101)/4=24497550
What is the remainder when x100 is divided by x2-3x+2?
(2100-1)x+(2-2100)
What is the remainder when 10! is divided by 11?
10
How many ways can we split 9 cookies between Alice, Bob, and Claire such that they each receive a positive number of cookies?
28
Let a1=1 and a2=1. Let ak=ak-1+ak-2 (Fibonacci sequence). Let bk=a2k/ak. What is b10?
123