What’s the next number in this series? 2,6,12,20,30, _
42
3, 7, 11, 15, 19, 23, _
27
What is the decimal equivalent of the binary number 1101?
13
If all the side lengths are integers, what is the maximum possible value of AB?
18
Given the quadratic equation 123x^2 - 456x + 789 = 0, find the sum and product of its roots.
Sum = 152/41
Product = 263/41
Using only 8, 8’s how can you get the number 1000?
888 + 88 + 8 + 8 + 8 = 1000
2, 6, 18, 54, _
162
Convert the decimal number 42 to binary.
101010
What is x?
60/7
Given that ab = 2, a^2 + b^2 = 4, and that a + b > 0, find a and b.
a = b = sqrt(2)
How many 3-digit positive integers (that is, integers between 1000 and 9999, inclusive) having only odd digits are divisible by 5?
25
1, 1, 2, 3, 5, 8, 13, _
21
What is the base 5 representation of the decimal number 50?
200
Two sides of an isosceles triangle are 22 and 61. Compute the area of the triangle.
660
If one root of the quadratic equation x^2 - 4x + k is 2, find k.
k = 4
Let "#" be a special operation. If 5 # 1 = 46, 9 # 1 = 810, and 6 # 3 = 39, then what is 5 # 3?
313
1, 2, 4, 6, 10, 12, 16, _
18
What’s the decimal equivalent of the base-12 number 3C?
48
Each side of a rectangular box is an integer greater than 1. The sum of the areas of two adjacent faces is 25. Compute the area of the face that is adjacent to these two.
6
Factor x^3 - 2x^2 - 2x - 3
(x-3)(x^2+x+1)
Two girls on bicycles, 20 km apart, began racing directly toward each other. The instant they started, a fly on the handlebar of one bicycle started flying straight toward the other cyclist. As soon as it reached the other handlebar it turned and started back. The fly flew back and forth in this way, from handlebar to handlebar until the two bicycles met. If each bicycle had a constant speed of 10 km/h and the fly flew at a speed of 15 km/h, how far did the fly fly?
15 km
A, E, F, H, I, K, L, M, _
N
Convert the octal number 57 to its binary representation.
101111
7/29
Factor a(b-c)^3+b(c-a)^3+c(a-b)^3
(a-b)(b-c)(c-a)(a+b+c)