Unnamed: 0
int64 0
40.3k
| problem
stringlengths 10
5.15k
| ground_truth
stringlengths 1
1.22k
| solved_percentage
float64 0
100
|
---|---|---|---|
29,400 | Suppose the state of Georgia uses a license plate format "LLDLLL", and the state of Nebraska uses a format "LLDDDDD". Assuming all 10 digits are equally likely to appear in the numeric positions, and all 26 letters are equally likely to appear in the alpha positions, how many more license plates can Nebraska issue than Georgia? | 21902400 | 0.78125 |
29,401 | How many of the natural numbers from 1 to 800, inclusive, contain the digit 7 at least once? | 152 | 0 |
29,402 | There is a set of points \( M \) on a plane and seven different circles \( C_{1}, C_{2}, \cdots, C_{7} \). Circle \( C_{7} \) passes through exactly 7 points in \( M \), circle \( C_{6} \) passes through exactly 6 points in \( M \), and so on, with circle \( C_{1} \) passing through exactly 1 point in \( M \). What is the minimum number of points in \( M \)? | 12 | 8.59375 |
29,403 | The new individual income tax law has been implemented since January 1, 2019. According to the "Individual Income Tax Law of the People's Republic of China," it is known that the part of the actual wages and salaries (after deducting special, additional special, and other legally determined items) obtained by taxpayers does not exceed $5000$ yuan (commonly known as the "threshold") is not taxable, and the part exceeding $5000$ yuan is the taxable income for the whole month. The new tax rate table is as follows:
2019年1月1日后个人所得税税率表
| 全月应纳税所得额 | 税率$(\%)$ |
|------------------|------------|
| 不超过$3000$元的部分 | $3$ |
| 超过$3000$元至$12000$元的部分 | $10$ |
| 超过$12000$元至$25000$元的部分 | $20$ |
| 超过$25000$元至$35000$元的部分 | $25$ |
Individual income tax special additional deductions refer to the six special additional deductions specified in the individual income tax law, including child education, continuing education, serious illness medical treatment, housing loan interest, housing rent, and supporting the elderly. Among them, supporting the elderly refers to the support expenses for parents and other legally supported persons aged $60$ and above paid by taxpayers. It can be deducted at the following standards: for taxpayers who are only children, a standard deduction of $2000$ yuan per month is allowed; for taxpayers with siblings, the deduction amount of $2000$ yuan per month is shared among them, and the amount shared by each person cannot exceed $1000$ yuan per month.
A taxpayer has only one older sister, and both of them meet the conditions for supporting the elderly as specified. If the taxpayer's personal income tax payable in May 2020 is $180$ yuan, then the taxpayer's monthly salary after tax in that month is ____ yuan. | 9720 | 5.46875 |
29,404 | Given the harmonic mean of the first n terms of the sequence $\left\{{a}_{n}\right\}$ is $\dfrac{1}{2n+1}$, and ${b}_{n}= \dfrac{{a}_{n}+1}{4}$, find the value of $\dfrac{1}{{b}_{1}{b}_{2}}+ \dfrac{1}{{b}_{2}{b}_{3}}+\ldots+ \dfrac{1}{{b}_{10}{b}_{11}}$. | \dfrac{10}{11} | 3.125 |
29,405 | Given the sets \( M = \{1, 2, 3\} \) and \( N = \{1, 2, 3, 4, 5\} \), define the function \( f: M \rightarrow N \). Let the points \( A(1, f(1)), B(2, f(2)), C(3, f(3)) \) form a triangle \( \triangle ABC \). The circumcenter of \( \triangle ABC \) is \( D \), and it is given that \( \mu DA + DC = \lambda DB (\lambda \in \mathbb{R}) \). Find the number of functions \( f(x) \) that satisfy this condition. | 20 | 3.125 |
29,406 | Find the number of positive integers $n,$ $1 \le n \le 2000,$ for which the polynomial $x^2 + 2x - n$ can be factored as the product of two linear factors with integer coefficients. | 45 | 1.5625 |
29,407 | A lumberjack is building a non-degenerate triangle out of logs. Two sides of the triangle have lengths $\log 101$ and $\log 2018$ . The last side of his triangle has side length $\log n$ , where $n$ is an integer. How many possible values are there for $n$ ?
*2018 CCA Math Bonanza Individual Round #6* | 203797 | 27.34375 |
29,408 | How many even integers are there between $\frac{9}{2}$ and $\frac{24}{1}$? | 10 | 46.875 |
29,409 | What is \( \frac{3}{10} \) more than \( 57.7 \)? | 58 | 0.78125 |
29,410 | Two circles of radius \( r \) are externally tangent to each other and internally tangent to the ellipse defined by \( x^2 + 4y^2 = 5 \). The centers of the circles are located along the x-axis. Find the value of \( r \). | \frac{\sqrt{15}}{4} | 3.125 |
29,411 | Let $\mathcal{P}$ be a regular $2022$ -gon with area $1$ . Find a real number $c$ such that, if points $A$ and $B$ are chosen independently and uniformly at random on the perimeter of $\mathcal{P}$ , then the probability that $AB \geq c$ is $\tfrac{1}{2}$ .
*Espen Slettnes* | \sqrt{2/\pi} | 0 |
29,412 | Jia draws five lines in a plane without any three lines intersecting at one point. For each pair of intersecting lines, Jia gets a candy. If there is a set of parallel lines, Jia also gets a candy. For example, in a diagram with seven intersection points and one set of parallel lines, Jia receives 8 candies. How many candies can Jia receive in different scenarios? | 11 | 7.8125 |
29,413 | What is the volume of the region in three-dimensional space defined by the inequalities $|x|+|y|+|z|\le2$ and $|x|+|y|+|z-2|\le2$? | \frac{2}{3} | 11.71875 |
29,414 | In a country, there are 110 cities. Between each pair of cities, there is either a road or no road.
A driver starts in a city with exactly one road leading out of it. After traveling along this road, he arrives at a second city, which has exactly two roads leading out of it. After traveling along one of these roads, he arrives at a third city, which has exactly three roads leading out of it, and so on. At some point, after traveling along one of the roads, he arrives in the $N$-th city, which has exactly $N$ roads leading out of it. At this stage, the driver stops his journey. (For each $2 \leqslant k \leqslant N$, the $k$-th city has exactly $k$ roads, including the one by which the driver arrived in this city.)
What is the maximum possible value of $N$? | 107 | 0 |
29,415 | A boss and two engineers are to meet at a park. Each of them arrives at a random time between 1:00 PM and 3:00 PM. The boss leaves instantly if not both engineers are present upon his arrival. Each engineer will wait for up to 1.5 hours for the other before leaving. What is the probability that the meeting takes place? | \frac{1}{4} | 2.34375 |
29,416 | King Qi and Tian Ji are competing in a horse race. Tian Ji's top horse is better than King Qi's middle horse, worse than King Qi's top horse; Tian Ji's middle horse is better than King Qi's bottom horse, worse than King Qi's middle horse; Tian Ji's bottom horse is worse than King Qi's bottom horse. Now, each side sends one top, one middle, and one bottom horse, forming 3 groups for separate races. The side that wins 2 or more races wins. If both sides do not know the order of the opponent's horses, the probability of Tian Ji winning is ____; if it is known that Tian Ji's top horse and King Qi's middle horse are in the same group, the probability of Tian Ji winning is ____. | \frac{1}{2} | 18.75 |
29,417 | Compute the following expression:
\[
\frac{(1 + 15) \left( 1 + \dfrac{15}{2} \right) \left( 1 + \dfrac{15}{3} \right) \dotsm \left( 1 + \dfrac{15}{21} \right)}{(1 + 17) \left( 1 + \dfrac{17}{2} \right) \left( 1 + \dfrac{17}{3} \right) \dotsm \left( 1 + \dfrac{17}{19} \right)}.
\] | 272 | 0 |
29,418 | Find the smallest number written using only the digits 0 and 1 that is divisible by the product of the six smallest natural numbers. | 1111111110000 | 25.78125 |
29,419 | Let $(a_1, a_2, a_3, \ldots, a_{15})$ be a permutation of $(1, 2, 3, \ldots, 15)$ for which
$a_1 > a_2 > a_3 > a_4 > a_5 > a_6 > a_7 \mathrm{\ and \ } a_7 < a_8 < a_9 < a_{10} < a_{11} < a_{12} < a_{13} < a_{14} < a_{15}.$
Find the number of such permutations. | 3003 | 8.59375 |
29,420 | The diagonals of a convex quadrilateral $ABCD$, inscribed in a circle, intersect at point $E$. It is known that diagonal $BD$ is the angle bisector of $\angle ABC$ and that $BD = 25$ and $CD = 15$. Find $BE$. | 15.625 | 0.78125 |
29,421 | Given a point P $(x, y)$ moves on the circle $x^2 + (y-1)^2 = 1$, the maximum value of $\frac{y-1}{x-2}$ is \_\_\_\_\_\_, and the minimum value is \_\_\_\_\_\_. | -\frac{\sqrt{3}}{3} | 67.96875 |
29,422 | Let $\mathcal{T}$ be the set of real numbers that can be represented as repeating decimals of the form $0.\overline{abcd}$ where $a, b, c, d$ are distinct digits. Find the sum of the elements of $\mathcal{T}.$ | 2520 | 5.46875 |
29,423 | In the $xy$ -coordinate plane, the $x$ -axis and the line $y=x$ are mirrors. If you shoot a laser beam from the point $(126, 21)$ toward a point on the positive $x$ -axis, there are $3$ places you can aim at where the beam will bounce off the mirrors and eventually return to $(126, 21)$ . They are $(126, 0)$ , $(105, 0)$ , and a third point $(d, 0)$ . What is $d$ ? (Recall that when light bounces off a mirror, the angle of incidence has the same measure as the angle of reflection.) | 111 | 17.96875 |
29,424 | We say that a number of 20 digits is *special* if its impossible to represent it as an product of a number of 10 digits by a number of 11 digits. Find the maximum quantity of consecutive numbers that are specials. | 10^9 - 1 | 0 |
29,425 | Given vectors $\overrightarrow {a}$=($\sqrt {3}$sinx, $\sqrt {3}$cos(x+$\frac {\pi}{2}$)+1) and $\overrightarrow {b}$=(cosx, $\sqrt {3}$cos(x+$\frac {\pi}{2}$)-1), define f(x) = $\overrightarrow {a}$$\cdot \overrightarrow {b}$.
(1) Find the minimum positive period and the monotonically increasing interval of f(x);
(2) In △ABC, a, b, and c are the sides opposite to A, B, and C respectively, with a=$2\sqrt {2}$, b=$\sqrt {2}$, and f(C)=2. Find c. | \sqrt {10} | 0 |
29,426 | A group consists of 5 girls and 5 boys. The members of the same gender do not know each other, and there are no two girls who have two mutual boy acquaintances. What is the maximum number of acquaintanceships within the group? How does the answer change if the group consists of 7 girls and 7 boys? | 21 | 4.6875 |
29,427 | Given the function $f(x) = \frac{m}{x} - m + \ln x$ (where $m$ is a constant).
1. Find the monotonic intervals of $f(x)$.
2. For what values of $m$ does $f(x) \geq 0$ hold true? | m = 1 | 34.375 |
29,428 | Two circles of radius $r$ are externally tangent to each other and internally tangent to the ellipse $x^2 + 4y^2 = 5$. Find $r$. | \frac{\sqrt{15}}{4} | 3.90625 |
29,429 | Given the island of Zenith has 32500 acres of usable land, each individual requires 2 acres for sustainable living, and the current population of 500 people increases by a factor of 4 every 30 years, calculate the number of years from 2022 when the population reaches its maximum capacity. | 90 | 19.53125 |
29,430 | In right triangle $ABC$ with $\angle B = 90^\circ$, we have $AB = 8$ and $AC = 6$. Find $\cos C$. | \frac{4}{5} | 16.40625 |
29,431 | How many numbers from the set $\{1, 2, 3, \ldots, 100\}$ have a perfect square factor greater than one? | 40 | 0 |
29,432 | In the trapezoid \(ABCD\), if \(AB = 8\), \(DC = 10\), the area of \(\triangle AMD\) is 10, and the area of \(\triangle BCM\) is 15, then the area of trapezoid \(ABCD\) is \(\quad\). | 45 | 14.84375 |
29,433 | A tetrahedron \(ABCD\) has six edges with lengths \(7, 13, 18, 27, 36, 41\) units. If the length of \(AB\) is 41 units, then the length of \(CD\) is | 27 | 0.78125 |
29,434 | People have long been exploring the numerical solution of high-degree equations. Newton gave a numerical solution method for high-degree algebraic equations in his book "Fluxions." This method for finding the roots of equations has been widely used in the scientific community. For example, to find an approximate solution to the equation $x^{3}+2x^{2}+3x+3=0$, first using the existence theorem of function zeros, let $f\left(x\right)=x^{3}+2x^{2}+3x+3$, $f\left(-2\right)=-3 \lt 0$, $f\left(-1\right)=1 \gt 0$, it is known that there exists a zero on $\left(-2,-1\right)$, take $x_{0}=-1$. Newton used the formula ${x}_{n}={x}_{n-1}-\frac{f({x}_{n-1})}{{f}′({x}_{n-1})}$ for iterative calculation, where $x_{n}$ is taken as an approximate solution to $f\left(x\right)=0$. After two iterations, the approximate solution obtained is ______; starting with the interval $\left(-2,-1\right)$, using the bisection method twice, taking the midpoint value of the last interval as the approximate solution to the equation, the approximate solution is ______. | -\frac{11}{8} | 0 |
29,435 | There are five positive integers that are divisors of each number in the list $$48, 144, 24, 192, 216, 120.$$ Find the sum of these positive integers. | 16 | 0 |
29,436 | An equilateral triangle and a circle intersect so that each side of the triangle contains a chord of the circle equal in length to the radius of the circle. What is the ratio of the area of the triangle to the area of the circle? Express your answer as a common fraction in terms of $\pi$. | \frac{3}{4\pi} | 0 |
29,437 | In $\triangle PQR$, points $X$ and $Y$ lie on $\overline{QR}$ and $\overline{PR}$, respectively. If $\overline{PX}$ and $\overline{QY}$ intersect at $Z$ such that $PZ/ZX = 2$ and $QZ/ZY = 5$, what is $RX/RY$? | \frac{5}{4} | 7.03125 |
29,438 | Calculate $\int_{0}^{1} \frac{\sin x}{x} \, dx$ with an accuracy of 0.01. | 0.94 | 0 |
29,439 | In the land of Draconia, there are red, green, and blue dragons. Each dragon has three heads, and every head either always tells the truth or always lies. Each dragon has at least one head that tells the truth. One day, 530 dragons sat around a round table, and each of them said:
- 1st head: "On my left is a green dragon."
- 2nd head: "On my right is a blue dragon."
- 3rd head: "There is no red dragon next to me."
What is the maximum number of red dragons that could have been seated at the table? | 176 | 69.53125 |
29,440 | How many orbitals contain one or more electrons in an isolated ground state iron atom (Z = 26)? | 15 | 12.5 |
29,441 | Given $\left(x+y\right)^{2}=1$ and $\left(x-y\right)^{2}=49$, find the values of $x^{2}+y^{2}$ and $xy$. | -12 | 45.3125 |
29,442 | In a 2-dimensional Cartesian coordinate system, there are 16 lattice points \((i, j)\) where \(0 \leq i \leq 3\) and \(0 \leq j \leq 3\). If \(n\) points are selected from these 16 points, determine the minimum value of \(n\) such that there always exist four points which are the vertices of a square. | 11 | 22.65625 |
29,443 | In a certain business district parking lot, the temporary parking fee is charged by time period. The fee is 6 yuan for each car if the parking duration does not exceed 1 hour, and each additional hour (or a fraction thereof is rounded up to a full hour) costs 8 yuan. It is known that two individuals, A and B, parked in this parking lot for less than 4 hours each.
(i) If the probability that individual A's parking duration is more than 1 hour but does not exceed 2 hours is $\frac{1}{3}$, and the probability that they pay more than 14 yuan is $\frac{5}{12}$, find the probability that individual A pays exactly 6 yuan for parking.
(ii) If both individuals have an equal probability of parking within each time interval, find the probability that the total parking fee paid by A and B is 36 yuan. | \frac{1}{4} | 17.96875 |
29,444 | The mean of one set of seven numbers is 15, and the mean of a separate set of eight numbers is 22. What is the mean of the set of all fifteen numbers? | 18.73 | 0.78125 |
29,445 | In the diagram below, circles \( C_{1} \) and \( C_{2} \) have centers \( O_{1} \) and \( O_{2} \), respectively. The radii of the circles are \( r_{1} \) and \( r_{2} \), with \( r_{1} = 3r_{2} \). Circle \( C_{2} \) is internally tangent to \( C_{1} \) at point \( P \). Chord \( XY \) of \( C_{1} \) has length 20, is tangent to \( C_{2} \) at point \( Q \), and is parallel to the line segment \( O_{2}O_{1} \). Determine the area of the shaded region, which is the region inside \( C_{1} \) but not \( C_{2} \). | 160\pi | 51.5625 |
29,446 | Given that the polynomial $x^2 - kx + 24$ has only positive integer roots, find the average of all distinct possible values for $k$. | 15 | 92.96875 |
29,447 | Ali Baba and the thief are dividing a hoard consisting of 100 gold coins, distributed in 10 piles of 10 coins each. Ali Baba chooses 4 piles, places a cup near each of them, and puts a certain number of coins (at least one, but not the entire pile) into each cup. The thief must then rearrange the cups, changing their initial positions, after which the coins are poured from the cups back into the piles they are now next to. Ali Baba then chooses 4 piles from the 10 again, places cups near them, and so on. At any moment, Ali Baba can leave, taking with him any three piles of his choice. The remaining coins go to the thief. What is the maximum number of coins Ali Baba can take with him if the thief also tries to get as many coins as possible? | 72 | 0 |
29,448 | Points \( A \), \( B \), \( C \), \( D \), and \( E \) are located in 3-dimensional space with \( AB = BC = CD = DE = 3 \) and \( \angle ABC = \angle CDE = 60^\circ \). Additionally, the plane of triangle \( ABC \) is perpendicular to line \( \overline{DE} \). Determine the area of triangle \( BDE \). | 4.5 | 3.125 |
29,449 | We define five-digit numbers like 31024 and 98567 as "Shenma numbers", where the middle digit is the smallest, the digits increase as they move away from the middle, and all the digits are different. How many such five-digit numbers are there? | 1512 | 0.78125 |
29,450 | In triangle $\triangle ABC$, the opposite sides of angles $A$, $B$, and $C$ are $a$, $b$, and $c$ respectively. Given that $\tan A = 2\tan B$, $b = \sqrt{2}$, and the area of $\triangle ABC$ is at its maximum value, find $a$. | \sqrt{5} | 2.34375 |
29,451 | Among the four-digit numbers, the number of four-digit numbers that have exactly 2 digits repeated is. | 3888 | 2.34375 |
29,452 | Given that $\alpha$ and $\beta$ are acute angles, and $\cos(\alpha+\beta)=\frac{\sin\alpha}{\sin\beta}$, determine the maximum value of $\tan \alpha$. | \frac{\sqrt{2}}{4} | 14.0625 |
29,453 | Given the parameterized equation of a line is $$\begin{cases} x=1+ \frac {1}{2}t \\ y=1+ \frac { \sqrt {3}}{2}t\end{cases}$$ (where $t$ is the parameter), determine the angle of inclination of the line. | \frac{\pi}{3} | 96.09375 |
29,454 | Understanding and trying: When calculating $\left(-4\right)^{2}-\left(-3\right)\times \left(-5\right)$, there are two methods; Method 1, please calculate directly: $\left(-4\right)^{2}-\left(-3\right)\times \left(-5\right)$, Method 2, use letters to represent numbers, transform or calculate the polynomial to complete, let $a=-4$, the original expression $=a^{2}-\left(a+1\right)\left(a-1\right)$, please complete the calculation above; Application: Please calculate $1.35\times 0.35\times 2.7-1.35^{3}-1.35\times 0.35^{2}$ according to Method 2. | -1.35 | 12.5 |
29,455 | A square flag features a green cross of uniform width with a yellow square in the center on a black background. The cross is symmetric with respect to each of the diagonals of the square. If the entire cross (both the green arms and the yellow center) occupies 50% of the area of the flag, what percent of the area of the flag is yellow? | 6.25\% | 12.5 |
29,456 | For real numbers $a, b$ , and $c$ the polynomial $p(x) = 3x^7 - 291x^6 + ax^5 + bx^4 + cx^2 + 134x - 2$ has $7$ real roots whose sum is $97$ . Find the sum of the reciprocals of those $7$ roots. | 67 | 51.5625 |
29,457 | In triangle $PQR,$ points $M$ and $N$ are on $\overline{PQ}$ and $\overline{PR},$ respectively, and angle bisector $\overline{PS}$ intersects $\overline{MN}$ at $T.$ If $PM = 2,$ $MQ = 6,$ $PN = 4,$ and $NR = 8,$ compute $\frac{PT}{PS}.$
[asy]
unitsize(1 cm);
pair P, Q, R, M, N, T, S;
Q = (0,0);
R = (5.7,0);
P = intersectionpoint(arc(Q,3,0,180),arc(R,5,0,180));
M = interp(P,Q,2/8);
N = interp(P,R,4/12);
S = extension(P, incenter(P,Q,R), Q, R);
T = extension(P, S, M, N);
draw(P--Q--R--cycle);
draw(P--S);
draw(M--N);
label("$P$", P, N);
label("$Q$", Q, SW);
label("$R$", R, SE);
label("$M$", M, SW);
label("$N$", N, NE);
label("$T$", T, NE);
label("$S$", S, S);
[/asy] | \frac{5}{18} | 0.78125 |
29,458 | Given set $A=\{a-2, 12, 2a^2+5a\}$, and $-3$ belongs to $A$, find the value of $a$. | -\frac{3}{2} | 23.4375 |
29,459 | Two adjacent faces of a tetrahedron, each of which is a regular triangle with a side length of 1, form a dihedral angle of 60 degrees. The tetrahedron is rotated around the common edge of these faces. Find the maximum area of the projection of the rotating tetrahedron onto the plane containing the given edge. (12 points) | \frac{\sqrt{3}}{4} | 9.375 |
29,460 | Alice picks a number uniformly at random from the first $5$ even positive integers, and Palice picks a number uniformly at random from the first $5$ odd positive integers. If Alice picks a larger number than Palice with probability $\frac{m}{n}$ for relatively prime positive integers $m,n$ , compute $m+n$ .
*2020 CCA Math Bonanza Lightning Round #4.1* | 39 | 3.90625 |
29,461 | Square $ABCD$ is divided into four rectangles by $EF$ and $GH$ . $EF$ is parallel to $AB$ and $GH$ parallel to $BC$ . $\angle BAF = 18^\circ$ . $EF$ and $GH$ meet at point $P$ . The area of rectangle $PFCH$ is twice that of rectangle $AGPE$ . Given that the value of $\angle FAH$ in degrees is $x$ , find the nearest integer to $x$ .
[asy]
size(100); defaultpen(linewidth(0.7)+fontsize(10));
pair D2(pair P) {
dot(P,linewidth(3)); return P;
}
// NOTE: I've tampered with the angles to make the diagram not-to-scale. The correct numbers should be 72 instead of 76, and 45 instead of 55.
pair A=(0,1), B=(0,0), C=(1,0), D=(1,1), F=intersectionpoints(A--A+2*dir(-76),B--C)[0], H=intersectionpoints(A--A+2*dir(-76+55),D--C)[0], E=F+(0,1), G=H-(1,0), P=intersectionpoints(E--F,G--H)[0];
draw(A--B--C--D--cycle);
draw(F--A--H); draw(E--F); draw(G--H);
label(" $A$ ",D2(A),NW);
label(" $B$ ",D2(B),SW);
label(" $C$ ",D2(C),SE);
label(" $D$ ",D2(D),NE);
label(" $E$ ",D2(E),plain.N);
label(" $F$ ",D2(F),S);
label(" $G$ ",D2(G),W);
label(" $H$ ",D2(H),plain.E);
label(" $P$ ",D2(P),SE);
[/asy] | 45 | 42.96875 |
29,462 | The function $f(x)=(m^{2}-m-1)x^{m^{2}+m-3}$ is a power function, and when $x\in (0,+\infty)$, $f(x)$ is a decreasing function. Find the real number $m=$____. | -1 | 31.25 |
29,463 | Selene has 120 cards numbered from 1 to 120, inclusive, and she places them in a box. Selene then chooses a card from the box at random. What is the probability that the number on the card she chooses is a multiple of 2, 4, or 5? Express your answer as a common fraction. | \frac{11}{20} | 6.25 |
29,464 | How many numbers are in the list $250, 243, 236, \ldots, 29, 22?$ | 34 | 67.96875 |
29,465 | How many four-digit positive integers are multiples of 7? | 1286 | 100 |
29,466 | Given the function $f(x)=2\cos^2x+2\sqrt{3}\sin x\cos x+a$, and when $x\in\left[0, \frac{\pi}{2}\right]$, the minimum value of $f(x)$ is $2$,
$(1)$ Find the value of $a$, and determine the intervals where $f(x)$ is monotonically increasing;
$(2)$ First, transform the graph of the function $y=f(x)$ by keeping the y-coordinates unchanged and reducing the x-coordinates to half of their original values, then shift the resulting graph to the right by $\frac{\pi}{12}$ units to obtain the graph of the function $y=g(x)$. Find the sum of all roots of the equation $g(x)=4$ in the interval $\left[0,\frac{\pi}{2}\right]$. | \frac{\pi}{3} | 57.03125 |
29,467 | The vertices of the broken line $A B C D E F G$ have coordinates $A(-1, -7), B(2, 5), C(3, -8), D(-3, 4), E(5, -1), F(-4, -2), G(6, 4)$.
Find the sum of the angles with vertices at points $B, E, C, F, D$. | 180 | 10.15625 |
29,468 | Let \\(\triangle ABC\\) have internal angles \\(A\\), \\(B\\), and \\(C\\) opposite to sides of lengths \\(a\\), \\(b\\), and \\(c\\) respectively, and it satisfies \\(a^{2}+c^{2}-b^{2}= \sqrt {3}ac\\).
\\((1)\\) Find the size of angle \\(B\\);
\\((2)\\) If \\(2b\cos A= \sqrt {3}(c\cos A+a\cos C)\\), and the median \\(AM\\) on side \\(BC\\) has a length of \\(\sqrt {7}\\), find the area of \\(\triangle ABC\\). | \sqrt {3} | 0 |
29,469 | Trapezoid $EFGH$ has sides $EF=86$, $FG=60$, $GH=26$, and $HE=80$, with $EF$ parallel to $GH$. A circle with center $Q$ on $EF$ is drawn tangent to $FG$ and $HE$. Find $EQ$, expressed as a fraction $\frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers, and compute $p+q$. | 163 | 0.78125 |
29,470 | Find the maximal $x$ such that the expression $4^{27} + 4^{1000} + 4^x$ is the exact square.
| 1972 | 9.375 |
29,471 | Point P moves on the parabola y^2 = 4x with focus F, and point Q moves on the line x-y+5=0. Find the minimum value of ||PF+|PQ||. | 3\sqrt{2} | 10.15625 |
29,472 | A circle of radius 3 is centered at point $A$. An equilateral triangle with side length 6 has one vertex tangent to the edge of the circle at point $A$. Calculate the difference between the area of the region that lies inside the circle but outside the triangle and the area of the region that lies inside the triangle but outside the circle. | 9(\sqrt{3} - \pi) | 0 |
29,473 | In a certain city, license plate numbers consist of 6 digits (ranging from 0 to 9), but it is required that any two plates differ by at least 2 digits (for example, license plates 038471 and 030471 cannot both be used). Determine the maximum number of different license plates that can be issued and provide a proof. | 100000 | 42.1875 |
29,474 | There are more than 20 and fewer than 30 children in Miss Tree's class. They are all standing in a circle. Anna notices that there are six times as many children between her and Zara going round the circle clockwise, as there are going round anti-clockwise. How many children are there in the class? | 23 | 29.6875 |
29,475 | In triangle $ABC$, $\angle A = 60^\circ$ and $\angle B = 45^\circ$. A line $DE$, with $D$ on $AB$ and $\angle ADE = 45^\circ$, divides $\triangle ABC$ into two pieces of equal area. Determine the ratio $\frac{AD}{AB}$.
A) $\frac{\sqrt{6}}{4}$
B) $\frac{\sqrt{7}}{4}$
C) $\frac{\sqrt{8}}{4}$
D) $\frac{\sqrt{6} + \sqrt{2}}{4\sqrt{2}}$
E) $\frac{\sqrt{3} + 1}{4\sqrt{2}}$ | \frac{\sqrt{6} + \sqrt{2}}{4\sqrt{2}} | 10.9375 |
29,476 | Given the function $f(x)= \sqrt {3}\sin x+\cos x$ $(x\in R)$
(1) Find the value of $f( \frac {5π}{6})$;
(2) Find the maximum and minimum values of $f(x)$ in the interval $\[- \frac {π}{2}, \frac {π}{2}\]$ and their respective $x$ values. | -\sqrt {3} | 0 |
29,477 | In a regular tetrahedron O-ABC with each edge length equal to 1, if point P satisfies $$\overrightarrow {OP}=x \overrightarrow {OA}+y \overrightarrow {OB}+z \overrightarrow {OC}(x+y+z=1)$$, find the minimum value of $$| \overrightarrow {OP}|$$. | \frac{\sqrt{6}}{3} | 8.59375 |
29,478 | A license plate in a certain state consists of 5 digits, not necessarily distinct, and 3 letters, with the condition that at least one of the letters must be a vowel (A, E, I, O, U). These letters do not need to be next to each other but must be in a sequence. How many distinct license plates are possible if the digits and the letter block can appear in any order? | 4,989,000,000 | 0 |
29,479 | How many positive odd integers greater than 1 and less than $150$ are square-free? | 59 | 0 |
29,480 | The probability of snow for each of the next four days is $\frac{3}{4}$. However, if it snows any day before the last day, the probability of snow on the last day increases to $\frac{4}{5}$. What is the probability that it will snow at least once during these four days? Express your answer as a common fraction. | \dfrac{1023}{1280} | 7.03125 |
29,481 | In a regular tetrahedron with edge length $2\sqrt{6}$, the total length of the intersection between the sphere with center $O$ and radius $\sqrt{3}$ and the surface of the tetrahedron is ______. | 8\sqrt{2}\pi | 6.25 |
29,482 | Let $a$, $b$, $c$, $d$, and $e$ be positive integers with $a+b+c+d+e=2510$. Let $N$ be the largest of the sums $a+b$, $b+c$, $c+d$, and $d+e$. What is the smallest possible value of $N$? | 1255 | 17.96875 |
29,483 | Given $f(x)= \frac{a\cdot 2^{x}+a-2}{2^{x}+1}$ ($x\in\mathbb{R}$), if $f(x)$ satisfies $f(-x)+f(x)=0$,
(1) find the value of the real number $a$ and $f(3)$;
(2) determine the monotonicity of the function and provide a proof. | \frac{7}{9} | 52.34375 |
29,484 | Calculate the product of $1101_2 \cdot 111_2$. Express your answer in base 2. | 10010111_2 | 0 |
29,485 | What is the largest $2$-digit prime factor of the integer $n = {180\choose 90}$? | 59 | 0 |
29,486 | In right triangle $DEF$ with $\angle D = 90^\circ$, side $DE = 9$ cm and side $EF = 15$ cm. Find $\sin F$. | \frac{3\sqrt{34}}{34} | 0.78125 |
29,487 | A boy presses his thumb along a vertical rod that rests on a rough horizontal surface. Then he gradually tilts the rod, keeping the component of the force along the rod constant, which is applied to its end. When the tilt angle of the rod to the horizontal is $\alpha=80^{\circ}$, the rod begins to slide on the surface. Determine the coefficient of friction between the surface and the rod if, in the vertical position, the normal force is 11 times the gravitational force acting on the rod. Round your answer to two decimal places. | 0.17 | 7.03125 |
29,488 | \(\log _{\sqrt{3}} x+\log _{\sqrt{3}} x+\log _{\sqrt[6]{3}} x+\ldots+\log _{\sqrt{3}} x=36\). | \sqrt{3} | 0 |
29,489 | In the spring round of the 2000 City Tournament, high school students in country $N$ were presented with six problems. Each problem was solved by exactly 1000 students, and no two students solved all six problems together. What is the smallest possible number of high school students in country $N$ who participated in the spring round? | 2000 | 7.8125 |
29,490 | $ABCD$ is a rectangle. $E$ is a point on $AB$ between $A$ and $B$ , and $F$ is a point on $AD$ between $A$ and $D$ . The area of the triangle $EBC$ is $16$ , the area of the triangle $EAF$ is $12$ and the area of the triangle $FDC$ is 30. Find the area of the triangle $EFC$ . | 38 | 2.34375 |
29,491 | What is the smallest base-10 integer that can be represented as $CC_6$ and $DD_8$, where $C$ and $D$ are valid digits in their respective bases? | 63 | 21.875 |
29,492 | It is necessary to erect some public welfare billboards on one side of a road. The first billboard is erected at the beginning of the road, and then one billboard is erected every 5 meters, so that exactly one billboard can be erected at the end of the road. In this case, there are 21 billboards missing. If one billboard is erected every 5.5 meters, also exactly one billboard can be erected at the end of the road, in this case, there is only 1 billboard missing. Then, there are billboards in total, and the length of the road is meters. | 1100 | 7.03125 |
29,493 | **p1.** Triangle $ABC$ has side lengths $AB = 3^2$ and $BC = 4^2$ . Given that $\angle ABC$ is a right angle, determine the length of $AC$ .**p2.** Suppose $m$ and $n$ are integers such that $m^2+n^2 = 65$ . Find the largest possible value of $m-n$ .**p3.** Six middle school students are sitting in a circle, facing inwards, and doing math problems. There is a stack of nine math problems. A random student picks up the stack and, beginning with himself and proceeding clockwise around the circle, gives one problem to each student in order until the pile is exhausted. Aditya falls asleep and is therefore not the student who picks up the pile, although he still receives problem(s) in turn. If every other student is equally likely to have picked up the stack of problems and Vishwesh is sitting directly to Aditya’s left, what is the probability that Vishwesh receives exactly two problems?**p4.** Paul bakes a pizza in $15$ minutes if he places it $2$ feet from the fire. The time the pizza takes to bake is directly proportional to the distance it is from the fire and the rate at which the pizza bakes is constant whenever the distance isn’t changed. Paul puts a pizza $2$ feet from the fire at $10:30$ . Later, he makes another pizza, puts it $2$ feet away from the fire, and moves the first pizza to a distance of $3$ feet away from the fire instantly. If both pizzas finish baking at the same time, at what time are they both done?**p5.** You have $n$ coins that are each worth a distinct, positive integer amount of cents. To hitch a ride with Charon, you must pay some unspecified integer amount between $10$ and $20$ cents inclusive, and Charon wants exact change paid with exactly two coins. What is the least possible value of $n$ such that you can be certain of appeasing Charon?**p6.** Let $a, b$ , and $c$ be positive integers such that $gcd(a, b)$ , $gcd(b, c)$ and $gcd(c, a)$ are all greater than $1$ , but $gcd(a, b, c) = 1$ . Find the minimum possible value of $a + b + c$ .**p7.** Let $ABC$ be a triangle inscribed in a circle with $AB = 7$ , $AC = 9$ , and $BC = 8$ . Suppose $D$ is the midpoint of minor arc $BC$ and that $X$ is the intersection of $\overline{AD}$ and $\overline{BC}$ . Find the length of $\overline{BX}$ .**p8.** What are the last two digits of the simplified value of $1! + 3! + 5! + · · · + 2009! + 2011!$ ?**p9.** How many terms are in the simplified expansion of $(L + M + T)^{10}$ ?**p10.** Ben draws a circle of radius five at the origin, and draws a circle with radius $5$ centered at $(15, 0)$ . What are all possible slopes for a line tangent to both of the circles?
PS. You had better use hide for answers. | 31 | 0 |
29,494 | A club is creating a special series of membership cards that includes a code consisting of five characters selected from the letters B, E, T, A and the digits in 2023. No character should appear in a code more often than it appears in "BETA" or "2023" (B, E, T, A appear once each; 2 is twice; 0 and 3 appear once each). Calculate the total number of distinct membership cards, $M$, and then determine $\frac{M}{10}$. | 312 | 2.34375 |
29,495 | Two numbers are independently selected from the set of positive integers less than or equal to 6. What is the probability that the sum of the two numbers is less than their product? Express your answer as a common fraction. | \frac{2}{3} | 10.9375 |
29,496 | In the tetrahedron A-BCD inscribed within sphere O, we have AB=6, AC=10, $\angle ABC = \frac{\pi}{2}$, and the maximum volume of the tetrahedron A-BCD is 200. Find the radius of sphere O. | 13 | 3.125 |
29,497 | What is the least positive integer $n$ such that $7350$ is a factor of $n!$? | 14 | 63.28125 |
29,498 | Given the sequence $\{v_n\}$ defined by $v_1 = 7$ and the relationship $v_{n+1} - v_n = 2 + 5(n-1)$ for $n=1,2,3,\ldots$, express $v_n$ as a polynomial in $n$ and find the sum of its coefficients. | 4.5 | 0 |
29,499 | Given the ellipse $\frac{x^{2}}{25} + \frac{y^{2}}{9} = 1$, a line $L$ passing through the right focus $F$ of the ellipse intersects the ellipse at points $A$ and $B$, and intersects the $y$-axis at point $P$. Suppose $\overrightarrow{PA} = λ_{1} \overrightarrow{AF}$ and $\overrightarrow{PB} = λ_{2} \overrightarrow{BF}$, then find the value of $λ_{1} + λ_{2}$. | -\frac{50}{9} | 44.53125 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.