problem
stringlengths
10
5.15k
answer
stringlengths
0
1.22k
solution
stringlengths
0
11.1k
reward
float64
0
1
length
float64
172
8.19k
correct_length
float64
-1
8.19k
incorrect_length
float64
-1
8.19k
An artist has $14$ cubes, each with an edge of $1$ meter. She stands them on the ground to form a sculpture as shown. She then paints the exposed surface of the sculpture. How many square meters does she paint?
33
1. **Understanding the Structure**: The sculpture is made up of 14 cubes, each with an edge of 1 meter. The cubes are arranged in a pyramid-like structure with three layers. The top layer has 1 cube, the middle layer has 4 cubes, and the bottom layer has 9 cubes. 2. **Calculating Side Faces**: - **Top Layer (Layer ...
0
7,878.3125
-1
7,878.3125
Find the positive real value of $t$ that satisfies $|t+2i\sqrt{3}| |6-4i| = 26$.
1
1
1,698.125
1,698.125
-1
If the price of a stamp is 45 cents, what is the maximum number of stamps that could be purchased with $50?
111
1
381.75
381.75
-1
Given that in the decimal system 2004 equates to $4 \times 10^0 + 0 \times 10^1 + 0 \times 10^2 + 2 \times 10^3$, by analogy, calculate the equivalent value of $2004$ in base 5 in decimal form.
254
0.9375
3,154.9375
2,819.133333
8,192
Three fair six-sided dice, each numbered 1 through 6 , are rolled. What is the probability that the three numbers that come up can form the sides of a triangle?
37/72
Denote this probability by $p$, and let the three numbers that come up be $x, y$, and $z$. We will calculate $1-p$ instead: $1-p$ is the probability that $x \geq y+z, y \geq z+x$, or $z \geq x+y$. Since these three events are mutually exclusive, $1-p$ is just 3 times the probability that $x \geq y+z$. This happens with...
0
8,176.75
-1
8,176.75
A sequence of numbers is defined by $D_0=0,D_1=0,D_2=1$ and $D_n=D_{n-1}+D_{n-3}$ for $n\ge 3$. What are the parities (evenness or oddness) of the triple of numbers $(D_{2021},D_{2022},D_{2023})$, where $E$ denotes even and $O$ denotes odd?
(E,O,E)
1. **Define the sequence and initial conditions**: The sequence $\{D_n\}$ is defined by $D_0 = 0$, $D_1 = 0$, $D_2 = 1$, and for $n \geq 3$, $D_n = D_{n-1} + D_{n-3}$. 2. **Compute initial terms**: We calculate the first few terms of the sequence to observe any patterns, especially in parity (evenness or oddness). ...
0.125
7,044.9375
3,560
7,542.785714
The graph of $y = ax^2 + bx + c$ is shown, where $a$, $b$, and $c$ are integers. The vertex of the parabola is at $(-2, 3)$, and the point $(1, 6)$ lies on the graph. Determine the value of $a$.
\frac{1}{3}
0.125
7,973.5625
6,444.5
8,192
Among the positive integers less than $10^{4}$, how many positive integers $n$ are there such that $2^{n} - n^{2}$ is divisible by 7?
2857
0.125
7,803.25
7,110.5
7,902.214286
A plane flew straight against a wind between two towns in 84 minutes and returned with that wind in 9 minutes less than it would take in still air. The number of minutes (2 answers) for the return trip was
63 or 12
1. **Define Variables:** Let $d$ be the distance between the two towns, $p$ be the speed of the plane in still air, and $w$ be the speed of the wind. 2. **Equation for the trip against the wind:** The time taken to fly against the wind is given as 84 minutes. Therefore, the equation for this part of the trip is:...
0
7,199.625
-1
7,199.625
From the 4 digits 0, 1, 2, 3, select 3 digits to form a three-digit number without repetition. How many of these three-digit numbers are divisible by 3?
10
0.875
5,178.0625
4,747.5
8,192
A standard die is rolled consecutively two times. Calculate the probability that the face-up numbers are adjacent natural numbers.
\frac{5}{18}
0.6875
5,069.125
3,649.636364
8,192
How many natural numbers greater than 9 but less than 100 are relatively prime to 30?
24
0.5625
6,829.125
5,769.111111
8,192
Let $m$ be the smallest integer whose cube root is of the form $n+r$, where $n$ is a positive integer and $r$ is a positive real number less than $1/1000$. Find $n$.
19
0.3125
7,834.125
7,046.8
8,192
We roll a fair die consecutively until the sum of the numbers obtained, \( S \), exceeds 100. What is the most probable value of \( S \)?
101
0
8,192
-1
8,192
Suppose that $a$ and $b$ are integers such that $$3b = 8 - 2a.$$How many of the first six positive integers must be divisors of $2b + 12$?
3
0.9375
5,256.75
5,061.066667
8,192
A $9 \times 9 \times 9$ cube is composed of twenty-seven $3 \times 3 \times 3$ cubes. The big cube is ‘tunneled’ as follows: First, the six $3 \times 3 \times 3$ cubes which make up the center of each face as well as the center $3 \times 3 \times 3$ cube are removed. Second, each of the twenty remaining $3 \times 3 \ti...
1056
#### Step-by-step Analysis: 1. **Understanding the Structure**: - The original structure is a $9 \times 9 \times 9$ cube, which is composed of twenty-seven $3 \times 3 \times 3$ cubes. - The center cube of each face and the very center cube of the large cube are removed, leaving 20 smaller cubes. 2. **Initial ...
0
8,118.75
-1
8,118.75
The sum of the first four terms of an arithmetic sequence is $10$. If the fifth term is $5$, what is the sixth term?
6
1
1,970.4375
1,970.4375
-1
Let $S(n)$ be the sum of the digits of the positive integer $n$. Find all $n$ such that $S(n)(S(n)-1)=n-1$.
$n=\{1,13,43,91,157\}$
Let \( S(n) \) be the sum of the digits of the positive integer \( n \). We want to find all \( n \) such that: \[ S(n)(S(n) - 1) = n - 1. \] Rearranging the equation gives: \[ S(n)^2 - S(n) = n - 1 \quad \Rightarrow \quad S(n)^2 - S(n) - n + 1 = 0. \] This can be rewritten as: \[ S(n)^2 - S(n) = n - 1. \] Denot...
0
8,168.875
-1
8,168.875
The $120$ permutations of $AHSME$ are arranged in dictionary order as if each were an ordinary five-letter word. The last letter of the $86$th word in this list is:
E
1. **Identify the total number of permutations**: The word "AHSME" consists of 5 distinct letters. The total number of permutations of these letters is calculated by $5! = 5 \times 4 \times 3 \times 2 \times 1 = 120$. 2. **Group permutations by the first letter**: Since each letter can be the starting letter, a...
0.375
7,314.9375
6,211.166667
7,977.2
When three standard dice are tossed, the numbers $x, y, z$ are obtained. Find the probability that $xyz = 72$.
\frac{7}{216}
0
7,810
-1
7,810
Given that the function $f(x) = \sqrt{3}\sin\omega x - 2\sin^2\left(\frac{\omega x}{2}\right)$ ($\omega > 0$) has a minimum positive period of $3\pi$, (I) Find the maximum and minimum values of the function $f(x)$ on the interval $[-\pi, \frac{3\pi}{4}]$; (II) In $\triangle ABC$, where $a$, $b$, and $c$ are the sides o...
\frac{12 + 5\sqrt{3}}{26}
0
6,506.8125
-1
6,506.8125
Let $f : \mathbb{R} \to \mathbb{R}$ be a function such that \[f(f(x) + y) = f(x^2 - y) + 4f(x) y\]for all real numbers $x$ and $y.$ Let $n$ be the number of possible values of $f(3),$ and let $s$ be the sum of all possible values of $f(3).$ Find $n \times s.$
18
0.6875
6,365.5625
5,535.363636
8,192
A number of linked rings, each $1$ cm thick, are hanging on a peg. The top ring has an outside diameter of $20$ cm. The outside diameter of each of the outer rings is $1$ cm less than that of the ring above it. The bottom ring has an outside diameter of $3$ cm. What is the distance, in cm, from the top of the top ring ...
173
1. **Identify the number of rings**: The top ring has an outside diameter of $20$ cm, and the bottom ring has an outside diameter of $3$ cm. Each subsequent ring's outside diameter decreases by $1$ cm. Therefore, the number of rings is $20 - 3 + 1 = 18$ rings. 2. **Calculate the inside diameters**: The inside d...
0
7,985.3125
-1
7,985.3125
Let \\( \{a_n\} \\) be a sequence with the sum of the first \\( n \\) terms denoted as \\( S_n \\). If \\( S_2 = 4 \\) and \\( a_{n+1} = 2S_n + 1 \\) where \\( n \in \mathbb{N}^* \\), find the values of \\( a_1 \\) and \\( S_5 \\).
121
1
3,089.4375
3,089.4375
-1
For how many different negative values of $x$ is $\sqrt{x +150}$ a positive integer?
12
1
2,675.125
2,675.125
-1
The negation of the proposition "For all pairs of real numbers $a,b$, if $a=0$, then $ab=0$" is: There are real numbers $a,b$ such that
$a=0$ and $ab \ne 0$
To find the negation of the given proposition, we start by analyzing the original statement and then apply the rules of logical negation. **Original Proposition:** "For all pairs of real numbers $a,b$, if $a=0$, then $ab=0$." This statement can be written in logical form as: $$ \forall a \in \mathbb{R}, \forall b \in...
0
2,786.6875
-1
2,786.6875
Two points are drawn on each side of a square with an area of 81 square units, dividing the side into 3 congruent parts. Quarter-circle arcs connect the points on adjacent sides to create the figure shown. What is the length of the boundary of the bolded figure? Express your answer as a decimal to the nearest tenth....
30.8
0.1875
5,306.625
5,416
5,281.384615
Find the matrix that corresponds to reflecting over the $x$-axis.
\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}
0.875
2,061.6875
2,108.857143
1,731.5
Farm A has a total of 625 chickens and ducks, and Farm B has a total of 748 chickens and ducks. The number of chickens in Farm B is 24% more than in Farm A, and the number of ducks in Farm A is 15% less than in Farm B. How many chickens does Farm B have?
248
0.1875
1,649.4375
1,777.333333
1,619.923077
Five monkeys share a pile of peanuts. The first monkey divides the peanuts into five piles, leaving one peanut which it eats, and takes away one pile. The second monkey then divides the remaining peanuts into five piles, leaving exactly one peanut, eats it, and takes away one pile. This process continues in the same ma...
3121
0
7,917.5
-1
7,917.5
Evaluate the expression \((25 + 15)^2 - (25^2 + 15^2 + 150)\).
600
0.9375
1,794.0625
1,888.2
382
From the set $\{ -3, 0, 0, 4, 7, 8\}$, find the probability that the product of two randomly selected numbers is $0$.
\frac{3}{5}
0.8125
5,846.875
5,397.692308
7,793.333333
The graph of the function $y=\sin 2x-\sqrt{3}\cos 2x$ can be obtained by shifting the graph of the function $y=\sin 2x+\sqrt{3}\cos 2x$ to the right by $\frac{\pi}{3}$ units.
\frac{\pi}{3}
0.375
5,881.9375
5,873.333333
5,887.1
A fair 6-sided die is rolled. If the roll is even, then you win that amount of dollars (so that, for example, if you roll 4, then you win $\$4$). If the roll is odd, you win nothing. What is the expected value of your winnings? Express your answer as a dollar value.
\$2
0.875
3,448.9375
2,771.357143
8,192
A high school basketball game between the Raiders and Wildcats was tied at the end of the first quarter. The number of points scored by the Raiders in each of the four quarters formed an increasing geometric sequence, and the number of points scored by the Wildcats in each of the four quarters formed an increasing arit...
34
1. **Define the sequences**: Let the quarterly scores for the Raiders be $a, ar, ar^2, ar^3$ and for the Wildcats be $b, b+d, b+2d, b+3d$. Given that the sequences are increasing, we know $r > 1$ for the geometric sequence and $d > 0$ for the arithmetic sequence. 2. **Total scores**: The total score for the Raiders is...
0.625
5,993
4,673.6
8,192
Suppose $\cos Q = 0.6$ in a right triangle $PQR$ where $PQ$ measures 15 units. What is the length of $QR$? [asy] pair P,Q,R; P = (0,0); Q = (7.5,0); R = (0,7.5*tan(acos(0.6))); draw(P--Q--R--P); draw(rightanglemark(Q,P,R,20)); label("$P$",P,SW); label("$Q$",Q,SE); label("$R$",R,N); label("$15$",Q/2,S); [/asy]
25
0.625
2,594.1875
3,286.7
1,440
Calculate: ${2}^{0}-|-3|+(-\frac{1}{2})=\_\_\_\_\_\_$.
-2\frac{1}{2}
0
370.1875
-1
370.1875
For $1 \le n \le 100$, how many integers are there such that $\frac{n}{n+1}$ is a repeating decimal?
86
0.5625
5,401.8125
4,511.777778
6,546.142857
Let $z$ be a complex number satisfying $z^2 + z + 1 = 0.$ Compute \[z^{97} + z^{98} + z^{99} + z^{100} + z^{101}.\]
-1
0.9375
3,933.8125
3,649.933333
8,192
In Perfectville, the streets are all $30$ feet wide and the blocks they enclose are all squares of side length $500$ feet. Jane runs around the block on the $500$-foot side of the street, while John runs on the opposite side of the street. How many more feet than Jane does John run for every lap around the block?
240
0.8125
4,101.8125
3,161.230769
8,177.666667
Given 365 cards, in which distinct numbers are written. We may ask for any three cards, the order of numbers written in them. Is it always possible to find out the order of all 365 cards by 2000 such questions?
1691
0
6,183.8125
-1
6,183.8125
Farmer James invents a new currency, such that for every positive integer $n \leq 6$, there exists an $n$-coin worth $n$ ! cents. Furthermore, he has exactly $n$ copies of each $n$-coin. An integer $k$ is said to be nice if Farmer James can make $k$ cents using at least one copy of each type of coin. How many positive ...
210
We use the factorial base, where we denote $$ \left(d_{n} \ldots d_{1}\right)_{*}=d_{n} \times n!+\cdots+d_{1} \times 1! $$ The representation of $2018_{10}$ is $244002_{*}$ and the representation of $720_{10}$ is $100000_{*}$. The largest nice number less than $244002_{*}$ is $243321_{*}$. Notice that for the digit $d...
0
8,192
-1
8,192
Given a right square prism $ABCD-A_{1}B_{1}C_{1}D_{1}$ with a base edge length of $1$, and $AB_{1}$ forms a $60^{\circ}$ angle with the base $ABCD$, find the distance from $A_{1}C_{1}$ to the base $ABCD$.
\sqrt{3}
0.9375
4,126.0625
4,261.466667
2,095
Given complex numbers $z_1 = \cos\theta - i$ and $z_2 = \sin\theta + i$, the maximum value of the real part of $z_1 \cdot z_2$ is \_\_\_\_\_\_, and the maximum value of the imaginary part is \_\_\_\_\_\_.
\sqrt{2}
0.9375
3,741.125
3,444.4
8,192
Determine all positive integers $n$, $n\ge2$, such that the following statement is true: If $(a_1,a_2,...,a_n)$ is a sequence of positive integers with $a_1+a_2+\cdots+a_n=2n-1$, then there is block of (at least two) consecutive terms in the sequence with their (arithmetic) mean being an integer.
2, 3
To determine all positive integers \( n \), \( n \ge 2 \), such that the following statement is true: If \((a_1, a_2, \ldots, a_n)\) is a sequence of positive integers with \( a_1 + a_2 + \cdots + a_n = 2n - 1 \), then there is a block of (at least two) consecutive terms in the sequence with their (arithmetic) mean be...
0
8,192
-1
8,192
The function \( y = f(x+1) \) is defined on the set of real numbers \(\mathbf{R}\), and its inverse function is \( y = f^{-1}(x+1) \). Given that \( f(1) = 3997 \), find the value of \( f(1998) \).
2000
0.5625
6,398.75
5,097.777778
8,071.428571
Given the infinite series $1-\frac{1}{2}-\frac{1}{4}+\frac{1}{8}-\frac{1}{16}-\frac{1}{32}+\frac{1}{64}-\frac{1}{128}-\cdots$, find the limiting sum of the series.
\frac{2}{7}
0.1875
7,880.125
6,528.666667
8,192
What is the smallest positive four-digit number divisible by 8 which has three odd and one even digit?
1032
0
8,118.6875
-1
8,118.6875
Inside a right angle with vertex \(O\), there is a triangle \(OAB\) with a right angle at \(A\). The height of the triangle \(OAB\), dropped to the hypotenuse, is extended past point \(A\) to intersect with the side of the angle at point \(M\). The distances from points \(M\) and \(B\) to the other side of the angle ar...
\sqrt{2}
0
8,192
-1
8,192
Let $R$ be the rectangle in the Cartesian plane with vertices at $(0,0),(2,0),(2,1)$, and $(0,1)$. $R$ can be divided into two unit squares, as shown; the resulting figure has seven edges. How many subsets of these seven edges form a connected figure?
81
We break this into cases. First, if the middle edge is not included, then there are $6 * 5=30$ ways to choose two distinct points for the figure to begin and end at. We could also allow the figure to include all or none of the six remaining edges, for a total of 32 connected figures not including the middle edge. Now l...
0
7,783.75
-1
7,783.75
There are three environmental knowledge quiz questions, $A$, $B$, and $C$. The table below shows the statistics of the quiz results. The number of people who answered exactly two questions correctly is $\qquad$, and the number of people who answered only one question correctly is $\qquad$. \begin{tabular}{|c|c|c|c|c|c...
13
0.4375
7,214.875
5,958.571429
8,192
Given that the asymptotes of the hyperbola $\frac{x^{2}}{a^{2}} - \frac{y^{2}}{b^{2}} = 1$ and the axis of the parabola $x^{2} = 4y$ form a triangle with an area of $2$, calculate the eccentricity of the hyperbola.
\frac{\sqrt{5}}{2}
0
5,186.8125
-1
5,186.8125
Two people are playing a game. One person thinks of a ten-digit number, and the other can ask questions about which digits are in specific sets of positions in the number's sequence. The first person answers the questions without indicating which digits are in which exact positions. What is the minimum number of questi...
10
0
8,192
-1
8,192
Let $b_n$ be the number obtained by writing the integers 1 to $n$ from left to right, where each integer is squared. For example, $b_3 = 149$ (since $1^2 = 1$, $2^2 = 4$, $3^2 = 9$), and $b_5 = 1491625$. For $1 \le k \le 100$, determine how many $b_k$ are divisible by 4.
50
0.25
7,634.5625
5,962.25
8,192
How many even three digit numbers are there such that the sum of the tens and units digits is 10?
36
1
4,253.4375
4,253.4375
-1
Investigate the formula of \\(\cos nα\\) and draw the following conclusions: \\(2\cos 2α=(2\cos α)^{2}-2\\), \\(2\cos 3α=(2\cos α)^{3}-3(2\cos α)\\), \\(2\cos 4α=(2\cos α)^{4}-4(2\cos α)^{2}+2\\), \\(2\cos 5α=(2\cos α)^{5}-5(2\cos α)^{3}+5(2\cos α)\\), \\(2\cos 6α=(2\cos α)^{6}-6(2\cos α)^{4}+9(2\cos α)^{2}-2\\), \\(2\...
28
0
8,192
-1
8,192
In the sequence $\{a_{n}\}$, the sum of the first $n$ terms is $S_{n}=2^{n}+2$. Find the sum $T_{20}$ of the first 20 terms in the sequence $\{\log _{2}a_{n}\}$.
192
0.875
4,382.75
4,667.642857
2,388.5
Let $m$ be the least positive integer divisible by $17$ whose digits sum to $17$. Find $m$.
476
The three-digit integers divisible by $17$, and their digit sum: \[\begin{array}{c|c} m & s(m)\\ \hline 102 & 3 \\ 119 & 11\\ 136 & 10\\ 153 & 9\\ 170 & 8\\ 187 & 16\\ 204 & 6\\ 221 & 5\\ 238 & 13\\ 255 & 12\\ 272 & 11\\ 289 & 19\\ 306 & 9\\ 323 & 8\\ 340 & 7\\ 357 & 15\\ 374 & 14\\ 391 & 13\\ 408 & 12\\ 425 & 11\\ 442...
0.375
7,712.1875
6,912.5
8,192
The equation of the line that passes through the points $(-2,0)$ and $(0,2)$ can be expressed in the form $y=mx+b$. What is the value of $m+b$?
3
1
1,671.9375
1,671.9375
-1
Find $\left(\frac{1}{2}\right)^{8} \cdot \left(\frac{3}{4}\right)^{-3}$.
\frac{1}{108}
0.875
3,919.1875
3,308.785714
8,192
Find all prime numbers $ p,q$ less than 2005 and such that $ q|p^2 \plus{} 4$, $ p|q^2 \plus{} 4$.
(2, 2), (5, 29), (29, 5)
We are given the problem to find all prime numbers \( p \) and \( q \) less than 2005 such that \( q \mid p^2 + 4 \) and \( p \mid q^2 + 4 \). Let's go through the solution step-by-step. 1. **Understand the Divisibility Conditions:** We need to satisfy the conditions: \[ q \mid p^2 + 4 \quad \text{and} \quad p...
0
8,192
-1
8,192
A top hat contains 3 red chips and 2 green chips. Chips are drawn randomly, one at a time without replacement, until all 3 of the reds are drawn or until both green chips are drawn. What is the probability that the 3 reds are drawn?
\frac{2}{5}
To solve this problem, we need to determine the probability that all three red chips are drawn before both green chips are drawn. We can approach this problem by considering the order in which the chips are drawn. #### Step-by-step Analysis: 1. **Total Arrangements**: The total number of ways to arrange the 5 chips ...
0.0625
8,192
8,192
8,192
Given a fixed integer \( n \) where \( n \geq 2 \): a) Determine the smallest constant \( c \) such that the inequality \(\sum_{1 \leq i < j \leq n} x_i x_j (x_i^2 + x_j^2) \leq c \left( \sum_{i=1}^n x_i \right)^4\) holds for all nonnegative real numbers \( x_1, x_2, \ldots, x_n \geq 0 \). b) For this constant \( c \...
\frac{1}{8}
0.0625
8,106.0625
6,817
8,192
At the beginning of the first day, a box contains 1 black ball, 1 gold ball, and no other balls. At the end of each day, for each gold ball in the box, 2 black balls and 1 gold ball are added to the box. If no balls are removed from the box, how many balls are in the box at the end of the seventh day?
383
At the beginning of the first day, the box contains 1 black ball and 1 gold ball. At the end of the first day, 2 black balls and 1 gold ball are added, so the box contains 3 black balls and 2 gold balls. At the end of the second day, $2 \times 2=4$ black balls and $2 \times 1=2$ gold balls are added, so the box contain...
0.1875
5,422.5625
7,358.666667
4,975.769231
In the sequence $\{a_n\}$, $a_{n+1} = 2(a_n - n + 3)$, $a_1 = -1$. If the sequence $\{a_n - pn + q\}$ is a geometric sequence, where $p$, $q$ are constants, then $a_{p+q} = \_\_\_\_\_\_\_\_\_\_\_\_\_.$
40
0.9375
3,901
3,614.933333
8,192
Find the smallest positive number $\lambda$ such that for any triangle with side lengths $a, b, c$, given $a \geqslant \frac{b+c}{3}$, it holds that $$ a c + b c - c^{2} \leqslant \lambda\left(a^{2} + b^{2} + 3 c^{2} + 2 a b - 4 b c\right). $$
\frac{2\sqrt{2} + 1}{7}
0
8,192
-1
8,192
Suppose that $m$ and $n$ are positive integers such that $75m = n^{3}$. What is the minimum possible value of $m + n$?
60
1. **Prime Factorization of 75**: We start by factorizing 75 into its prime factors: \[ 75 = 5^2 \cdot 3^1 \] 2. **Form of \(n^3\)**: We know that \(n^3\) must be a cube of an integer, and \(75m = n^3\) implies that the product \(75m\) must also be a perfect cube. To achieve this, each prime factor ...
1
3,846.1875
3,846.1875
-1
Six soccer teams play at most one match between any two teams. If each team plays exactly 2 matches, how many possible arrangements of these matches are there?
70
0.8125
5,815.9375
5,555.076923
6,946.333333
A chocolate bar consists of \(5 \times 8\) square pieces. The bar is broken along lines dividing the pieces until there are 40 individual pieces. How many times must the bar be broken?
39
0.9375
4,088.3125
3,814.733333
8,192
The digits of the positive integer $N$ consist only of 1s and 0s, and $225$ divides $N$. What is the minimum value of $N$?
111,111,100
0
7,633
-1
7,633
The leadership team of a sports event needs to select 4 volunteers from 5 candidates named A, B, C, D, and E to undertake four different tasks: translation, tour guiding, protocol, and driving. If A and B can only undertake the first three tasks, while the other three candidates can undertake all four tasks, determine ...
72
0.5
6,030.25
4,804.625
7,255.875
Suppose the graph of \( y=g(x) \) includes the points \( (1,4), (2,6), \) and \( (3,2) \). Based only on this information, there are two points that must be on the graph of \( y=g(g(x)) \). If we call these points \( (a,b) \) and \( (c,d) \), what is \( ab + cd \)?
20
0
7,860.375
-1
7,860.375
There is a committee composed of eight women and two men. When they meet, they sit in a row---the women in indistinguishable rocking chairs and the men on indistinguishable stools. How many distinct ways are there for me to arrange the eight chairs and two stools for a meeting?
45
1
1,928.6875
1,928.6875
-1
Xiao Wang places some equilateral triangle paper pieces on the table. The first time he places 1 piece; the second time he places three more pieces around the first triangle; the third time he places more pieces around the shape formed in the second placement, and so on. The requirement is: each piece placed in each su...
571
0.125
5,167
4,922
5,202
In triangle $\triangle ABC$, $\cos C=\frac{2}{3}$, $AC=4$, $BC=3$, calculate the value of $\tan B$.
4\sqrt{5}
0.75
6,027.1875
5,305.583333
8,192
If $\{a_n\}$ is an arithmetic sequence, with the first term $a_1 > 0$, $a_{2012} + a_{2013} > 0$, and $a_{2012} \cdot a_{2013} < 0$, then the largest natural number $n$ for which the sum of the first $n$ terms $S_n > 0$ is.
2012
0.125
7,925.75
6,401.5
8,143.5
Let the function $f(x)=(x+a)\ln x$, $g(x)= \frac {x^{2}}{e^{x}}$, it is known that the tangent line of the curve $y=f(x)$ at the point $(1,f(1))$ is parallel to the line $2x-y=0$. (Ⅰ) If the equation $f(x)=g(x)$ has a unique root within $(k,k+1)$ $(k\in\mathbb{N})$, find the value of $k$. (Ⅱ) Let the function $m(x)...
\frac {4}{e^{2}}
0
8,069.875
-1
8,069.875
Given a cubic function $f(x) = ax^3 + bx^2 + cx + d$ ($a \neq 0$), the definition of an inflection point is provided: Let $f'(x)$ be the derivative of $y = f(x)$, and let $f''(x)$ be the derivative of $f'(x)$. If the equation $f''(x) = 0$ has a real number solution $x_0$, then the point $(x_0, f(x_0))$ is called an "in...
2017
0.6875
5,724.5625
4,603
8,192
The terms of the sequence $(a_i)$ defined by $a_{n + 2} = \frac {a_n + 2009} {1 + a_{n + 1}}$ for $n \ge 1$ are positive integers. Find the minimum possible value of $a_1 + a_2$.
90
0.0625
8,143.875
7,422
8,192
A sequence consists of $2020$ terms. Each term after the first is 1 larger than the previous term. The sum of the $2020$ terms is $5410$. When every second term is added up, starting with the first term and ending with the second last term, what is the sum?
2200
0.5
7,027.5625
5,863.125
8,192
The year 2000 is a leap year. The year 2100 is not a leap year. The following are the complete rules for determining a leap year: (i) Year \(Y\) is not a leap year if \(Y\) is not divisible by 4. (ii) Year \(Y\) is a leap year if \(Y\) is divisible by 4 but not by 100. (iii) Year \(Y\) is not a leap year if \(Y\) is...
244
0.0625
7,667.6875
4,634
7,869.933333
\( \Delta ABC \) is an isosceles triangle with \( AB = 2 \) and \( \angle ABC = 90^{\circ} \). Point \( D \) is the midpoint of \( BC \) and point \( E \) is on \( AC \) such that the area of quadrilateral \( AEDB \) is twice the area of triangle \( ECD \). Find the length of \( DE \).
\frac{\sqrt{17}}{3}
0
4,608.1875
-1
4,608.1875
Given that \(\log_8 2 = 0.2525\) in base 8 (to 4 decimal places), find \(\log_8 4\) in base 8 (to 4 decimal places).
0.5050
0.25
7,197.0625
5,847.5
7,646.916667
Alicia had two containers. The first was $\frac{5}{6}$ full of water and the second was empty. She poured all the water from the first container into the second container, at which point the second container was $\frac{3}{4}$ full of water. What is the ratio of the volume of the first container to the volume of the sec...
\frac{9}{10}
1. **Define Variables:** Let the volume of the first container be $A$ and the volume of the second container be $B$. 2. **Set Up the Equation:** Since Alicia poured $\frac{5}{6}$ of the first container into the second container, and this amount filled $\frac{3}{4}$ of the second container, we can write the equa...
1
1,530
1,530
-1
The function $f(x) = x^3 + bx^2 + cx + d$ is decreasing on the interval $[-2,2]$. The maximum value of $b+c$ is __________.
-12
0.3125
7,791.5625
6,910.6
8,192
Let $ a$, $ b$, $ c$, $ x$, $ y$, and $ z$ be real numbers that satisfy the three equations \begin{align*} 13x + by + cz &= 0 \\ ax + 23y + cz &= 0 \\ ax + by + 42z &= 0. \end{align*}Suppose that $ a \ne 13$ and $ x \ne 0$. What is the value of \[ \frac{a}{a - 13} + \frac{b}{b - 23} + \frac{c}{c - 42} \, ?...
1
0.3125
6,836.9375
4,742
7,789.181818
Acme Corporation has released a new version of its vowel soup where each vowel (A, E, I, O, U) appears six times, and additionally, each bowl contains one wildcard character that can represent any vowel. How many six-letter "words" can be formed from a bowl of this new Acme Enhanced Vowel Soup?
46656
0.125
7,621.9375
5,666
7,901.357143
Point $C$ is on the segment $AB$ which has endpoints $A(-1, 0)$ and $B(3, 8)$. Point $C$ is three times as far from point $A$ as it is from point $B$. What are the coordinates of point $C$?
(2,6)
1
2,218.4375
2,218.4375
-1
Let $a, b, c, d, e$ be nonnegative integers such that $625 a+250 b+100 c+40 d+16 e=15^{3}$. What is the maximum possible value of $a+b+c+d+e$ ?
153
The intuition is that as much should be in $e$ as possible. But divisibility obstructions like $16 \nmid 15^{3}$ are in our way. However, the way the coefficients $5^{4}>5^{3} \cdot 2>\cdots$ are set up, we can at least easily avoid having $a, b, c, d$ too large (specifically, $\geq 2$ ). This is formalized below. Firs...
0
8,192
-1
8,192
What is the probability that two people, A and B, randomly choosing their rooms among 6 different rooms in a family hotel, which has two rooms on each of the three floors, will stay in two rooms on the same floor?
\frac{1}{5}
0.375
6,803.8125
4,769.666667
8,024.3
In the 3rd grade, the boys wear blue swim caps, and the girls wear red swim caps. The male sports commissioner says, "I see 1 more blue swim cap than 4 times the number of red swim caps." The female sports commissioner says, "I see 24 more blue swim caps than red swim caps." Based on the sports commissioners' statement...
37
0
3,586.75
-1
3,586.75
An aluminum can in the shape of a cylinder is closed at both ends. Its surface area is $300 \mathrm{~cm}^{2}$. If the radius of the can were doubled, its surface area would be $900 \mathrm{~cm}^{2}$. If instead the height of the can were doubled, what would its surface area be?
450 \mathrm{~cm}^{2}
Suppose that the original can has radius $r \mathrm{~cm}$ and height $h \mathrm{~cm}$. Since the surface area of the original can is $300 \mathrm{~cm}^{2}$, then $2 \pi r^{2}+2 \pi r h=300$. When the radius of the original can is doubled, its new radius is $2 r \mathrm{~cm}$, and so an expression for its surface area, ...
0
4,893.875
-1
4,893.875
Using the digits 0 to 9, how many three-digit even numbers can be formed without repeating any digits?
288
0
6,213.375
-1
6,213.375
Given the function $f(x) = \sin(\omega x + \frac{\pi}{6}) (\omega > 0)$, where the graph is symmetric about the point $(x_0, 0)$ and the distance between two adjacent symmetry axes of the function's graph is $\frac{\pi}{2}$, determine the value of $x_0$.
\frac{5\pi}{12}
0.0625
8,174.25
7,908
8,192
If \( N \) is a multiple of 84 and \( N \) contains only the digits 6 and 7, what is the smallest \( N \) that meets these conditions?
76776
0
7,795.4375
-1
7,795.4375
A square and four circles, each with a radius of 8 inches, are arranged as in the previous problem. What is the area, in square inches, of the square?
1024
0.75
5,547.3125
4,690.833333
8,116.75
A tourist spends half of their money and an additional $100 \mathrm{Ft}$ each day. By the end of the fifth day, all their money is gone. How much money did they originally have?
6200
0.5
3,157
2,864.375
3,449.625
There are infinitely many positive integers $k$ which satisfy the equation \[\cos^2 (k^2 + 6^2)^\circ = 1.\]Enter the two smallest solutions, separated by commas.
18
0.8125
4,480.875
3,624.461538
8,192
Xiao Ming arrives at the departure station between 7:50 and 8:30 to catch the high-speed train departing at 7:00, 8:00, or 8:30. Calculate the probability that his waiting time does not exceed 10 minutes.
\frac {2}{3}
0
7,696.3125
-1
7,696.3125
For some real number $c,$ the graphs of the equation $y=|x-20|+|x+18|$ and the line $y=x+c$ intersect at exactly one point. What is $c$ ?
18
0.0625
8,131.125
8,192
8,127.066667