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
Find the area bounded by the graph of \( y = \arcsin(\cos x) \) and the \( x \)-axis on the interval \( \left[0, 2\pi\right] \).
\frac{\pi^2}{2}
0.125
8,150.0625
7,856.5
8,192
Define a $\text{good~word}$ as a sequence of letters that consists only of the letters $A$, $B$, and $C$ - some of these letters may not appear in the sequence - and in which $A$ is never immediately followed by $B$, $B$ is never immediately followed by $C$, and $C$ is never immediately followed by $A$. How many seven-...
192
There are three choices for the first letter and two choices for each subsequent letter, so there are $3\cdot2^{n-1}\ n$-letter good words. Substitute $n=7$ to find there are $3\cdot2^6=\boxed{192}$ seven-letter good words. ~ aopsav (Credit to AoPS Alcumus)
0.875
5,269.3125
4,851.785714
8,192
In rectangle $ABCD$, $AB = 6$ and $BC = 4$. Points $F$ and $G$ are on $\overline{CD}$ such that $DF = 2$ and $GC = 1.5$. Lines $AF$ and $BG$ intersect at $E$. Calculate the area of $\triangle AEB$.
\frac{144}{7}
0.875
5,304.0625
4,891.5
8,192
Find all integers $n$ for which $\frac{n^{3}+8}{n^{2}-4}$ is an integer.
0,1,3,4,6
We have $\frac{n^{3}+8}{n^{2}-4}=\frac{(n+2)(n^{2}-2n+4)}{(n+2)(n-2)}=\frac{n^{2}-2n+4}{n-2}$ for all $n \neq -2$. Then $\frac{n^{2}-2n+4}{n-2}=n+\frac{4}{n-2}$, which is an integer if and only if $\frac{4}{n-2}$ is an integer. This happens when $n-2=-4,-2,-1,1,2,4$, corresponding to $n=-2,0,1,3,4,6$, but we have $n \n...
0.125
6,631.9375
5,793
6,751.785714
The endpoints of a diameter of circle $M$ are $(-1,-4)$ and $(-7,6)$. What are the coordinates of the center of circle $M$? Express your answer as an ordered pair.
(-4,1)
1
1,267.0625
1,267.0625
-1
Estimate the sum of all the prime numbers less than $1,000,000$. If the correct answer is $X$ and you write down $A$, your team will receive $\min \left(\left\lfloor\frac{25 X}{A}\right\rfloor,\left\lfloor\frac{25 A}{X}\right\rfloor\right)$ points, where $\lfloor x\rfloor$ is the largest integer less than or equal to $...
37550402023
A decent approximation to the sum of all the primes can be obtained with the following two facts. First, there are approximately $\frac{n}{\ln n}$ primes less than $n$ and second, the $n^{\text {th }}$ prime is approximately $n \ln n$. We'll approximate $\ln 1000000$ as 15 (the actual number is 13.8), so there are appr...
0
7,684.6875
-1
7,684.6875
Given a finite sequence $D$: $a\_1$, $a\_2$, ..., $a\_n$, where $S\_n$ represents the sum of the first $n$ terms of the sequence $D$, define $\frac{S\_1 + S\_2 + ... + S\_n}{n}$ as the "De-Guang sum" of $D$. If a 99-term sequence $a\_1$, $a\_2$, ..., $a\_99$ has a "De-Guang sum" of $1000$, find the "De-Guang sum" of th...
998
0.625
5,495.0625
4,490.4
7,169.5
Each of six, standard, six-sided dice is rolled once. What is the probability that there is exactly one pair and one triplet (three dice showing the same value), and the remaining dice show different values?
\frac{25}{162}
0.25
6,297.4375
5,824.75
6,455
The smallest positive integer \( n \) that satisfies \( \sqrt{n} - \sqrt{n-1} < 0.01 \) is: (29th Annual American High School Mathematics Examination, 1978)
2501
0.125
7,345.4375
6,123.5
7,520
In $\triangle ABC$, the sides opposite to angles $A$, $B$, and $C$ are denoted as $a$, $b$, and $c$ respectively, and it satisfies $2b\sin \left(C+ \frac {\pi}{6}\right)=a+c$. (I) Find the magnitude of angle $B$; (II) If point $M$ is the midpoint of $BC$, and $AM=AC=2$, find the value of $a$.
\frac {4 \sqrt {7}}{7}
0
6,215.5
-1
6,215.5
As shown in the diagram, rectangle \(ABCD\) is inscribed in a semicircle, with \(EF\) as the diameter of the semicircle. Given that \(DA = 16\), and \(FD = AE = 9\), find the area of rectangle \(ABCD\).
240
0.375
7,085.8125
5,242.166667
8,192
Let \( m \in \mathbf{N}^{*} \), and let \( F(m) \) represent the integer part of \( \log_{2} m \). Determine the value of \( F(1) + F(2) + \cdots + F(1024) \).
8204
0.5625
6,845.25
6,333.333333
7,503.428571
In the figure, it is given that angle $C = 90^{\circ}$, $\overline{AD} = \overline{DB}$, $DE \perp AB$, $\overline{AB} = 20$, and $\overline{AC} = 12$. The area of quadrilateral $ADEC$ is:
58\frac{1}{2}
1. **Identify the given information and the goal:** - $\angle C = 90^\circ$ indicates $\triangle ABC$ is a right triangle. - $\overline{AD} = \overline{DB}$ implies $D$ is the midpoint of $\overline{AB}$. - $DE \perp AB$ means $\triangle BDE$ is a right triangle. - $\overline{AB} = 20$ and $\overline{AC} = ...
0
8,192
-1
8,192
A particle projected vertically upward reaches, at the end of $t$ seconds, an elevation of $s$ feet where $s = 160 t - 16t^2$. The highest elevation is:
400
1. **Identify the type of function:** The function given for elevation $s$ in terms of time $t$ is $s = 160t - 16t^2$. This is a quadratic function in the standard form $s = at^2 + bt + c$ where $a = -16$, $b = 160$, and $c = 0$. 2. **Determine the vertex:** The vertex of a parabola represented by $s = at^2 + bt + c$ ...
1
2,006.6875
2,006.6875
-1
Construct spheres that are tangent to 4 given spheres. If we accept the point (a sphere with zero radius) and the plane (a sphere with infinite radius) as special cases, how many such generalized spatial Apollonian problems exist?
15
0
2,849.8125
-1
2,849.8125
Given the inequality about $x$, $2\log_2^2x - 5\log_2x + 2 \leq 0$, the solution set is $B$. 1. Find set $B$. 2. If $x \in B$, find the maximum and minimum values of $f(x) = \log_2 \frac{x}{8} \cdot \log_2 (2x)$.
-4
0.875
3,459.8125
3,426.714286
3,691.5
The number 123456789 is written on the board. Two adjacent digits are selected from the number, if neither of them is 0, 1 is subtracted from each digit, and the selected digits are swapped (for example, from 123456789, one operation can result in 123436789). What is the smallest number that can be obtained as a result...
101010101
0
8,192
-1
8,192
It is known that there are four different venues $A$, $B$, $C$, $D$ at the Flower Expo. Person A and person B each choose 2 venues to visit. The probability that exactly one venue is the same in their choices is ____.
\frac{2}{3}
0.8125
6,466.5
6,068.307692
8,192
Let $A = \{1, 2, \cdots, 10\}$. A function $f: A \rightarrow A$ satisfies $f(x) \neq x$ for all $x \in A$, but $f^{21}(x) = x$ for all $x \in A$. Find the number of such permutations.
172800
0.5625
6,379.375
4,969.555556
8,192
Let $$A=\frac{1}{6}\left(\left(\log _{2}(3)\right)^{3}-\left(\log _{2}(6)\right)^{3}-\left(\log _{2}(12)\right)^{3}+\left(\log _{2}(24)\right)^{3}\right)$$ Compute $2^{A}$.
72
Let $a=\log _{2}(3)$, so $2^{a}=3$ and $A=\frac{1}{6}\left[a^{3}-(a+1)^{3}-(a+2)^{3}+(a+3)^{3}\right]$. But $(x+1)^{3}-x^{3}=3 x^{2}+3 x+1$, so $A=\frac{1}{6}\left[3(a+2)^{2}+3(a+2)-3 a^{2}-3 a\right]=\frac{1}{2}[4 a+4+2]=2 a+3$. Thus $2^{A}=\left(2^{a}\right)^{2}\left(2^{3}\right)=9 \cdot 8=72$
0.8125
4,569.5625
3,733.615385
8,192
Find the number of 5-digit numbers where the ten-thousands place is not 5, the units place is not 2, and all digits are distinct.
21840
0.1875
7,082.3125
5,706.666667
7,399.769231
The arithmetic mean (ordinary average) of the fifty-two successive positive integers beginning at 2 is:
27\frac{1}{2}
1. **Identify the sequence and its properties**: The problem involves an arithmetic sequence starting from 2 with a common difference of 1. The sequence is given by: \[ a_n = 2 + (n-1) \cdot 1 = n + 1 \] where $n$ is the term number. 2. **Determine the range of terms**: The sequence starts at $a_1 = 2$ and...
0
2,480.375
-1
2,480.375
Abbot writes the letter $A$ on the board. Every minute, he replaces every occurrence of $A$ with $A B$ and every occurrence of $B$ with $B A$, hence creating a string that is twice as long. After 10 minutes, there are $2^{10}=1024$ letters on the board. How many adjacent pairs are the same letter?
341
Let $a_{n}$ denote the number of adjacent pairs of letters that are the same after $n$ minutes, and $b_{n}$ the number of adjacent pairs that are different. Lemma 1. $a_{n}=b_{n-1}$ for all $n \geq 0$. Proof. Any adjacent pair of identical letters $X X$ at stage $n$ either came from the same letter of stage $n-1(W \rig...
0
8,192
-1
8,192
Let $S$ be the set of lattice points in the coordinate plane, both of whose coordinates are integers between $1$ and $30,$ inclusive. Exactly $300$ points in $S$ lie on or below a line with equation $y=mx.$ The possible values of $m$ lie in an interval of length $\frac ab,$ where $a$ and $b$ are relatively prime positi...
85
1. **Understanding the Problem:** The problem asks us to find the possible values of the slope $m$ of a line such that exactly $300$ lattice points from the set $S$ (which contains points with integer coordinates $(x, y)$ where $1 \leq x, y \leq 30$) lie on or below this line. The total number of lattice points in $...
0
8,192
-1
8,192
A right cylindrical oil tank is $15$ feet tall and its circular bases have diameters of $4$ feet each. When the tank is lying flat on its side (not on one of the circular ends), the oil inside is $3$ feet deep. How deep, in feet, would the oil have been if the tank had been standing upright on one of its bases? Express...
12.1
0.125
7,825.75
6,088.5
8,073.928571
Let $n>1$ be an integer. For each numbers $(x_1, x_2,\dots, x_n)$ with $x_1^2+x_2^2+x_3^2+\dots +x_n^2=1$, denote $m=\min\{|x_i-x_j|, 0<i<j<n+1\}$ Find the maximum value of $m$.
{m \leq \sqrt{\frac{12}{n(n-1)(n+1)}}}
Let \( n > 1 \) be an integer. For any set of numbers \((x_1, x_2, \ldots, x_n)\) such that the condition \( x_1^2 + x_2^2 + x_3^2 + \cdots + x_n^2 = 1 \) holds, we need to determine the maximum possible value of \( m \), where: \[ m = \min\{|x_i - x_j| \mid 1 \leq i < j \leq n\}. \] Our goal is to find the maximum ...
0
8,192
-1
8,192
What is the value of the expression $\sqrt{16\sqrt{8\sqrt{4}}}$?
8
To solve the expression $\sqrt{16\sqrt{8\sqrt{4}}}$, we will simplify the expression step-by-step: 1. **Simplify the innermost square root:** \[ \sqrt{4} = 2 \] 2. **Substitute and simplify the next square root:** \[ \sqrt{8\sqrt{4}} = \sqrt{8 \cdot 2} = \sqrt{16} \] 3. **Simplify the result obtain...
1
3,137.5
3,137.5
-1
A square has been divided into $2022$ rectangles with no two of them having a common interior point. What is the maximal number of distinct lines that can be determined by the sides of these rectangles?
2025
0.375
6,864.1875
5,316.333333
7,792.9
How many ways are there to arrange the letters of the word $\text{C}_1\text{O}_1\text{M}_1\text{M}_2\text{U}_1\text{N}_1\text{I}_1\text{T}_1$, in which the two M's are considered different?
40320
0.8125
4,581.8125
4,295.846154
5,821
Let $A, B, C, D, E$ be five points on a circle; some segments are drawn between the points so that each of the $\binom{5}{2}=10$ pairs of points is connected by either zero or one segments. Determine the number of sets of segments that can be drawn such that: - It is possible to travel from any of the five points to an...
\[ 195 \]
First we show that we can divide the five points into sets $S$ and $T$ according to the second condition in only one way. Assume that we can divide the five points into $S \cup T$ and $S^{\prime} \cup T^{\prime}$. Then, let $A=S^{\prime} \cap S, B=S^{\prime} \cap T, C=T^{\prime} \cap S$, and $D=T^{\prime} \cap T$. Sinc...
0
7,844.625
-1
7,844.625
For integers $a$ and $T,$ $T \neq 0,$ a parabola whose general equation is $y = ax^2 + bx + c$ passes through the points $A = (0,0),$ $B = (2T,0),$ and $C = (2T + 1,28).$ Let $N$ be the sum of the coordinates of the vertex point. Determine the largest value of $N.$
60
0.625
5,964.9375
4,628.7
8,192
How many positive integers less than or equal to 5689 contain either the digit '6' or the digit '0'?
2545
0
8,109.875
-1
8,109.875
Find the smallest positive integer $n$ with the property that the polynomial $x^4 - nx + 63$ can be written as a product of two nonconstant polynomials with integer coefficients.
8
You can factor the polynomial into two quadratic factors or a linear and a cubic factor. For two quadratic factors, let $x^2+ax+b$ and $x^2+cx+d$ be the two quadratics, so that \[(x^2 + ax + b )(x^2 + cx + d) = x^4 + (a + c)x^3 + (b + d + ac)x^2 + (ad + bc)x + bd.\] Therefore, again setting coefficients equal, $a + c...
0.5
7,302.375
6,412.75
8,192
There are exactly 120 ways to color five cells in a $5 \times 5$ grid such that each row and each column contains exactly one colored cell. There are exactly 96 ways to color five cells in a $5 \times 5$ grid without the corner cell, such that each row and each column contains exactly one colored cell. How many ways ...
78
0.1875
6,815.25
4,667.666667
7,310.846154
Let $f : \mathbb{C} \to \mathbb{C} $ be defined by $ f(z) = z^2 + iz + 1 $. How many complex numbers $z $ are there such that $ \text{Im}(z) > 0 $ and both the real and the imaginary parts of $f(z)$ are integers with absolute value at most $ 10 $?
399
0
8,192
-1
8,192
Let $f(n)$ be the integer closest to $\sqrt[4]{n}.$ Find $\sum_{k=1}^{1995}\frac 1{f(k)}.$
400
This is a pretty easy problem just to bash. Since the max number we can get is $7$, we just need to test $n$ values for $1.5,2.5,3.5,4.5,5.5$ and $6.5$. Then just do how many numbers there are times $\frac{1}{\lfloor n \rfloor}$, which should be $5+17+37+65+101+145+30 = \boxed{400}$
0.1875
7,633
6,510.666667
7,892
A positive integer $n$ is *funny* if for all positive divisors $d$ of $n$ , $d+2$ is a prime number. Find all funny numbers with the largest possible number of divisors.
135
0
8,192
-1
8,192
For all composite integers $n$, what is the largest integer that always divides into the difference between $n$ and the cube of $n$?
6
0.6875
7,083.1875
6,579.181818
8,192
Three cards are chosen at random from a standard 52-card deck. What is the probability that the first card is a spade, the second card is a 10, and the third card is a queen?
\frac{17}{11050}
0
7,684.625
-1
7,684.625
Given that $\overrightarrow{AB} \perp \overrightarrow{AC}$, $|\overrightarrow{AB}|= \frac{1}{t}$, $|\overrightarrow{AC}|=t$, and point $P$ is a point on the plane of $\triangle ABC$ such that $\overrightarrow{AP}= \frac{\overrightarrow{AB}}{|\overrightarrow{AB}|} + \frac{4\overrightarrow{AC}}{|\overrightarrow{AC}|}$. F...
\frac{1}{2}
0.9375
3,889.3125
3,602.466667
8,192
A regular 100-sided polygon is placed on a table, with the numbers $1, 2, \ldots, 100$ written at its vertices. These numbers are then rewritten in order of their distance from the front edge of the table. If two vertices are at an equal distance from the edge, the left number is listed first, followed by the right nu...
10100
0
7,643.1875
-1
7,643.1875
Given that $α∈( \dfrac {π}{2},π)$, and $\sin \dfrac {α}{2}+\cos \dfrac {α}{2}= \dfrac {2 \sqrt {3}}{3}$. (1) Find the values of $\sin α$ and $\cos α$; (2) If $\sin (α+β)=- \dfrac {3}{5},β∈(0, \dfrac {π}{2})$, find the value of $\sin β$.
\dfrac {6 \sqrt {2}+4}{15}
0
6,693.25
-1
6,693.25
A fair six-sided die with uniform quality is rolled twice in succession. Let $a$ and $b$ denote the respective outcomes. Find the probability that the function $f(x) = \frac{1}{3}x^3 + \frac{1}{2}ax^2 + bx$ has an extreme value.
\frac{17}{36}
0.25
6,284.375
7,116.5
6,007
Points $A$ and $C$ lie on a circle centered at $O$, each of $\overline{BA}$ and $\overline{BC}$ are tangent to the circle, and $\triangle ABC$ is equilateral. The circle intersects $\overline{BO}$ at $D$. What is $\frac{BD}{BO}$?
\frac{1}{2}
1. **Identify Key Properties of the Triangle and Circle:** Since $\triangle ABC$ is equilateral, each angle in the triangle is $60^\circ$. The lines $\overline{BA}$ and $\overline{BC}$ are tangents to the circle at points $A$ and $C$, respectively. This implies that $\angle BAO = \angle BCO = 90^\circ$. 2. **Analy...
0.0625
7,966.125
6,175
8,085.533333
A circle passes through the three vertices of an isosceles triangle that has two sides of length 5 and a base of length 4. What is the area of this circle? Express your answer in terms of $\pi$.
\frac{13125}{1764}\pi
0
5,149.4375
-1
5,149.4375
In trapezoid $ABCD$, the parallel sides $AB$ and $CD$ have lengths of 15 and 30 units respectively, and the altitude is 18 units. Points $E$ and $F$ divide legs $AD$ and $BC$ into thirds respectively, with $E$ one third from $A$ to $D$ and $F$ one third from $B$ to $C$. Calculate the area of quadrilateral $EFCD$.
360
0
7,359.75
-1
7,359.75
In a triangle with sides of lengths 13, 14, and 15, the orthocenter is denoted by \( H \). The altitude from vertex \( A \) to the side of length 14 is \( A D \). What is the ratio \( \frac{H D}{H A} \)?
5:11
0
4,463.3125
-1
4,463.3125
Maria needs to provide her waist size in centimeters for a custom dress order. She knows her waist measures 28 inches. If she has been advised to add an extra 1 inch for a comfortable fit and there are 12 inches in a foot, and 31 centimeters in a foot, how many centimeters should Maria specify for her waist size?
74.9
0
467.3125
-1
467.3125
Find the largest negative root \( x_{0} \) of the equation \( \frac{\sin x}{1+\cos x} = 2 - \operatorname{ctg} x \). Write the answer as \( x_{0} \cdot \frac{3}{\pi} \).
-3.5
0
7,782.6875
-1
7,782.6875
Find the area of the region enclosed by the graph of $|x-60|+|y|=\left|\frac{x}{4}\right|.$
480
Since $|y|$ is nonnegative, $\left|\frac{x}{4}\right| \ge |x - 60|$. Solving this gives us two equations: $\frac{x}{4} \ge x - 60\ \mathrm{and} \ -\frac{x}{4} \le x - 60$. Thus, $48 \le x \le 80$. The maximum and minimum y value is when $|x - 60| = 0$, which is when $x = 60$ and $y = \pm 15$. Since the graph is symmetr...
0.875
6,123.375
5,827.857143
8,192
A random permutation $a=\left(a_{1}, a_{2}, \ldots, a_{40}\right)$ of $(1,2, \ldots, 40)$ is chosen, with all permutations being equally likely. William writes down a $20 \times 20$ grid of numbers $b_{i j}$ such that $b_{i j}=\max \left(a_{i}, a_{j+20}\right)$ for all $1 \leq i, j \leq 20$, but then forgets the origin...
\frac{10}{13}
We can deduce information about $a$ from the grid $b$ by looking at the largest element of it, say $m$. If $m$ fills an entire row, then the value of $a$ corresponding to this row must be equal to $m$. Otherwise, $m$ must fill an entire column, and the value of $a$ corresponding to this column must be equal to $m$. We ...
0
8,192
-1
8,192
Evaluate or simplify: 1. $\frac{\sqrt{1 - 2\sin 15^{\circ}\cos 15^{\circ}}}{\cos 15^{\circ} - \sqrt{1 - \cos^{2} 165^{\circ}}}$ 2. Given $|\vec{a}| = 4$, $|\vec{b}| = 2$, and the angle between $\vec{a}$ and $\vec{b}$ is $\frac{2\pi}{3}$, find the value of $|\vec{a} + \vec{b}|$.
2\sqrt{3}
0.9375
4,598.875
4,359.333333
8,192
Distinct prime numbers $p, q, r$ satisfy the equation $2 p q r+50 p q=7 p q r+55 p r=8 p q r+12 q r=A$ for some positive integer $A$. What is $A$ ?
1980
Note that $A$ is a multiple of $p, q$, and $r$, so $K=\frac{A}{p q r}$ is an integer. Dividing through, we have that $$K=8+\frac{12}{p}=7+\frac{55}{q}=2+\frac{50}{r}$$ Then $p \in\{2,3\}, q \in\{5,11\}$, and $r \in\{2,5\}$. These values give $K \in\{14,12\}, K \in\{18,12\}$, and $K \in$ $\{27,12\}$, giving $K=12$ and $...
0.9375
3,247.5625
2,917.933333
8,192
Any five points are taken inside or on a rectangle with dimensions 2 by 1. Let b be the smallest possible number with the property that it is always possible to select one pair of points from these five such that the distance between them is equal to or less than b. What is b?
\frac{\sqrt{5}}{2}
0
8,025.625
-1
8,025.625
How many natural numbers between 200 and 400 are divisible by 8?
26
0.25
5,669
6,724.25
5,317.25
Evaluate the integral $\int_{0}^{\frac{\pi}{2}} \sin^{2} \frac{x}{2} dx =$ \_\_\_\_\_\_.
\frac{\pi}{4} - \frac{1}{2}
0.75
3,088.375
2,550.416667
4,702.25
To examine the effectiveness of a certain influenza vaccine, a laboratory randomly selected 100 healthy mice for an experiment and obtained the following contingency table: | | Infection | Not Infected | |----------|-----------|--------------| | Injected | 10 | 40 | | Not Injected | 20 | 3...
0.05
0.6875
5,501.9375
4,700.272727
7,265.6
Given a positive integer $n$, find all $n$-tuples of real number $(x_1,x_2,\ldots,x_n)$ such that \[ f(x_1,x_2,\cdots,x_n)=\sum_{k_1=0}^{2} \sum_{k_2=0}^{2} \cdots \sum_{k_n=0}^{2} \big| k_1x_1+k_2x_2+\cdots+k_nx_n-1 \big| \] attains its minimum.
\left( \frac{1}{n+1}, \frac{1}{n+1}, \ldots, \frac{1}{n+1} \right)
Given a positive integer \( n \), we aim to find all \( n \)-tuples of real numbers \( (x_1, x_2, \ldots, x_n) \) such that \[ f(x_1, x_2, \cdots, x_n) = \sum_{k_1=0}^{2} \sum_{k_2=0}^{2} \cdots \sum_{k_n=0}^{2} \left| k_1 x_1 + k_2 x_2 + \cdots + k_n x_n - 1 \right| \] attains its minimum. To solve this, we first cl...
0
8,165.25
-1
8,165.25
For any positive integer $n$ , let $a_n=\sum_{k=1}^{\infty}[\frac{n+2^{k-1}}{2^k}]$ , where $[x]$ is the largest integer that is equal or less than $x$ . Determine the value of $a_{2015}$ .
2015
0.125
8,073.4375
7,243.5
8,192
The quantity \[\frac{\tan \frac{\pi}{5} + i}{\tan \frac{\pi}{5} - i}\]is a tenth root of unity. In other words, it is equal to $\cos \frac{2n \pi}{10} + i \sin \frac{2n \pi}{10}$ for some integer $n$ between 0 and 9 inclusive. Which value of $n$?
3
0.5625
7,291.125
6,590.444444
8,192
Let $A = (3, \theta_1)$ and $B = (9, \theta_2)$ in polar coordinates. If $\theta_1 - \theta_2 = \frac{\pi}{2},$ then find the distance $AB.$
3 \sqrt{10}
1
2,590.75
2,590.75
-1
When the base-12 integer $1531_{12}$ is divided by $8$, what is the remainder?
5
1
2,953.5625
2,953.5625
-1
Four standard, six-sided dice are to be rolled. If the product of their values turns out to be an even number, what is the probability their sum is odd? Express your answer as a common fraction.
\frac{8}{15}
0.875
5,263.75
4,857.214286
8,109.5
It is known that the sum of the absolute values of the pairwise differences of five nonnegative numbers is equal to one. Find the smallest possible sum of these numbers.
\frac{1}{4}
0
8,192
-1
8,192
In acute triangle $\triangle ABC$, $a$, $b$, and $c$ are the sides opposite to angles $A$, $B$, and $C$ respectively, and $4\sin ^{2} \frac {B+C}{2}-\cos 2A= \frac {7}{2}$. 1. Find the measure of angle $A$. 2. If the altitude on side $BC$ is $1$, find the minimum area of $\triangle ABC$.
\frac { \sqrt {3}}{3}
0
7,062.3125
-1
7,062.3125
If $(3,17)$ and $(9,-4)$ are the coordinates of two opposite vertices of a rectangle, what is the sum of the $y$-coordinates of the other two vertices?
13
0.5
6,391.9375
4,591.875
8,192
Let \( A \) and \( B \) be two sets, and \((A, B)\) be called a "pair". If \( A \neq B \), then \((A, B)\) and \((B, A)\) are considered different "pairs". Find the number of different pairs \((A, B)\) that satisfy the condition \( A \cup B = \{1,2,3,4\} \).
81
0.9375
3,907.0625
3,621.4
8,192
Given $f\left(x\right)=\left(1+2x\right)^{n}$, where the sum of the binomial coefficients in the expansion is $64$, and ${\left(1+2x\right)^n}={a_0}+{a_1}x+{a_2}{x^2}+…+{a_n}{x^n}$. $(1)$ Find the value of $a_{2}$; $(2)$ Find the term with the largest binomial coefficient in the expansion of $\left(1+2x\right)^{n}$...
2916
0.6875
5,851.8125
4,828.363636
8,103.4
An isosceles right triangle has a leg length of 36 units. Starting from the right angle vertex, an infinite series of equilateral triangles is drawn consecutively on one of the legs. Each equilateral triangle is inscribed such that their third vertices always lie on the hypotenuse, and the opposite sides of these vert...
324
0
8,192
-1
8,192
Determine the smallest positive integer $n$ such that $4n$ is a perfect square and $5n$ is a perfect cube.
25
0.4375
5,730.8125
5,881.285714
5,613.777778
A school arranges five classes every morning from Monday to Friday, each lasting 40 minutes. The first class starts from 7:50 to 8:30, with a 10-minute break between classes. A student returns to school after taking leave. If he arrives at the classroom randomly between 8:50 and 9:30, calculate the probability that he ...
\dfrac{1}{4}
0.4375
7,091.5625
6,261.571429
7,737.111111
While Steve and LeRoy are fishing 1 mile from shore, their boat springs a leak, and water comes in at a constant rate of 10 gallons per minute. The boat will sink if it takes in more than 30 gallons of water. Steve starts rowing towards the shore at a constant rate of 4 miles per hour while LeRoy bails water out of the...
8
1. **Calculate the time to reach the shore**: Steve rows at a speed of 4 miles per hour. Since they are 1 mile from shore, the time \( t \) it takes to reach the shore is given by: \[ t = \frac{\text{distance}}{\text{speed}} = \frac{1 \text{ mile}}{4 \text{ miles/hour}} = 0.25 \text{ hours} \] Convertin...
1
1,447.5625
1,447.5625
-1
Given a regular quadrangular pyramid \( S-ABCD \) with a side edge length of 4, and \( \angle ASB = 30^\circ \). Points \( E \), \( F \), and \( G \) are taken on side edges \( SB \), \( SC \), and \( SD \), respectively. Find the minimum value of \( AE + EF + FG + GA \).
4\sqrt{3}
0
8,192
-1
8,192
An ant starts from vertex \( A \) of rectangular prism \( ABCD-A_1B_1C_1D_1 \) and travels along the surface to reach vertex \( C_1 \) with the shortest distance being 6. What is the maximum volume of the rectangular prism?
12\sqrt{3}
0.3125
7,739.375
6,743.6
8,192
On an indoor circular track of circumference 50 feet, Joneal starts at point $S$, runs in a counterclockwise direction, and then stops when he has run exactly one mile (5280 feet). On which quarter of the circle, $A$, $B$, $C$ or $D$, did Joneal stop? [asy] import graph; draw(Circle((0,0),20)); draw((-25,0)--(25,0)); ...
C
0.5625
5,848.25
4,523.333333
7,551.714286
The volume of a regular triangular pyramid, whose lateral face is inclined at an angle of $45^{\circ}$ to the base, is $9 \mathrm{~cm}^{3}$. Find the total surface area of the pyramid.
9 \sqrt{3} (1 + \sqrt{2})
0
7,414.5
-1
7,414.5
There are eight athletes participating in the men's 100m final. It is known that the stadium has eight tracks numbered from inside to outside as 1, 2, 3, 4, 5, 6, 7, 8. If the track numbers of the specified three athletes must be three consecutive numbers, calculate the total number of ways to arrange the tracks for th...
4320
0.9375
4,957.5
4,832.133333
6,838
Determine how many integers $n$ between 1 and 15 (inclusive) result in a fraction $\frac{n}{30}$ that has a repeating decimal.
10
0
8,192
-1
8,192
Find the product of all constants \(t\) such that the quadratic \(x^2 + tx + 12\) can be factored in the form \((x+a)(x+b)\), where \(a\) and \(b\) are integers.
-530,784
0
6,006.875
-1
6,006.875
Huahua is writing letters to Yuanyuan with a pen. When she finishes the 3rd pen refill, she is working on the 4th letter; when she finishes the 5th letter, the 4th pen refill is not yet used up. If Huahua uses the same amount of ink for each letter, how many pen refills does she need to write 16 letters?
13
0
5,032.8125
-1
5,032.8125
Determine the minimum value of prime $p> 3$ for which there is no natural number $n> 0$ such that $2^n+3^n\equiv 0\pmod{p} $ .
19
0.25
7,694.625
6,673.75
8,034.916667
There are 6 male doctors and 4 female doctors. From them, 3 male doctors and 2 female doctors are selected to provide medical services in 5 different regions. It is specified that male doctor A cannot go to region A. How many different assignment plans are there in total?
12960
0.1875
6,024.625
6,487.666667
5,917.769231
For what value of $n$ is the four-digit number $712n$, with units digit $n$, divisible by 18?
8
1
1,442.875
1,442.875
-1
Given that $α∈(0, \dfrac{π}{2})$ and $β∈(\dfrac{π}{2},π)$, with $\cos β=-\dfrac{1}{3}$ and $\sin (α+β)=\dfrac{7}{9}$. (1) Find the value of $\sin α$; (2) Find the value of $\sin (2α+β)$.
\dfrac{10\sqrt{2}}{27}
0
5,402.5625
-1
5,402.5625
Quadrilateral $ABCD$ is a parallelogram. What is the degree measure of angle $A$? [asy] size(100); draw((0,0)--(5,2)--(6,7)--(1,5)--cycle); draw((5,2)--(7.5,3)); draw(Arc((5,2),1,20,80)); label("$D$",(0,0),SW); label("$C$",(5,2),SE); label("$B$",(6,7),NE); label("$A$",(1,5),NW); label("$60^\circ$",(6.3,2.8), N); [/as...
120
0.25
7,079.25
6,499.75
7,272.416667
How many ordered pairs of real numbers $(x, y)$ are there such that $x^2+y^2 = 200$ and \[\sqrt{(x-5)^2+(y-5)^2}+\sqrt{(x+5)^2+(y+5)^2}\] is an integer?
12
0
8,061.75
-1
8,061.75
Given the function $y=\cos(2x- \frac{\pi}{6})$, find the horizontal shift required to transform the graph of $y=\sin 2x$ into the graph of $y=\cos(2x- \frac{\pi}{6})$.
\frac{\pi}{6}
0.625
6,103.5625
5,130.1
7,726
Compute the value of \(1^{25}+2^{24}+3^{23}+\ldots+24^{2}+25^{1}\).
66071772829247409
0
8,192
-1
8,192
$ABCDEFGH$ shown below is a cube. Find $\sin \angle GAC$. [asy] import three; triple A,B,C,D,EE,F,G,H; A = (0,0,0); B = (1,0,0); C = (1,1,0); D= (0,1,0); EE = (0,0,1); F = B+EE; G = C + EE; H = D + EE; draw(B--C--D); draw(B--A--D,dashed); draw(EE--F--G--H--EE); draw(A--EE,dashed); draw(B--F); draw(C--G...
\frac{\sqrt{3}}{3}
0
2,900.625
-1
2,900.625
All the numbers 2, 3, 4, 5, 6, 7 are assigned to the six faces of a cube, one number to each face. For each of the eight vertices of the cube, a product of three numbers is computed, where the three numbers are the numbers assigned to the three faces that include that vertex. What is the greatest possible value of the ...
729
0.875
4,877.6875
4,404.214286
8,192
For a positive integer $n$, denote by $\tau(n)$ the number of positive integer divisors of $n$, and denote by $\phi(n)$ the number of positive integers that are less than or equal to $n$ and relatively prime to $n$. Call a positive integer $n$ good if $\varphi(n)+4 \tau(n)=n$. For example, the number 44 is good because...
172
We claim that $44,56,72$ are the only good numbers. It is easy to check that these numbers work. Now we prove none others work. First, remark that as $n=1,2$ fail so we have $\varphi(n)$ is even, thus $n$ is even. This gives us $\varphi(n) \leq n / 2$. Now remark that $\tau(n)<2 \sqrt{n}$, so it follows we need $n / 2+...
0
8,192
-1
8,192
Select 3 distinct numbers from the set {1, 2, ..., 10} such that they do not form an arithmetic sequence. How many such selections are possible? (Answer with a number).
100
0.75
6,244.3125
5,816.75
7,527
There is a wooden stick 240 cm long. First, starting from the left end, a line is drawn every 7 cm. Then, starting from the right end, a line is drawn every 6 cm. The stick is cut at each marked line. How many of the resulting smaller sticks are 3 cm long?
12
0
5,213.0625
-1
5,213.0625
The sequence $\{a_n\}$ satisfies $a_{n+1}+(-1)^{n}a_{n}=2n-1$. Find the sum of the first $60$ terms of $\{a_n\}$.
1830
0
8,176.5
-1
8,176.5
Given the data from a 2×2 contingency table calculates $k=4.073$, there is a \_\_\_\_\_\_ confidence that the two variables are related, knowing that $P(k^2 \geq 3.841) \approx 0.05$, $P(k^2 \geq 5.024) \approx 0.025$.
95\%
1
5,004.6875
5,004.6875
-1
Given the ellipse $\frac{x^2}{3} + y^2 = 1$ and the line $l: y = kx + m$ intersecting the ellipse at two distinct points $A$ and $B$. (1) If $m = 1$ and $\overrightarrow{OA} \cdot \overrightarrow{OB} = 0$ ($O$ is the origin), find the value of $k$. (2) If the distance from the origin $O$ to the line $l$ is $\frac{\sq...
\frac{\sqrt{3}}{2}
0
7,633.9375
-1
7,633.9375
Find the area of trapezoid \(ABCD (AD \| BC)\) if its bases are in the ratio \(5:3\), and the area of triangle \(ADM\) is 50, where \(M\) is the point of intersection of lines \(AB\) and \(CD\).
32
0.3125
7,278.625
5,745
7,975.727273
Let $f(x)=2x^4+x^3+x^2-3x+r$. For what value of $r$ is $f(2)=0$?
-38
1
1,531.1875
1,531.1875
-1
Let $\overline{CH}$ be an altitude of $\triangle ABC$. Let $R\,$ and $S\,$ be the points where the circles inscribed in the triangles $ACH\,$ and $BCH$ are tangent to $\overline{CH}$. If $AB = 1995\,$, $AC = 1994\,$, and $BC = 1993\,$, then $RS\,$ can be expressed as $m/n\,$, where $m\,$ and $n\,$ are relatively prime ...
997
0.25
7,867.25
6,893
8,192
Three not necessarily distinct positive integers between 1 and 99, inclusive, are written in a row on a blackboard. Then, the numbers, without including any leading zeros, are concatenated to form a new integer $N$. For example, if the integers written, in order, are 25, 6, and 12, then $N=25612$ (and not $N=250612$). ...
825957
We will divide this into cases based on the number of digits of $N$. - Case 1: 6 digits. Then each of the three numbers must have two digits, so we have 90 choices for each. So we have a total of $90^{3}=729000$ possibilities. - Case 2: 5 digits. Then, exactly one of the three numbers is between 1 and 9, inclusive. We ...
0
7,997.8125
-1
7,997.8125