problem stringlengths 10 5.15k | answer dict |
|---|---|
A store prices an item so that when 5% sales tax is added to the price in cents, the total cost rounds naturally to the nearest multiple of 5 dollars. What is the smallest possible integer dollar amount $n$ to which the total cost could round?
A) $50$
B) $55$
C) $60$
D) $65$
E) $70$ | {
"answer": "55",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Three sectors of a circle are removed from a regular hexagon to form the shaded shape shown. Each sector has a perimeter of 18 mm. What is the perimeter, in mm, of the shaded shape formed? | {
"answer": "54",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $g(x)$ be a third-degree polynomial with real coefficients satisfying \[|g(0)|=|g(1)|=|g(3)|=|g(4)|=|g(5)|=|g(8)|=10.\] Find $|g(2)|$. | {
"answer": "20",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given $f(x)=\frac{1}{x}$, calculate the limit of $\frac{f(2+3\Delta x)-f(2)}{\Delta x}$ as $\Delta x$ approaches infinity. | {
"answer": "-\\frac{3}{4}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In $\triangle ABC$, the sides opposite to angles $A$, $B$, and $C$ are $a$, $b$, and $c$ respectively, and $M$ is the midpoint of $BC$ with $BM = 2$. $AM = c - b$. Find the maximum area of $\triangle ABC$. | {
"answer": "2\\sqrt{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
What is the maximum number of rooks that can be placed in an $8 \times 8 \times 8$ cube so that no two rooks attack each other? | {
"answer": "64",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a rectangular grid of dots with 5 rows and 6 columns, determine how many different squares can be formed using these dots as vertices. | {
"answer": "40",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The integer 2019 can be formed by placing two consecutive two-digit positive integers, 19 and 20, in decreasing order. What is the sum of all four-digit positive integers greater than 2019 that can be formed in this way? | {
"answer": "478661",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given an isosceles triangle with a vertex angle of 36°, the ratio of the base to the leg is equal to . | {
"answer": "\\frac{\\sqrt{5}-1}{2}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Determine the slope \(m\) of the asymptotes for the hyperbola given by the equation
\[
\frac{y^2}{16} - \frac{x^2}{9} = 1.
\] | {
"answer": "\\frac{4}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
An ancient civilization has a tribe of 12 members organized hierarchically. The tribe has one main chief, two supporting chiefs (Senior and Junior), and each supporting chief has three inferior officers. If the tribe has 12 members in total, in how many ways can the leadership structure of the tribe be formed under these restrictions? | {
"answer": "2217600",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The function $\mathbf{y}=f(x)$ satisfies the following conditions:
a) $f(4)=2$;
b) $f(n+1)=\frac{1}{f(0)+f(1)}+\frac{1}{f(1)+f(2)}+\ldots+\frac{1}{f(n)+f(n+1)}, n \geq 0$.
Find the value of $f(2022)$. | {
"answer": "\\sqrt{2022}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The diagram shows three rectangles and three straight lines. What is the value of \( p + q + r \)?
A) 135
B) 180
C) 210
D) 225
E) 270 | {
"answer": "180",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Determine the number of digits in the value of $2^{15} \times 5^{11}$. | {
"answer": "12",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The sum of the largest number and the smallest number of a triple of positive integers $(x,y,z)$ is the power of the triple. Compute the sum of powers of all triples $(x,y,z)$ where $x,y,z \leq 9$. | {
"answer": "7290",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that $\overrightarrow{a}$ and $\overrightarrow{b}$ are unit vectors, if $|\overrightarrow{a}-2\overrightarrow{b}|=\sqrt{3}$, then the angle between $\overrightarrow{a}$ and $\overrightarrow{b}$ is ____. | {
"answer": "\\frac{1}{3}\\pi",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
What is the sum of the six positive integer factors of 30, each multiplied by 2? | {
"answer": "144",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that an ellipse and a hyperbola share common foci $F_1$, $F_2$, and $P$ is one of their intersection points, $\angle F_1PF_2=60^\circ$, find the minimum value of $e_1^2+e_2^2$. | {
"answer": "1+\\frac{\\sqrt{3}}{2}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a circle described by the equation $x^{2}-2x+y^{2}-2y+1=0$, find the cosine value of the angle between the two tangent lines drawn from an external point $P(3,2)$. | {
"answer": "\\frac{3}{5}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Calculate $1010101_2 + 111000_2$ and write your answer in base $10$. | {
"answer": "141",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The equation of the asymptotes of the hyperbola \\(x^{2}- \frac {y^{2}}{2}=1\\) is \_\_\_\_\_\_; the eccentricity equals \_\_\_\_\_\_. | {
"answer": "\\sqrt {3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The area of a triangle \(ABC\) is \(\displaystyle 40 \text{ cm}^2\). Points \(D, E\) and \(F\) are on sides \(AB, BC\) and \(CA\) respectively. If \(AD = 3 \text{ cm}, DB = 5 \text{ cm}\), and the area of triangle \(ABE\) is equal to the area of quadrilateral \(DBEF\), find the area of triangle \(AEC\) in \(\text{cm}^2\). | {
"answer": "15",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In rectangle $PQRS$, $PQ=7$ and $QR =4$. Points $X$ and $Y$ are on $\overline{RS}$ so that $RX = 2$ and $SY=3$. Lines $PX$ and $QY$ intersect at $Z$. Find the area of $\triangle PQZ$. | {
"answer": "19.6",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that $a$, $b$, and $c$ are the sides opposite to angles $A$, $B$, and $C$ respectively in $\triangle ABC$, and $\sin A$, $\sin B$, and $\sin C$ form a geometric sequence. When $B$ takes the maximum value, the maximum value of $\sin A + \sin C$ is _____. | {
"answer": "\\sqrt{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In a sequence $a_1, a_2, . . . , a_{1000}$ consisting of $1000$ distinct numbers a pair $(a_i, a_j )$ with $i < j$ is called *ascending* if $a_i < a_j$ and *descending* if $a_i > a_j$ . Determine the largest positive integer $k$ with the property that every sequence of $1000$ distinct numbers has at least $k$ non-overlapping ascending pairs or at least $k$ non-overlapping descending pairs. | {
"answer": "333",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $q(x)$ be a quadratic polynomial such that $[q(x)]^2 - x^2$ is divisible by $(x - 2)(x + 2)(x - 5)$. Find $q(10)$. | {
"answer": "\\frac{110}{7}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let \( n, m \) be positive integers. Define the sets \( A = \{1, 2, \ldots, n\} \) and \( B_{n}^{m} = \{ (a_1, a_2, \ldots, a_m) \mid a_i \in A, i = 1, 2, \ldots, m \} \) that satisfy:
1. \( |a_i - a_{i+1}| \neq n-1 \) for \( i = 1, 2, \ldots, m-1 \);
2. Among \( a_1, a_2, \ldots, a_m \) (with \( m \geq 3 \)), there are at least three different elements.
Find the number of elements in \( B_{n}^{m} \) and \( B_{6}^{3} \). | {
"answer": "104",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In triangle $ABC$, where $AB = \sqrt{34}$ and $AC = 5$, the angle $B$ is $90^\circ$. Calculate $\tan A$. | {
"answer": "\\frac{3}{5}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the function $f(x)=\sin^{2}x+\sqrt{3}\sin x\sin (x+\frac{\pi}{2})$.
1. Find the value of $f(\frac{\pi}{12})$;
2. Find the maximum and minimum values of the function $f(x)$ when $x\in[0,\frac{\pi}{2}]$. | {
"answer": "\\frac{3}{2}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
There is a unique two-digit positive integer $t$ for which the last two digits of $13 \cdot t$ are $26$. | {
"answer": "62",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
If the real numbers x and y satisfy \((x-3)^{2}+4(y-1)^{2}=4\), find the maximum and minimum values of \(\frac{x+y-3}{x-y+1}\). | {
"answer": "-1",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a sequence of positive terms $\{a_n\}$ with the sum of the first $n$ terms denoted as $S_n$, it satisfies the equation $2S_n = a_n^2 + a_n$ for all natural numbers $n$. Define a new sequence $\{c_n\}$ where $c_n = (-1)^n \frac{2a_n + 1}{2S_n}$. Find the sum of the first 2016 terms of the sequence $\{c_n\}$. | {
"answer": "- \\frac{2016}{2017}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The function $f: \mathbb{R}\rightarrow \mathbb{R}$ is such that $f(x+1)=2f(x)$ for $\forall$ $x\in \mathbb{R}$ and $f(x)=x(x-1)$ for $\forall$ $x\in (0,1]$ . Find the greatest real number $m$ , for which the inequality $f(x)\geq -\frac{8}{9}$ is true for $\forall$ $x\in (-\infty , m]$ .
| {
"answer": "7/3",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
How many distinct diagonals of a convex nonagon (9-sided polygon) can be drawn such that none of the diagonals is parallel to any side of the polygon? | {
"answer": "18",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A triangle has sides of lengths 6 cm and 8 cm that create a 45-degree angle between them. Calculate the length of the third side. | {
"answer": "5.67",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In isosceles right-angled triangle $ABC$ , $CA = CB = 1$ . $P$ is an arbitrary point on the sides of $ABC$ . Find the maximum of $PA \cdot PB \cdot PC$ . | {
"answer": "\\frac{\\sqrt{2}}{4}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Petya's bank account contains 500 dollars. The bank allows only two types of transactions: withdrawing 300 dollars or adding 198 dollars.
What is the maximum amount Petya can withdraw from the account if he does not have any other money? | {
"answer": "498",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
If the graph of the function $f(x)=\sin \omega x+\sin (\omega x- \frac {\pi}{2})$ ($\omega > 0$) is symmetric about the point $\left( \frac {\pi}{8},0\right)$, and there is a zero point within $\left(- \frac {\pi}{4},0\right)$, determine the minimum value of $\omega$. | {
"answer": "10",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A rectangular sheet of paper is folded so that two diagonally opposite corners come together. If the crease formed is the same length as the longer side of the sheet, what is the ratio of the longer side of the sheet to the shorter side? | {
"answer": "\\sqrt{\\frac{2}{\\sqrt{5} - 1}}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
How many ordered pairs of integers $(a, b)$ satisfy all of the following inequalities?
\[ \begin{aligned}
a^2 + b^2 &< 25 \\
a^2 + b^2 &< 8a + 4 \\
a^2 + b^2 &< 8b + 4
\end{aligned} \] | {
"answer": "14",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given \( A, B, C, D \in\{1, 2, \cdots, 6\} \), and each is distinct from the others. If the curves \( y = Ax^{2} + B \) and \( y = Cx^{2} + D \) intersect, then there are \(\quad\) different ways to choose \( A, B, C, D \) (the intersection of the curves is independent of the order of \( A, B, C, D \); for example, \( A=3, B=2, C=4, D=1 \) and \( A=4, B=1, C=3, D=2 \) are considered the same). | {
"answer": "90",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that the parabola $y=x^2-5x+2$ is symmetric about the point $(3,2)$ with $y=ax^2+bx+c$, find the value of $3a+3c+b$. | {
"answer": "-8",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
How many non- empty subsets $S$ of $\{1,2,3,\ldots ,15\}$ have the following two properties?
$(1)$ No two consecutive integers belong to $S$.
$(2)$ If $S$ contains $k$ elements, then $S$ contains no number less than $k$. | {
"answer": "405",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Rectangle ABCD has dimensions AB=CD=4 and BC=AD=8. The rectangle is rotated 90° clockwise about corner D, then rotated 90° clockwise about the corner C's new position after the first rotation. What is the length of the path traveled by point A?
A) $8\sqrt{5}\pi$
B) $4\sqrt{5}\pi$
C) $2\sqrt{2}\pi$
D) $4\sqrt{2}\pi$ | {
"answer": "4\\sqrt{5}\\pi",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the function $g(x)=x-1$, and the function $f(x)$ satisfies $f(x+1)=-2f(x)-1$. When $x \in (0,1]$, $f(x)=x^{2}-x$. For any $x_1 \in (1,2]$ and $x_2 \in R$, determine the minimum value of $(x_1-x_2)^2+(f(x_1)-g(x_2))^2$. | {
"answer": "\\frac{49}{128}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In the calculations shown, each letter stands for a digit. They are used to make some two-digit numbers. The two numbers on the left have a total of 79. What is the total of the four numbers on the right? | {
"answer": "158",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In acute triangle $\triangle ABC$, the sides opposite angles $A$, $B$, and $C$ are denoted as $a$, $b$, and $c$ respectively. It is given that $a-4\cos C=c\cos B$.
$(1)$ Find the value of $b$;
$(2)$ If $a^{2}+b^{2}+c^{2}=2\sqrt{3}ab\sin C$, find the area of $\triangle ABC$. | {
"answer": "4\\sqrt{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Point \((x,y)\) is randomly picked from the rectangular region with vertices at \((0,0), (3014,0), (3014,3015)\), and \((0,3015)\). What is the probability that \(x > 8y\)? Express your answer as a common fraction. | {
"answer": "\\frac{7535}{120600}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the sequence $\left\{a_{n}\right\}$ with its sum of the first $n$ terms $S_{n}$ satisfying $2 S_{n}-n a_{n}=n$ for $n \in \mathbf{N}^{*}$, and $a_{2}=3$:
1. Find the general term formula for the sequence $\left\{a_{n}\right\}$.
2. Let $b_{n}=\frac{1}{a_{n} \sqrt{a_{n+1}}+a_{n+1} \sqrt{a_{n}}}$ and $T_{n}$ be the sum of the first $n$ terms of the sequence $\left\{b_{n}\right\}$. Determine the smallest positive integer $n$ such that $T_{n}>\frac{9}{20}$. | {
"answer": "50",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
We define \( a @ b = a \times (a + 1) \times \ldots \times (a + b - 1) \). Given \( x @ y @ 2 = 420 \), then \( y @ x = \) ? | {
"answer": "20",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $p,$ $q,$ $r,$ $s$ be distinct real numbers such that the roots of $x^2 - 12px - 13q = 0$ are $r$ and $s,$ and the roots of $x^2 - 12rx - 13s = 0$ are $p$ and $q.$ Find the value of $p + q + r + s.$ | {
"answer": "1716",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A bag contains 20 candies: 4 chocolate, 6 mint, and 10 butterscotch. What is the minimum number of candies that must be removed to be certain that at least two candies of each flavor have been eaten? | {
"answer": "18",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $D$ be the circle with equation $x^2 - 4y - 4 = -y^2 + 6x + 16$. Find the center $(c,d)$ and the radius $s$ of $D$, and compute $c+d+s$. | {
"answer": "5 + \\sqrt{33}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In Papa Carlo's room, there is a clock on each wall, and they all show incorrect times: the first clock is off by 2 minutes, the second by 3 minutes, the third by 4 minutes, and the fourth by 5 minutes. One day, Papa Carlo decided to find out the exact time before leaving the house, and he saw the following times on the clocks: 14:54, 14:57, 15:02, and 15:03. Help Papa Carlo determine the exact time. | {
"answer": "14:58",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $a,$ $b,$ and $c$ be nonzero real numbers such that $a + b + c = 3$. Simplify:
\[
\frac{1}{b^2 + c^2 - 3a^2} + \frac{1}{a^2 + c^2 - 3b^2} + \frac{1}{a^2 + b^2 - 3c^2}.
\] | {
"answer": "-3",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A quadrilateral connecting the midpoints of the sides of trapezoid $\mathrm{ABCD}$ is a rhombus. Find its area if the height of the trapezoid $\mathrm{BH}=5 \mathrm{c}$, the smaller base $\mathrm{BC}=6 \mathrm{~cm}$, and the angle $\mathrm{ABC}$ is $120^{\circ}$. | {
"answer": "15",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A $7 \times 7$ board is either empty or contains an invisible $2 \times 2$ ship placed "by the cells." You are allowed to place detectors in some cells of the board and then activate them all at once. An activated detector signals if its cell is occupied by the ship. What is the minimum number of detectors needed to guarantee identifying whether there is a ship on the board, and if so, which cells it occupies? | {
"answer": "16",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
There are 5 female students and 2 male students in a class. Find the number of different distribution schemes in which they can be divided into two groups, with each group having both female and male students. | {
"answer": "60",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $q(x)$ be a quadratic polynomial such that $[q(x)]^2 - x^2$ is divisible by $(x - 2)(x + 2)(x - 5)$. Find $q(10)$. | {
"answer": "\\frac{250}{7}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Schools A and B are having a sports competition with three events. In each event, the winner gets 10 points and the loser gets 0 points, with no draws. The school with the higher total score after the three events wins the championship. It is known that the probabilities of school A winning in the three events are 0.5, 0.4, and 0.8, respectively, and the results of each event are independent.<br/>$(1)$ Find the probability of school A winning the championship;<br/>$(2)$ Let $X$ represent the total score of school B, find the distribution table and expectation of $X$. | {
"answer": "13",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the equation about $x$, $(x-2)(x^2-4x+m)=0$ has three real roots.
(1) Find the range of values for $m$.
(2) If these three real roots can exactly be the lengths of the sides of a triangle, find the range of values for $m$.
(3) If the triangle formed by these three real roots is an isosceles triangle, find the value of $m$ and the area of the triangle. | {
"answer": "\\sqrt{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
**
Let \( P \) be a point on the parabola \( y = x^2 - 6x + 15 \), and let \( Q \) be a point on the line \( y = 2x - 7 \). Find the shortest possible distance \( PQ \).
** | {
"answer": "\\frac{6 \\sqrt{5}}{5}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The regular tetrahedron, octahedron, and icosahedron have equal surface areas. How are their edges related? | {
"answer": "2 \\sqrt{10} : \\sqrt{10} : 2",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $D$ be the circle with equation $x^2 - 8x + y^2 + 10y = -14$. A translation of the coordinate system moves the center of $D$ to $(1, -2)$. Determine $a+b+r$ after the translation, where $(a,b)$ is the center and $r$ is the radius of the translated circle. | {
"answer": "-1 + \\sqrt{27}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a tetrahedron \(A B C D\), where \(B D = D C = C B = \sqrt{2}\), \(A C = \sqrt{3}\), and \(A B = A D = 1\), find the cosine of the angle between line \(B M\) and line \(A C\), where \(M\) is the midpoint of \(C D\). | {
"answer": "\\frac{\\sqrt{2}}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the ellipse Q: $$\frac{x^{2}}{a^{2}} + y^{2} = 1 \quad (a > 1),$$ where $F_{1}$ and $F_{2}$ are its left and right foci, respectively. A circle with the line segment $F_{1}F_{2}$ as its diameter intersects the ellipse Q at exactly two points.
(1) Find the equation of ellipse Q;
(2) Suppose a line $l$ passing through point $F_{1}$ and not perpendicular to the coordinate axes intersects the ellipse at points A and B. The perpendicular bisector of segment AB intersects the x-axis at point P. The range of the x-coordinate of point P is $[-\frac{1}{4}, 0)$. Find the minimum value of $|AB|$. | {
"answer": "\\frac{3\\sqrt{2}}{2}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Consider a terminal with fifteen gates arranged in a straight line with exactly $90$ feet between adjacent gates. A passenger's departure gate is assigned at random. Later, the gate is changed to another randomly chosen gate. Calculate the probability that the passenger walks $360$ feet or less to the new gate. Express the probability as a simplified fraction $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers, and find $m+n$. | {
"answer": "31",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Jack Sparrow needed to distribute 150 piastres into 10 purses. After putting some amount of piastres in the first purse, he placed more in each subsequent purse than in the previous one. As a result, the number of piastres in the first purse was not less than half the number of piastres in the last purse. How many piastres are in the 6th purse? | {
"answer": "15",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In triangle $XYZ$, the medians $\overline{XT}$ and $\overline{YS}$ are perpendicular. If $XT = 15$ and $YS = 20$, find the length of side $XZ$. | {
"answer": "\\frac{50}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Find the value of the expression $$ f\left( \frac{1}{2000} \right)+f\left( \frac{2}{2000} \right)+...+ f\left( \frac{1999}{2000} \right)+f\left( \frac{2000}{2000} \right)+f\left( \frac{2000}{1999} \right)+...+f\left( \frac{2000}{1} \right) $$ assuming $f(x) =\frac{x^2}{1 + x^2}$ . | {
"answer": "1999.5",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A train has five carriages, each containing at least one passenger. Two passengers are said to be 'neighbours' if either they are in the same carriage or they are in adjacent carriages. Each passenger has exactly five or exactly ten neighbours. How many passengers are there on the train? | {
"answer": "17",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given point P(2, 1) is on the parabola $C_1: x^2 = 2py$ ($p > 0$), and the line $l$ passes through point Q(0, 2) and intersects the parabola $C_1$ at points A and B.
(1) Find the equation of the parabola $C_1$ and the equation for the trajectory $C_2$ of the midpoint M of chord AB;
(2) If lines $l_1$ and $l_2$ are tangent to $C_1$ and $C_2$ respectively, and $l_1$ is parallel to $l_2$, find the shortest distance from $l_1$ to $l_2$. | {
"answer": "\\sqrt{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
To determine the minimum time required for the concentration of the drug in the air to drop below 0.25 milligrams per cubic meter, solve the equation y = 0.25 for t using the function y=\begin{cases} 10t & (0 \leqslant t \leqslant 0.1), \\ {\left( \frac{1}{16} \right)}^{t- \frac{1}{10}} & (t > 0.1) \end{cases}. | {
"answer": "0.6",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the function $f(x)=\frac{cos2x+a}{sinx}$, if $|f(x)|\leqslant 3$ holds for any $x\in \left(0,\pi \right)$, then the set of possible values for $a$ is ______. | {
"answer": "\\{-1\\}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
How many different rectangles with sides parallel to the grid can be formed by connecting four of the dots in a $5\times 5$ square array of dots? | {
"answer": "225",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given $f(x)=9^{x}-2×3^{x}+4$, where $x\in\[-1,2\]$:
1. Let $t=3^{x}$, with $x\in\[-1,2\}$, find the maximum and minimum values of $t$.
2. Find the maximum and minimum values of $f(x)$. | {
"answer": "67",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The diagram shows a solid with six triangular faces and five vertices. Andrew wants to write an integer at each of the vertices so that the sum of the numbers at the three vertices of each face is the same. He has already written the numbers 1 and 5 as shown. What is the sum of the other three numbers he will write? | {
"answer": "11",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Construct a circle with center \( S \) and radius \( 3 \text{ cm} \). Construct two mutually perpendicular diameters \( AC \) and \( BD \) of this circle. Construct isosceles triangles \( ABK, BCL, CDM, DAN \) such that:
- The base of each triangle is a side of the quadrilateral \( ABCD \).
- The base of each triangle is equal to the height on this side.
- No triangle overlaps the quadrilateral \( ABCD \).
From the given data, calculate the area of the polygon \( AKBLCDMN \). | {
"answer": "108",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a right triangle \(ABC\), point \(D\) is located on the extension of hypotenuse \(BC\) such that line \(AD\) is tangent to the circumcircle \(\omega\) of triangle \(ABC\). Line \(AC\) intersects the circumcircle of triangle \(ABD\) at point \(E\). It turns out that the angle bisector of \(\angle ADE\) is tangent to circle \(\omega\). What is the ratio in which point \(C\) divides segment \(AE\)? | {
"answer": "1:2",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
If $\mathbf{a}$, $\mathbf{b}$, $\mathbf{c}$, and $\mathbf{d}$ are unit vectors, then find the largest possible value of
\[
\|\mathbf{a} - \mathbf{b}\|^2 + \|\mathbf{a} - \mathbf{c}\|^2 + \|\mathbf{a} - \mathbf{d}\|^2 + \|\mathbf{b} - \mathbf{c}\|^2 + \|\mathbf{b} - \mathbf{d}\|^2 + \|\mathbf{c} - \mathbf{d}\|^2.
\] | {
"answer": "16",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Rectangle $EFGH$ has area $4032$. An ellipse with area $4032\pi$ passes through points $E$ and $G$ and has foci at $F$ and $H$. Determine the perimeter of the rectangle $EFGH$. | {
"answer": "8\\sqrt{2016}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
How many whole numbers between 1 and 2000 do not contain the digit 7? | {
"answer": "1457",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Consider a series of squares where each square has a border of dots around it, each border containing dots on all four sides. The smallest square (first in the series) has a single dot at the center. Each successive square surrounds the previous one with an additional border of dots, with the number of dots on each side of the square equal to the term number. Determine how many dots are in the fourth square. | {
"answer": "37",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that $\{a_n\}$ is an arithmetic sequence with the first term $a_1 > 0$, and $a_{1007} + a_{1008} > 0$, $a_{1007} \cdot a_{1008} < 0$, determine the largest natural number $n$ for which the sum of the first $n$ terms $S_n > 0$. | {
"answer": "2014",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a trapezoid \( ABCD \) with \( AD \parallel BC \). It turns out that \( \angle ABD = \angle BCD \). Find the length of segment \( BD \) if \( BC = 36 \) and \( AD = 64 \). | {
"answer": "48",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $x_1, x_2, \ldots, x_7$ be natural numbers, and $x_1 < x_2 < \ldots < x_6 < x_7$, also $x_1 + x_2 + \ldots + x_7 = 159$, then the maximum value of $x_1 + x_2 + x_3$ is. | {
"answer": "61",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $ABCD$ be a rectangle. We consider the points $E\in CA,F\in AB,G\in BC$ such that $DC\perp CA,EF\perp AB$ and $EG\perp BC$ . Solve in the set of rational numbers the equation $AC^x=EF^x+EG^x$ . | {
"answer": "2/3",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A circle of radius $10$ inches has its center at the vertex $C$ of an equilateral triangle $ABC$ and passes through the other two vertices. The side $AC$ extended through $C$ intersects the circle at $D$. Calculate the measure of angle $ADB$. | {
"answer": "90",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A triangle has sides of lengths 40 units, 50 units, and 70 units. An altitude is dropped from the vertex opposite the side of length 70 units. Calculate the length of this altitude.
A) $\frac{40\sqrt{7}}{7}$ units
B) $\frac{80\sqrt{7}}{7}$ units
C) $\frac{120\sqrt{7}}{7}$ units
D) $\frac{160\sqrt{7}}{7}$ units | {
"answer": "\\frac{80\\sqrt{7}}{7}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The numbers \(a, b, c, d\) belong to the interval \([-12.5, 12.5]\). Find the maximum value of the expression \(a + 2b + c + 2d - ab - bc - cd - da\). | {
"answer": "650",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Find the area of the region defined by the inequality: \( |y - |x - 2| + |x|| \leq 4 \). | {
"answer": "32",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In $\triangle PQR$, points $M$ and $N$ lie on $\overline{PQ}$ and $\overline{PR}$, respectively. If $\overline{PM}$ and $\overline{QN}$ intersect at point $S$ so that $PS/SM = 4$ and $QS/SN = 3$, what is $RN/NQ$? | {
"answer": "\\frac{4}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that $\alpha \in (-\frac{\pi }{2},\frac{\pi }{2})$, $\beta \in (-\frac{\pi }{2},\frac{\pi }{2})$, and $\tan \alpha$ and $\tan \beta$ are the two real roots of the equation $x^{2}+3\sqrt{3}x+4=0$, find the value of $\alpha + \beta$ = \_\_\_\_\_\_\_\_\_\_\_\_. | {
"answer": "- \\frac{2\\pi}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given $a, b, c > 0$ and $(a+b)bc = 5$, find the minimum value of $2a+b+c$. | {
"answer": "2\\sqrt{5}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The bank plans to invest 40% of a certain fund in project M for one year, and the remaining 60% in project N. It is estimated that project M can achieve an annual profit of 19% to 24%, while project N can achieve an annual profit of 29% to 34%. By the end of the year, the bank must recover the funds and pay a certain rebate rate to depositors. To ensure that the bank's annual profit is no less than 10% and no more than 15% of the total investment in M and N, what is the minimum rebate rate that should be given to the depositors? | {
"answer": "10",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Square $EFGH$ has sides of length 4. Segments $EK$ and $EL$ divide the square's area into two equal parts. Calculate the length of segment $EK$. | {
"answer": "4\\sqrt{2}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given $\triangle ABC$ with its three interior angles $A$, $B$, and $C$, and $2\sin^{2}(B+C)= \sqrt{3}\sin 2A$.
(Ⅰ) Find the degree of $A$;
(Ⅱ) If $BC=7$ and $AC=5$, find the area $S$ of $\triangle ABC$. | {
"answer": "10\\sqrt{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that the function $y = (m^2 + 2m - 2)x^{\frac{1}{m-1}}$ is a power function, find the value of $m$. | {
"answer": "-3",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A survey of $150$ teachers determined the following:
- $90$ had high blood pressure
- $60$ had heart trouble
- $50$ had diabetes
- $30$ had both high blood pressure and heart trouble
- $20$ had both high blood pressure and diabetes
- $10$ had both heart trouble and diabetes
- $5$ had all three conditions
What percent of the teachers surveyed had none of the conditions? | {
"answer": "3.33\\%",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $x, y, z$ be real numbers such that $x + y + z = 2$, and $x \ge -\frac{2}{3}$, $y \ge -1$, and $z \ge -2$. Find the maximum value of
\[\sqrt{3x + 2} + \sqrt{3y + 4} + \sqrt{3z + 7}.\] | {
"answer": "\\sqrt{57}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.