problem stringlengths 10 5.15k | answer dict |
|---|---|
It is known that solution A has a salinity of $8\%$, and solution B has a salinity of $5\%$. After mixing both solutions, the resulting salinity is $6.2\%$. What will be the concentration when a quarter of solution A is mixed with a sixth of solution B? | {
"answer": "$6.5\\%$",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Into how many regions do the x-axis and the graphs of \( y = 2 - x^2 \) and \( y = x^2 - 1 \) split the plane? | {
"answer": "10",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the function $g(x)=\ln x+\frac{1}{2}x^{2}-(b-1)x$.
(1) If the function $g(x)$ has a monotonically decreasing interval, find the range of values for the real number $b$;
(2) Let $x_{1}$ and $x_{2}$ ($x_{1} < x_{2}$) be the two extreme points of the function $g(x)$. If $b\geqslant \frac{7}{2}$, find the minimum value of $g(x_{1})-g(x_{2})$. | {
"answer": "\\frac{15}{8}-2\\ln 2",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given $A(a, 1-a^{2})$, $B(b, 1-b^{2})$, where $ab \lt 0$, tangents are drawn at points $A$ and $B$ to the parabola $y=1-x^{2}$. The minimum area enclosed by the two tangents and the $x$-axis is ____. | {
"answer": "\\frac{8\\sqrt{3}}{9}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
An equilateral triangle is inscribed in a circle. A smaller equilateral triangle has one vertex coinciding with a vertex of the larger triangle and another vertex on the midpoint of a side of the larger triangle. What percent of the area of the larger triangle is the area of the smaller triangle? | {
"answer": "25\\%",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Cynthia loves Pokemon and she wants to catch them all. In Victory Road, there are a total of $80$ Pokemon. Cynthia wants to catch as many of them as possible. However, she cannot catch any two Pokemon that are enemies with each other. After exploring around for a while, she makes the following two observations:
1. Every Pokemon in Victory Road is enemies with exactly two other Pokemon.
2. Due to her inability to catch Pokemon that are enemies with one another, the maximum number of the Pokemon she can catch is equal to $n$ .
What is the sum of all possible values of $n$ ? | {
"answer": "469",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that Ron mistakenly reversed the digits of the two-digit number $a$, and the product of $a$ and $b$ was mistakenly calculated as $221$, determine the correct product of $a$ and $b$. | {
"answer": "527",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In a circle with center $O$, the measure of $\angle BAC$ is $45^\circ$, and the radius of the circle $OA=15$ cm. Also, $\angle BAC$ subtends another arc $BC$ which does not include point $A$. Compute the length of arc $BC$ in terms of $\pi$. [asy]
draw(circle((0,0),1));
draw((0,0)--(sqrt(2)/2,sqrt(2)/2)--(-sqrt(2)/2,sqrt(2)/2)--(0,0));
label("$O$", (0,0), SW); label("$A$", (sqrt(2)/2,sqrt(2)/2), NE); label("$B$", (-sqrt(2)/2,sqrt(2)/2), NW);
[/asy] | {
"answer": "22.5\\pi",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In an extended game, each of 6 players, including Hugo, rolls a standard 8-sided die. The winner is the one who rolls the highest number. In the case of a tie for the highest roll, the tied players will re-roll until a single winner emerges. What is the probability that Hugo's first roll was a 7, given that he won the game?
A) $\frac{2772}{8192}$
B) $\frac{8856}{32768}$
C) $\frac{16056}{65536}$
D) $\frac{11028}{49152}$
E) $\frac{4428}{16384}$ | {
"answer": "\\frac{8856}{32768}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given vectors satisfying $\overrightarrow{a}\cdot (\overrightarrow{a}-2\overrightarrow{b})=3$ and $|\overrightarrow{a}|=1$, with $\overrightarrow{b}=(1,1)$, calculate the angle between $\overrightarrow{a}$ and $\overrightarrow{b}$. | {
"answer": "\\dfrac {3\\pi}{4}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a 10cm×10cm×10cm cube cut into 1cm×1cm×1cm small cubes, determine the maximum number of small cubes that can be left unused when reassembling the small cubes into a larger hollow cube with no surface voids. | {
"answer": "134",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Twelve standard 6-sided dice are rolled. What is the probability that exactly two of the dice show a 1? Express your answer as a decimal rounded to the nearest thousandth. | {
"answer": "0.230",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
There are $n\geq 3$ cities in a country and between any two cities $A$ and $B$ , there is either a one way road from $A$ to $B$ , or a one way road from $B$ to $A$ (but never both). Assume the roads are built such that it is possible to get from any city to any other city through these roads, and define $d(A,B)$ to be the minimum number of roads you must go through to go from city $A$ to $B$ . Consider all possible ways to build the roads. Find the minimum possible average value of $d(A,B)$ over all possible ordered pairs of distinct cities in the country. | {
"answer": "3/2",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $S$ be a subset of $\{1,2,3,...,100\}$ such that no pair of distinct elements in $S$ has a product divisible by $5$. What is the maximum number of elements in $S$? | {
"answer": "80",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A certain high school has three mathematics teachers. For the convenience of the students, they arrange for a math teacher to be on duty every day from Monday to Friday, and two teachers are scheduled to be on duty on Monday. If each teacher is on duty for two days per week, there are ________ possible duty arrangements for the week. | {
"answer": "36",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Evaluate the expression: $\left(2\left(3\left(2\left(3\left(2\left(3 \times (2+1) \times 2\right)+2\right)\times 2\right)+2\right)\times 2\right)+2\right)$. | {
"answer": "5498",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In isosceles $\triangle ABC$ where $AB = AC = 2$ and $BC = 1$, equilateral triangles $ABD$, $BCE$, and $CAF$ are constructed outside the triangle. Calculate the area of polygon $DEF$.
A) $3\sqrt{3} - \sqrt{3.75}$
B) $3\sqrt{3} + \sqrt{3.75}$
C) $2\sqrt{3} - \sqrt{3.75}$
D) $2\sqrt{3} + \sqrt{3.75}$ | {
"answer": "3\\sqrt{3} - \\sqrt{3.75}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that $\sin\alpha=\frac{\sqrt{5}}{5}$ and $\sin\beta=\frac{\sqrt{10}}{10}$, where both $\alpha$ and $\beta$ are acute angles, find the value of $\alpha+\beta$. | {
"answer": "\\frac{\\pi}{4}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The sum of two natural numbers and their greatest common divisor is equal to their least common multiple. Determine the ratio of the two numbers. | {
"answer": "3 : 2",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Dots are placed two units apart both horizontally and vertically on a coordinate grid. Calculate the number of square units enclosed by the polygon formed by connecting these dots:
[asy]
size(90);
pair a=(0,0), b=(20,0), c=(20,20), d=(40,20), e=(40,40), f=(20,40), g=(0,40), h=(0,20);
dot(a);
dot(b);
dot(c);
dot(d);
dot(e);
dot(f);
dot(g);
dot(h);
draw(a--b--c--d--e--f--g--h--cycle);
[/asy] | {
"answer": "12",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Square $EFGH$ has a side length of $40$. Point $Q$ lies inside the square such that $EQ = 15$ and $FQ = 34$. The centroids of $\triangle{EFQ}$, $\triangle{FGQ}$, $\triangle{GHQ}$, and $\triangle{HEQ}$ are the vertices of a convex quadrilateral. What is the area of that quadrilateral? | {
"answer": "\\frac{1600}{9}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
What integer should 999,999,999 be multiplied by to get a number consisting of only ones? | {
"answer": "111111111",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the parabola $y^{2}=4x$ and the line $l: x+2y-2b=0$ intersecting the parabola at points $A$ and $B$.
(Ⅰ) If the circle with diameter $AB$ is tangent to the $x$-axis, find the equation of the circle;
(Ⅱ) If the line $l$ intersects the negative half of the $y$-axis, find the maximum area of $\triangle AOB$ ($O$ is the origin). | {
"answer": "\\frac{32 \\sqrt{3}}{9}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let's define a calendar week as even or odd according to whether the sum of the day numbers within the month in that week is even or odd. Out of the 52 consecutive weeks starting from the first Monday of January, how many can be even? | {
"answer": "30",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given real numbers $x$ and $y$ satisfy the equation $x^{2}+y^{2}-4x+1=0$.
$(1)$ Find the maximum and minimum values of $\dfrac {y}{x}$;
$(2)$ Find the maximum and minimum values of $y-x$;
$(3)$ Find the maximum and minimum values of $x^{2}+y^{2}$. | {
"answer": "7-4 \\sqrt {3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A point $(x, y)$ is randomly selected such that $0 \leq x \leq 3$ and $0 \leq y \leq 3$. What is the probability that $x + 2y \leq 6$? Express your answer as a common fraction. | {
"answer": "\\frac{1}{4}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
How many of the integers between 1 and 1500, inclusive, can be expressed as the difference of the squares of two positive integers? | {
"answer": "1125",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In the diagram, two circles touch at \( P \). Also, \( QP \) and \( SU \) are perpendicular diameters of the larger circle that intersect at \( O \). Point \( V \) is on \( QP \) and \( VP \) is a diameter of the smaller circle. The smaller circle intersects \( SU \) at \( T \), as shown. If \( QV = 9 \) and \( ST = 5 \), what is the sum of the lengths of the diameters of the two circles? | {
"answer": "91",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the hyperbola $C$: $\frac{x^2}{a^2}-\frac{y^2}{b^2}=1$ ($a>0, b>0$) with the right focus $F$ and left vertex $A$, where $|FA|=2+\sqrt{5}$, the distance from $F$ to the asymptote of $C$ is $1$. A line $l$ passing through point $B(4,0)$ intersects the right branch of the hyperbola $C$ at points $P$ and $Q$. The lines $AP$ and $AQ$ intersect the $y$-axis at points $M$ and $N$, respectively. <br/>$(1)$ Find the standard equation of the hyperbola $C$;<br/>$(2)$ If the slopes of lines $MB$ and $NB$ are $k_{1}$ and $k_{2}$, respectively, determine whether $k_{1}k_{2}$ is a constant. If it is, find the value of this constant; if not, explain why. | {
"answer": "-\\frac{1}{48}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Around the circle, a pentagon is described, the lengths of the sides of which are integers, and the first and third sides are equal to 1. Into which segments does the point of tangency divide the second side? | {
"answer": "\\frac{1}{2}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
\( p(x, y, z) \) is a polynomial with real coefficients such that:
1. \( p(tx, ty, tz) = t^2 f(y - x, z - x) \) for all real \( x, y, z, t \) (and some function \( f \));
2. \( p(1, 0, 0) = 4 \), \( p(0, 1, 0) = 5 \), and \( p(0, 0, 1) = 6 \);
3. \( p(\alpha, \beta, \gamma) = 0 \) for some complex numbers \( \alpha, \beta, \gamma \) such that \( |\beta - \alpha| = 10 \).
Find \( |\gamma - \alpha| \). | {
"answer": "\\frac{5 \\sqrt{30}}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In right triangle $XYZ$ with $\angle Z = 90^\circ$, the length $XY = 15$ and the length $XZ = 8$. Find $\sin Y$. | {
"answer": "\\frac{\\sqrt{161}}{15}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
[b]Problem Section #1
a) A set contains four numbers. The six pairwise sums of distinct elements of the set, in no particular order, are $189, 320, 287, 264, x$ , and y. Find the greatest possible value of: $x + y$ .
<span style="color:red">NOTE: There is a high chance that this problems was copied.</span> | {
"answer": "761",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the quadratic function \( y = ax^2 + bx + c \) with its graph intersecting the \( x \)-axis at points \( A \) and \( B \), and its vertex at point \( C \):
(1) If \( \triangle ABC \) is a right-angled triangle, find the value of \( b^2 - 4ac \).
(2) Consider the quadratic function
\[ y = x^2 - (2m + 2)x + m^2 + 5m + 3 \]
with its graph intersecting the \( x \)-axis at points \( E \) and \( F \), and it intersects the linear function \( y = 3x - 1 \) at two points, with the point having the smaller \( y \)-coordinate denoted as point \( G \).
(i) Express the coordinates of point \( G \) in terms of \( m \).
(ii) If \( \triangle EFG \) is a right-angled triangle, find the value of \( m \). | {
"answer": "-1",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $f(x)$ be an odd function defined on $\mathbb{R}$. When $x > 0$, $f(x)=x^{2}+2x-1$.
(1) Find $f(-2)$;
(2) Find the expression of $f(x)$. | {
"answer": "-7",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The sum of the dimensions of a rectangular prism is the sum of the number of edges, corners, and faces, where the dimensions are 2 units by 3 units by 4 units. Calculate the resulting sum. | {
"answer": "26",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
What is the value of $\log_{10}{16} + 3\log_{5}{25} + 4\log_{10}{2} + \log_{10}{64} - \log_{10}{8}$? | {
"answer": "9.311",
"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. Given that $\cos A= \frac {c}{a}\cos C$, $b+c=2+ \sqrt {2}$, and $\cos B= \frac {3}{4}$, find the area of $\triangle ABC$. | {
"answer": "\\frac { \\sqrt {7}}{2}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Alli rolls a standard $8$-sided die twice. What is the probability of rolling integers that differ by $3$ on her first two rolls? Express your answer as a common fraction. | {
"answer": "\\frac{1}{8}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In the polar coordinate system, the curve $C\_1$: $ρ=2\cos θ$, and the curve $C\_2$: $ρ\sin ^{2}θ=4\cos θ$. Establish a rectangular coordinate system $(xOy)$ with the pole as the coordinate origin and the polar axis as the positive semi-axis $x$. The parametric equation of the curve $C$ is $\begin{cases} x=2+ \frac {1}{2}t \ y= \frac {\sqrt {3}}{2}t\end{cases}$ ($t$ is the parameter).
(I) Find the rectangular coordinate equations of $C\_1$ and $C\_2$;
(II) The curve $C$ intersects $C\_1$ and $C\_2$ at four distinct points, arranged in order along $C$ as $P$, $Q$, $R$, and $S$. Find the value of $||PQ|-|RS||$. | {
"answer": "\\frac {11}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
There are a total of 2008 black triangles, marked as "▲" and "△", arranged in a certain pattern as follows: ▲▲△△▲△▲▲△△▲△▲▲…, then there are black triangles. | {
"answer": "1004",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given six senior students (including 4 boys and 2 girls) are arranged to intern at three schools, A, B, and C, with two students at each school, and the two girls cannot be at the same school or at school C, and boy A cannot go to school A, calculate the total number of different arrangements. | {
"answer": "18",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The cells of a $5 \times 7$ table are filled with numbers so that in each $2 \times 3$ rectangle (either vertical or horizontal) the sum of the numbers is zero. By paying 100 rubles, you can choose any cell and find out what number is written in it. What is the smallest amount of rubles needed to determine the sum of all the numbers in the table with certainty? | {
"answer": "100",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
How many lattice points lie on the hyperbola $x^2 - y^2 = 3^4 \cdot 17^2$? | {
"answer": "30",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A computer program evaluates expressions without parentheses in the following way:
1) First, it performs multiplications and divisions from left to right one by one.
2) Then, it performs additions and subtractions from left to right.
For example, the value of the expression $1-2 / 3-4$ is $-3 \frac{2}{3}$. How many different results can we get if in the following expression each $*$ is independently replaced by one of the operators $+$, $-$, $/$, $\times$?
$1 * 1 * 1 * 1 * 1 * 1 * 1 * 1$ | {
"answer": "15",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
During a class's May Day gathering, the original program schedule included 5 events. Just before the performance, 2 additional events were added. If these 2 new events are to be inserted into the original schedule, how many different insertion methods are there? | {
"answer": "42",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given vectors $\overrightarrow{a}$ and $\overrightarrow{b}$ that satisfy: $|\overrightarrow{a}| = |\overrightarrow{b}| = 1$, and $|k\overrightarrow{a} + \overrightarrow{b}| = \sqrt{3}|\overrightarrow{a} - k\overrightarrow{b}| (k > 0)$. Find the maximum value of the angle between vectors $\overrightarrow{a}$ and $\overrightarrow{b}$. | {
"answer": "\\frac{\\pi}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $S$ be a subset of $\{1, 2, 3, \ldots, 100\}$ such that no pair of distinct elements in $S$ has a sum divisible by $5$. What is the maximum number of elements in $S$? | {
"answer": "40",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The room numbers of a hotel are all three-digit numbers. The first digit represents the floor and the last two digits represent the room number. The hotel has rooms on five floors, numbered 1 to 5. It has 35 rooms on each floor, numbered $\mathrm{n}01$ to $\mathrm{n}35$ where $\mathrm{n}$ is the number of the floor. In numbering all the rooms, how many times will the digit 2 be used?
A 60
В 65
C 95
D 100
E 105 | {
"answer": "105",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Inside a non-isosceles acute triangle \(ABC\) with \(\angle ABC = 60^\circ\), point \(T\) is marked such that \(\angle ATB = \angle BTC = \angle ATC = 120^\circ\). The medians of the triangle intersect at point \(M\). The line \(TM\) intersects the circumcircle of triangle \(ATC\) at point \(K\) for the second time. Find \( \frac{TM}{MK} \). | {
"answer": "1/2",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
If a four-digit natural number $\overline{abcd}$ has digits that are all different and not equal to $0$, and satisfies $\overline{ab}-\overline{bc}=\overline{cd}$, then this four-digit number is called a "decreasing number". For example, the four-digit number $4129$, since $41-12=29$, is a "decreasing number"; another example is the four-digit number $5324$, since $53-32=21\neq 24$, is not a "decreasing number". If a "decreasing number" is $\overline{a312}$, then this number is ______; if the sum of the three-digit number $\overline{abc}$ formed by the first three digits and the three-digit number $\overline{bcd}$ formed by the last three digits of a "decreasing number" is divisible by $9$, then the maximum value of the number that satisfies the condition is ______. | {
"answer": "8165",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The main structure of the Chinese space station includes the Tianhe core module, the Wentian experiment module, and the Mengtian experiment module. Assuming that the space station needs to arrange 6 astronauts, including astronauts A and B, to conduct experiments, with each module having at least one person and at most three people, find the number of different arrangements. | {
"answer": "450",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
How many positive three-digit integers are there in which each of the three digits is either prime or a perfect square? | {
"answer": "216",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Consider a function \( g \) that maps nonnegative integers to real numbers, with \( g(1) = 1 \), and for all nonnegative integers \( m \ge n \),
\[ g(m + n) + g(m - n) = \frac{g(3m) + g(3n)}{3} \]
Find the sum of all possible values of \( g(10) \). | {
"answer": "100",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Compute the value of the expression:
\[ 2(1 + 4(1 + 4(1 + 4(1 + 4(1 + 4(1 + 4(1 + 4(1 + 4(1 + 4))))))))) \] | {
"answer": "699050",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given non-zero vectors $\overrightarrow{a}, \overrightarrow{b}$, if $(\overrightarrow{a} - 2\overrightarrow{b}) \perp \overrightarrow{a}$ and $(\overrightarrow{b} - 2\overrightarrow{a}) \perp \overrightarrow{b}$, find the angle between $\overrightarrow{a}$ and $\overrightarrow{b}$. | {
"answer": "\\frac{\\pi}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the parabola $y=x^2$ and the moving line $y=(2t-1)x-c$ have common points $(x_1, y_1)$, $(x_2, y_2)$, and $x_1^2+x_2^2=t^2+2t-3$.
(1) Find the range of the real number $t$;
(2) When does $t$ take the minimum value of $c$, and what is the minimum value of $c$? | {
"answer": "\\frac{11-6\\sqrt{2}}{4}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In triangle \( \triangle ABC \), \( \angle BAC = 90^\circ \), \( AC = AB = 4 \), and point \( D \) is inside \( \triangle ABC \) such that \( AD = \sqrt{2} \). Find the minimum value of \( BD + CD \). | {
"answer": "2\\sqrt{10}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the hyperbola $\frac {x^{2}}{4}-y^{2}$=1, a line $l$ with a slope angle of $\frac {π}{4}$ passes through the right focus $F\_2$ and intersects the right branch of the hyperbola at points $M$ and $N$. The midpoint of the line segment $MN$ is $P$. Determine the vertical coordinate of point $P$. | {
"answer": "\\frac{\\sqrt {5}}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Evaluate
\[
\left(c^c - c (c - 1)^{c-1}\right)^c
\]
when \( c = 4 \). | {
"answer": "148^4",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a tetrahedron \( P-ABCD \) where the edges \( AB \) and \( BC \) each have a length of \(\sqrt{2}\), and all other edges have a length of 1, find the volume of the tetrahedron. | {
"answer": "\\frac{\\sqrt{2}}{6}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that a meeting is convened with 2 representatives from one company and 1 representative from each of the other 3 companies, find the probability that 3 randomly selected individuals to give speeches come from different companies. | {
"answer": "0.6",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Consider a rectangle $ABCD$ containing three squares. Two smaller squares each occupy a part of rectangle $ABCD$, and each smaller square has an area of 1 square inch. A larger square, also inside rectangle $ABCD$ and not overlapping with the smaller squares, has a side length three times that of one of the smaller squares. What is the area of rectangle $ABCD$, in square inches? | {
"answer": "11",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a hyperbola $x^{2}- \frac {y^{2}}{3}=1$ and two points $M$, $N$ on it are symmetric about the line $y=x+m$, and the midpoint of $MN$ lies on the parabola $y^{2}=18x$. Find the value of the real number $m$. | {
"answer": "-8",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a sequence $\{a_n\}$ that satisfies: $a_{n+2}=\begin{cases} 2a_{n}+1 & (n=2k-1, k\in \mathbb{N}^*) \\ (-1)^{\frac{n}{2}} \cdot n & (n=2k, k\in \mathbb{N}^*) \end{cases}$, with $a_{1}=1$ and $a_{2}=2$, determine the maximum value of $n$ for which $S_n \leqslant 2046$. | {
"answer": "19",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
A right triangular pyramid has a base edge length of $2$, and its three side edges are pairwise perpendicular. Calculate the volume of this pyramid. | {
"answer": "\\frac{\\sqrt{6}}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
An eight-sided die, with faces numbered from 1 to 8, is tossed three times. Given that the sum of the first two tosses equals the third, calculate the probability that at least one "2" is tossed. | {
"answer": "\\frac{11}{28}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
What three-digit number with units digit 4 and hundreds digit 5 is divisible by 8 and has an even tens digit? | {
"answer": "544",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Xiaoming's father departs from home to go shopping at the supermarket. If he first rides a bicycle for 12 minutes and then walks for 20 minutes, he can reach the supermarket; if he first rides a bicycle for 8 minutes and then walks for 36 minutes, he can also reach the supermarket. How many minutes will it take to reach the supermarket if he first rides a bicycle for 2 minutes and then walks? | {
"answer": "60",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
**Compute the sum of all four-digit numbers where every digit is distinct and then find the remainder when this sum is divided by 1000.** | {
"answer": "720",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
$\alpha$ and $\beta$ are two parallel planes. Four points are taken within plane $\alpha$, and five points are taken within plane $\beta$.
(1) What is the maximum number of lines and planes that can be determined by these points?
(2) What is the maximum number of tetrahedrons that can be formed with these points as vertices? | {
"answer": "120",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that the internal angles $A$ and $B$ of $\triangle ABC$ satisfy $\frac{\sin B}{\sin A} = \cos(A+B)$, find the maximum value of $\tan B$. | {
"answer": "\\frac{\\sqrt{2}}{4}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Six people are arranged in a row. In how many ways can the three people A, B, and C be arranged such that they are not adjacent to each other? | {
"answer": "144",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that the base area of a cone is $\pi$, and the lateral area is twice the base area, determine the surface area of the circumscribed sphere of the cone. | {
"answer": "\\frac{16\\pi}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In a square, points \(P\) and \(Q\) are placed such that \(P\) is the midpoint of the bottom side and \(Q\) is the midpoint of the right side of the square. The line segment \(PQ\) divides the square into two regions. Calculate the fraction of the square's area that is not in the triangle formed by the points \(P\), \(Q\), and the top-left corner of the square. | {
"answer": "\\frac{7}{8}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Four students participate in a knowledge contest, each student must choose one of the two questions, A or B, to answer. Correctly answering question A earns 60 points, while an incorrect answer results in -60 points. Correctly answering question B earns 180 points, while an incorrect answer results in -180 points. The total score of these four students is 0 points. How many different scoring situations are there in total? | {
"answer": "44",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
$(1)$ Given the function $f(x) = |x+1| + |2x-4|$, find the solution to $f(x) \geq 6$;<br/>$(2)$ Given positive real numbers $a$, $b$, $c$ satisfying $a+2b+4c=8$, find the minimum value of $\frac{1}{a} + \frac{1}{b} + \frac{1}{c}$. | {
"answer": "\\frac{11+6\\sqrt{2}}{8}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Three cards are dealt at random from a standard deck of 52 cards. What is the probability that the first card is an Ace, the second card is a $\spadesuit$, and the third card is a 3? | {
"answer": "\\frac{17}{11050}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The pan containing 24-inch by 15-inch brownies is cut into pieces that measure 3 inches by 2 inches. Calculate the total number of pieces of brownies the pan contains. | {
"answer": "60",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The vertices of an equilateral triangle lie on the hyperbola \( xy = 3 \). The centroid of this triangle is at the origin, \( (0,0) \). What is the square of the area of the triangle? | {
"answer": "108",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
On a balance scale, three different masses were put at random on each pan and the result is shown in the picture. The masses are 101, 102, 103, 104, 105, and 106 grams. What is the probability that the 106 gram mass stands on the heavier pan?
A) 75%
B) 80%
C) 90%
D) 95%
E) 100% | {
"answer": "80\\%",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The positive integers $a$ and $b$ are such that the numbers $15a+16b$ and $16a-15b$ are both squares of positive integers. What is the least possible value that can be taken on by the smaller of these two squares? | {
"answer": "231361",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
If the square roots of a positive number are $2a+6$ and $3-a$, then the value of $a$ is ____. | {
"answer": "-9",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Two fair 8-sided dice, with sides numbered from 1 to 8, are rolled once. The sum of the numbers rolled determines the radius of a circle. Calculate the probability that the numerical value of the area of the circle is less than the numerical value of the circle's circumference. | {
"answer": "\\frac{1}{64}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The circle C is tangent to the y-axis and the line l: y = (√3/3)x, and the circle C passes through the point P(2, √3). Determine the diameter of circle C. | {
"answer": "\\frac{14}{3}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
There are 20 rooms, some with lights on and some with lights off. The occupants of these rooms prefer to match the majority of the rooms. Starting from room one, if the majority of the remaining 19 rooms have their lights on, the occupant will turn the light on; otherwise, they will turn the light off. Initially, there are 10 rooms with lights on and 10 rooms with lights off, and the light in the first room is on. After everyone in these 20 rooms has had a turn, how many rooms will have their lights off? | {
"answer": "20",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given Ricardo has $3000$ coins comprised of pennies ($1$-cent coins), nickels ($5$-cent coins), and dimes ($10$-cent coins), with at least one of each type of coin, calculate the difference in cents between the highest possible and lowest total value that Ricardo can have. | {
"answer": "26973",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
On a redesigned dartboard, the outer circle radius is increased to $8$ units and the inner circle has a radius of $4$ units. Additionally, two radii divide the board into four congruent sections, each labeled inconsistently with point values as follows: inner sections have values of $3$ and $4$, and outer sections have $2$ and $5$. The probability of a dart hitting a particular region is still proportional to its area. Calculate the probability that when three darts hit this board, the total score is exactly $12$.
A) $\frac{9}{2048}$
B) $\frac{9}{1024}$
C) $\frac{18}{2048}$
D) $\frac{15}{1024}$ | {
"answer": "\\frac{9}{1024}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
What is the smallest square of an integer that ends with the longest sequence of the same digits?
For example, if the longest sequence of the same digits were five, then a suitable number would be 24677777 (of course, if it were the smallest square, but it is not). Zero is not considered an acceptable digit. | {
"answer": "1444",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Let $a$ , $b$ , $c$ , and $d$ be positive real numbers such that
\[a^2 + b^2 - c^2 - d^2 = 0 \quad \text{and} \quad a^2 - b^2 - c^2 + d^2 = \frac{56}{53}(bc + ad).\]
Let $M$ be the maximum possible value of $\tfrac{ab+cd}{bc+ad}$ . If $M$ can be expressed as $\tfrac{m}{n}$ , where $m$ and $n$ are relatively prime positive integers, find $100m + n$ .
*Proposed by Robin Park* | {
"answer": "4553",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given that positive real numbers $x$ and $y$ satisfy $4x+3y=4$, find the minimum value of $\frac{1}{2x+1}+\frac{1}{3y+2}$. | {
"answer": "\\frac{3}{8}+\\frac{\\sqrt{2}}{4}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
For any set \( S \), let \( |S| \) represent the number of elements in set \( S \) and let \( n(S) \) represent the number of subsets of set \( S \). If \( A \), \( B \), and \( C \) are three finite sets such that:
(1) \( |A|=|B|=2016 \);
(2) \( n(A) + n(B) + n(C) = n(A \cup B \cup C) \),
then the maximum value of \( |A \cap B \cap C| \) is ________. | {
"answer": "2015",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Call a positive integer strictly monotonous if it is a one-digit number or its digits, read from left to right, form a strictly increasing or a strictly decreasing sequence, and no digits are repeated. Determine the total number of strictly monotonous positive integers. | {
"answer": "1013",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
If $S$, $H$, and $E$ are all distinct non-zero digits less than $6$ and the following is true, find the sum of the three values $S$, $H$, and $E$, expressing your answer in base $6$. $$\begin{array}{c@{}c@{}c@{}c} &S&H&E_6\\ &+&H&E_6\\ \cline{2-4} &H&E&S_6\\ \end{array}$$ | {
"answer": "15_6",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
The surface area of a sphere with edge lengths 3, 4, and 5 on the rectangular solid is what? | {
"answer": "50\\pi",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
In triangle \(ABC\), two identical rectangles \(PQRS\) and \(P_1Q_1R_1S_1\) are inscribed (with points \(P\) and \(P_1\) lying on side \(AB\), points \(Q\) and \(Q_1\) lying on side \(BC\), and points \(R, S, R_1,\) and \(S_1\) lying on side \(AC\)). It is known that \(PS = 3\) and \(P_1S_1 = 9\). Find the area of triangle \(ABC\). | {
"answer": "72",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given the function $f(x)=\sin (2x+\varphi)$, if the graph is shifted to the left by $\dfrac {\pi}{6}$ units and the resulting graph is symmetric about the $y$-axis, determine the possible value of $\varphi$. | {
"answer": "\\dfrac {\\pi}{6}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Given a regular triangular pyramid $P-ABC$ (the base triangle is an equilateral triangle, and the vertex $P$ is the center of the base) with all vertices lying on the same sphere, and $PA$, $PB$, $PC$ are mutually perpendicular, and the side length of the base equilateral triangle is $\sqrt{2}$, calculate the volume of this sphere. | {
"answer": "\\frac{\\sqrt{3}\\pi}{2}",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Circles of radius $3$ and $6$ are externally tangent to each other and are internally tangent to a circle of radius $9$ . The circle of radius $9$ has a chord that is a common external tangent of the other two circles. Find the square of the length of this chord. | {
"answer": "72",
"ground_truth": null,
"style": null,
"task_type": "math"
} |
Consider an alphabet of 2 letters. A word is any finite combination of letters. We will call a word unpronounceable if it contains more than two identical letters in a row. How many unpronounceable words of 7 letters exist? Points for the problem: 8. | {
"answer": "86",
"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.