problem
stringlengths
10
5.15k
answer
stringlengths
0
1.22k
solution
stringlengths
0
11.1k
reward
float64
0
1
length
float64
172
8.19k
correct_length
float64
-1
8.19k
incorrect_length
float64
-1
8.19k
If $p(x) = x^4 - 3x + 2$, then find the coefficient of the $x^3$ term in the polynomial $(p(x))^3$.
-27
0.6875
6,318.5625
5,467
8,192
The first 14 terms of the sequence $\left\{a_{n}\right\}$ are $4, 6, 9, 10, 14, 15, 21, 22, 25, 26, 33, 34, 35, 38, \ldots$. Following this pattern, what is $a_{18}$?
51
0
7,950.1875
-1
7,950.1875
Suppose $E, I, L, V$ are (not necessarily distinct) nonzero digits in base ten for which the four-digit number $\underline{E} \underline{V} \underline{I} \underline{L}$ is divisible by 73 , and the four-digit number $\underline{V} \underline{I} \underline{L} \underline{E}$ is divisible by 74 . Compute the four-digit nu...
9954
Let $\underline{E}=2 k$ and $\underline{V} \underline{I} \underline{L}=n$. Then $n \equiv-2000 k(\bmod 73)$ and $n \equiv-k / 5(\bmod 37)$, so $n \equiv 1650 k(\bmod 2701)$. We can now exhaustively list the possible cases for $k$ : - if $k=1$, then $n \equiv 1650$ which is not possible; - if $k=2$, then $n \equiv 2 \cd...
0
8,192
-1
8,192
(1) If 7 students stand in a row, and students A and B must stand next to each other, how many different arrangements are there? (2) If 7 students stand in a row, and students A, B, and C must not stand next to each other, how many different arrangements are there? (3) If 7 students stand in a row, with student A n...
3720
0.125
7,992.3125
6,594.5
8,192
How many unique five-digit numbers greater than 20000, using the digits 1, 2, 3, 4, and 5 without repetition, can be formed such that the hundreds place is not the digit 3?
78
0.1875
7,794.375
6,503
8,092.384615
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.
\frac{1}{64}
0
4,286.6875
-1
4,286.6875
A sequence of positive integers $a_1,a_2,\ldots $ is such that for each $m$ and $n$ the following holds: if $m$ is a divisor of $n$ and $m<n$ , then $a_m$ is a divisor of $a_n$ and $a_m<a_n$ . Find the least possible value of $a_{2000}$ .
128
0
8,192
-1
8,192
Alan, Beth, Carla, and Dave weigh themselves in pairs. Together, Alan and Beth weigh 280 pounds, Beth and Carla weigh 230 pounds, Carla and Dave weigh 250 pounds, and Alan and Dave weigh 300 pounds. How many pounds do Alan and Carla weigh together?
250
0
7,776.375
-1
7,776.375
Kevin writes down the positive integers $1,2, \ldots, 15$ on a blackboard. Then, he repeatedly picks two random integers $a, b$ on the blackboard, erases them, and writes down $\operatorname{gcd}(a, b)$ and $\operatorname{lcm}(a, b)$. He does this until he is no longer able to change the set of numbers written on the b...
360864
Since $v_{p}(\operatorname{gcd}(a, b))=\min \left(v_{p}(a), v_{p}(b)\right)$ and $v_{p}(\operatorname{lcm}(a, b))=\max \left(v_{p}(a), v_{p}(b)\right)$, we may show the following: Claim. For any prime $p$ and non-negative integer $k$, the number of numbers $n$ on the board such that $v_{p}(n)=k$ doesn't change througho...
0
8,192
-1
8,192
On a horizontal plane, touching each other, there lie 4 spheres with a radius of \( 24-12\sqrt{2} \), and their centers form a square. On top above the center of the square, a fifth sphere of the same radius is placed over the four spheres. Find the distance from its highest point to the plane.
24
0.125
5,984.25
5,072
6,114.571429
The noon temperatures for ten consecutive days were $78^{\circ}$, $80^{\circ}$, $82^{\circ}$, $85^{\circ}$, $88^{\circ}$, $90^{\circ}$, $92^{\circ}$, $95^{\circ}$, $97^{\circ}$, and $95^{\circ}$ Fahrenheit. The increase in temperature over the weekend days (days 6 to 10) is attributed to a local summer festival. What i...
88.2
1
2,545.8125
2,545.8125
-1
Suppose that \( f(x) \) and \( g(x) \) are functions which satisfy \( f(g(x)) = x^3 \) and \( g(f(x)) = x^4 \) for all \( x \ge 1 \). If \( g(81) = 81 \), compute \( [g(3)]^4 \).
81
0
8,192
-1
8,192
A function $f\left(x_{1}, x_{2}, \ldots, x_{n}\right)$ is linear in each of the $x_{i}$ and $f\left(x_{1}, x_{2}, \ldots, x_{n}\right)=\frac{1}{x_{1} x_{2} \cdots x_{n}}$ when $x_{i} \in\{3,4\}$ for all $i$. In terms of $n$, what is $f(5,5, \ldots, 5)$?
\frac{1}{6^{n}}
Let $f_{n}\left(x_{1}, x_{2}, \ldots, x_{n}\right)$ denote the $n$-variable version of the function. We will prove that $f_{n}(5, \ldots, 5)=\frac{1}{6^{n}}$ by induction. The base case was done in the two previous problems. Suppose we know that $f_{n-1}(5,5, \ldots, 5)=\frac{1}{6^{n-1}}$. Let $g\left(x_{1}, \ldots, x_...
0
8,009.75
-1
8,009.75
Let $a,$ $b,$ $c$ be nonzero real numbers. Find the number of real roots of the equation \[\begin{vmatrix} x & c & -b \\ -c & x & a \\ b & -a & x \end{vmatrix} = 0.\]
1
0.8125
4,469.1875
3,610.076923
8,192
What is the sum of all two-digit positive integers whose squares end with the digits 25?
495
0.9375
3,544.9375
3,235.133333
8,192
Located inside equilateral triangle $ABC$ is a point $P$ such that $PA=8$, $PB=6$, and $PC=10$. To the nearest integer the area of triangle $ABC$ is:
79
1. **Identify the relationship between the distances from $P$ to the vertices**: Given $PA = 8$, $PB = 6$, and $PC = 10$, we observe that: \[ PA^2 + PB^2 = 8^2 + 6^2 = 64 + 36 = 100 = 10^2 = PC^2. \] This implies that $\triangle PAB$ is a right triangle with $P$ as the right angle vertex. 2. **Rotate $\...
0.1875
8,074.6875
7,566.333333
8,192
The sums of three whole numbers taken in pairs are 12, 17, and 19. What is the middle number?
7
Let the three numbers be $a$, $b$, and $c$, where $a < b < c$. We are given the sums of these numbers taken in pairs: 1. $a + b = 12$ 2. $a + c = 17$ 3. $b + c = 19$ We aim to find the value of $b$, the middle number. To do this, we can manipulate the given equations to isolate $b$. We start by adding the first and th...
1
3,010.125
3,010.125
-1
A pyramid has a square base with sides of length 2 and has lateral faces that are equilateral triangles. A cube is placed within the pyramid so that one face is on the base of the pyramid and the center of its opposite face exactly meets the apex of the pyramid. Calculate the volume of the cube. A) $\frac{3\sqrt{6}}{8}...
\frac{3\sqrt{6}}{4}
0
8,192
-1
8,192
Let the set \( I = \{1, 2, \cdots, n\} (n \geqslant 3) \). If two non-empty proper subsets \( A \) and \( B \) of \( I \) satisfy \( A \cap B = \varnothing \) and \( A \cup B = I \), then \( A \) and \( B \) are called a partition of \( I \). If for any partition \( A \) and \( B \) of the set \( I \), there exist two ...
15
0.0625
7,712.0625
7,004
7,759.266667
A burger at Ricky C's weighs 120 grams, of which 30 grams are filler. What percent of the burger is not filler?
75\%
1
770.8125
770.8125
-1
A driver travels for $2$ hours at $60$ miles per hour, during which her car gets $30$ miles per gallon of gasoline. She is paid $\$0.50$ per mile, and her only expense is gasoline at $\$2.00$ per gallon. What is her net rate of pay, in dollars per hour, after this expense?
26
1. **Calculate the total distance driven**: The driver travels at a speed of $60$ miles per hour for $2$ hours. Therefore, the total distance driven is: \[ 60 \text{ miles/hour} \times 2 \text{ hours} = 120 \text{ miles} \] 2. **Calculate the gasoline used**: The car's fuel efficiency is $30$ miles per gallon...
1
1,471.75
1,471.75
-1
In the future, MIT has attracted so many students that its buildings have become skyscrapers. Ben and Jerry decide to go ziplining together. Ben starts at the top of the Green Building, and ziplines to the bottom of the Stata Center. After waiting $a$ seconds, Jerry starts at the top of the Stata Center, and ziplines t...
740
Note that due to all the 3-4-5 triangles, we find $\frac{x}{z}=\frac{z}{y}=\frac{4}{3}$, so $120=x+y=\frac{25}{12} z$. Then, $$u=\frac{5}{3} x=\frac{20}{9} z=\frac{16}{15} 120=128$$ while $$v=\frac{5}{4} y=\frac{15}{16} z=\frac{9}{20} 120=54$$ Thus $u-v=74$, implying that $a=7.4$.
0.0625
7,653.125
5,282
7,811.2
Find $k$ if \[(\sin \alpha + \csc \alpha)^2 + (\cos \alpha + \sec \alpha)^2 = k + \tan^2 \alpha + \cot^2 \alpha.\]
7
0.9375
3,387.6875
3,067.4
8,192
Which integer is closest to the cube root of 100?
5
0.5625
7,276.5
6,564.444444
8,192
Determine the number of perfect cubic divisors in the product $1! \cdot 2! \cdot 3! \cdot \ldots \cdot 6!$.
10
0.9375
4,931.75
4,714.4
8,192
Amy, Beth, and Claire each have some sweets. Amy gives one third of her sweets to Beth. Beth gives one third of all the sweets she now has to Claire. Then Claire gives one third of all the sweets she now has to Amy. All the girls end up having the same number of sweets. Claire begins with 40 sweets. How many sweets do...
50
0.8125
5,313
5,004.846154
6,648.333333
Given vectors $\overrightarrow {OA} = (2, -3)$, $\overrightarrow {OB} = (-5, 4)$, $\overrightarrow {OC} = (1-\lambda, 3\lambda+2)$: 1. If $\triangle ABC$ is a right-angled triangle and $\angle B$ is the right angle, find the value of the real number $\lambda$. 2. If points A, B, and C can form a triangle, determine the...
-2
0.5
3,276.8125
2,832.125
3,721.5
There are $N$ lockers, labeled from 1 to $N$, placed in clockwise order around a circular hallway. Initially, all lockers are open. Ansoon starts at the first locker and always moves clockwise. When she is at locker $n$ and there are more than $n$ open lockers, she keeps locker $n$ open and closes the next $n$ open loc...
2046
Note that in the first run-through, we will leave all lockers $2^{n}-1$ open. This is because after having locker $2^{n}-1$ open, we will close the next $2^{n}-1$ lockers and then start at locker $2^{n}-1+2^{n}-1+1=2^{n+1}-1$. Now we want 1 to be the last locker that is open. We know that if $N<2046$, then closing 1023...
0
7,963.375
-1
7,963.375
Masha wrote the numbers $4, 5, 6, \ldots, 16$ on the board and then erased one or more of them. It turned out that the remaining numbers on the board cannot be divided into several groups such that the sums of the numbers in the groups are equal. What is the greatest possible value that the sum of the remaining numbers...
121
0
7,864.9375
-1
7,864.9375
Marisela is putting on a juggling show! She starts with $1$ ball, tossing it once per second. Lawrence tosses her another ball every five seconds, and she always tosses each ball that she has once per second. Compute the total number of tosses Marisela has made one minute after she starts juggling.
390
0.5
6,915.125
5,638.25
8,192
What is the positive difference between the probability of a fair coin landing heads up exactly 2 times out of 3 flips and the probability of a fair coin landing heads up 3 times out of 3 flips? Express your answer as a common fraction.
\frac{1}{4}
1
1,138.375
1,138.375
-1
What value of $x$ satisfies the equation $$3x + 6 = |{-10 + 5x}|$$?
\frac{1}{2}
0.125
5,266.625
4,593.5
5,362.785714
What is the greatest multiple of 3 that is less than 500 and is also a multiple of 4?
492
1
2,086.5625
2,086.5625
-1
Find the largest three-digit integer starting with 8 that is divisible by each of its distinct, non-zero digits except for 7.
864
0.3125
7,444.5625
6,623.4
7,817.818182
Suppose that $\frac{2}{3}$ of $10$ bananas are worth as much as $8$ oranges. How many oranges are worth as much as $\frac{1}{2}$ of $5$ bananas?
3
1. **Establish the given relationship**: We are given that $\frac{2}{3}$ of $10$ bananas are worth as much as $8$ oranges. This can be written as: \[ \frac{2}{3} \times 10 \text{ bananas} = 8 \text{ oranges} \] Simplifying the left side, we get: \[ \frac{2}{3} \times 10 = \frac{20}{3} \text{ bananas} ...
1
3,049
3,049
-1
Let $x$ and $y$ satisfy the constraints: \[ \begin{cases} x + 2y - 1 \geqslant 0, \\ x - y \geqslant 0, \\ 0 \leqslant x \leqslant k, \end{cases} \] If the minimum value of $z = x + ky$ is $-2$, then the maximum value of $z$ is ______.
20
0.3125
7,982.25
7,520.8
8,192
What is the sum of all the solutions of $x = \left|2x-|60-2x|\right|$?
92
0.9375
3,752.5625
3,456.6
8,192
The 16 squares on a piece of paper are numbered as shown in the diagram. While lying on a table, the paper is folded in half four times in the following sequence: (1) fold the top half over the bottom half (2) fold the bottom half over the top half (3) fold the right half over the left half (4) fold the left half over...
9
To solve this problem, we need to track the position of the top square through each fold. We start by visualizing the initial configuration of the squares and then follow each fold step-by-step. #### Initial Configuration: The squares are arranged in a $4 \times 4$ grid, numbered from 1 to 16. The numbering is assumed...
0
8,192
-1
8,192
Find the projection of the vector $\begin{pmatrix} 3 \\ 0 \\ -2 \end{pmatrix}$ onto the line \[\frac{x}{2} = y = \frac{z}{-1}.\]
\begin{pmatrix} 8/3 \\ 4/3 \\ -4/3 \end{pmatrix}
0
3,085.6875
-1
3,085.6875
The area of two parallel plane sections of a sphere are $9 \pi$ and $16 \pi$. The distance between the planes is given. What is the surface area of the sphere?
100\pi
0.1875
7,944.25
6,870.666667
8,192
Three positive reals $x , y , z $ satisfy $x^2 + y^2 = 3^2 y^2 + yz + z^2 = 4^2 x^2 + \sqrt{3}xz + z^2 = 5^2 .$ Find the value of $2xy + xz + \sqrt{3}yz$
24
0
8,192
-1
8,192
The formula for converting a Fahrenheit temperature $F$ to the corresponding Celsius temperature $C$ is $C = \frac{5}{9}(F-32).$ An integer Fahrenheit temperature is converted to Celsius, rounded to the nearest integer, converted back to Fahrenheit, and again rounded to the nearest integer. For how many integer Fahrenh...
539
0
8,192
-1
8,192
The expression $\frac{k^{2}}{1.001^{k}}$ reaches its maximum value with which natural number $k$?
2001
0.125
7,791.375
7,061.5
7,895.642857
Call a lattice point visible if the line segment connecting the point and the origin does not pass through another lattice point. Given a positive integer \(k\), denote by \(S_{k}\) the set of all visible lattice points \((x, y)\) such that \(x^{2}+y^{2}=k^{2}\). Let \(D\) denote the set of all positive divisors of \(2...
20
0
8,163.5625
-1
8,163.5625
Compute the sum of all positive integers $n$ such that $n^{2}-3000$ is a perfect square.
1872
Suppose $n^{2}-3000=x^{2}$, so $n^{2}-x^{2}=3000$. This factors as $(n-x)(n+x)=3000$. Thus, we have $n-x=2a$ and $n+x=2b$ for some positive integers $a, b$ such that $ab=750$ and $a<b$. Therefore, we have $n=a+b$, so the sum will be just the sum of divisors of $750=2 \cdot 3 \cdot 5^{3}$, which is $$(1+2)(1+3)(1+5+25+1...
0.5625
6,984.75
6,359.888889
7,788.142857
Find all positive integers $n$ such that the decimal representation of $n^2$ consists of odd digits only.
n \in \{1, 3\}
We are tasked with finding all positive integers \( n \) such that the decimal representation of \( n^2 \) consists only of odd digits. To approach this problem, we need to analyze the properties of squares of integers and the constraints that arise due to having only odd digits. First, let's consider the possible la...
0
8,192
-1
8,192
The numbers \(a\) and \(b\) are such that \(|a| \neq |b|\) and \(\frac{a+b}{a-b} + \frac{a-b}{a+b} = 6\). Find the value of the expression \(\frac{a^{3} + b^{3}}{a^{3} - b^{3}} + \frac{a^{3} - b^{3}}{a^{3} + b^{3}}\).
\frac{18}{7}
0.6875
6,016.25
5,027.272727
8,192
Given \( A \subseteq \{1, 2, \ldots, 25\} \) such that \(\forall a, b \in A\), \(a \neq b\), then \(ab\) is not a perfect square. Find the maximum value of \( |A| \) and determine how many such sets \( A \) exist where \( |A| \) achieves this maximum value.
16
0.0625
7,858.5
5,455
8,018.733333
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....
0.17
0
7,930.4375
-1
7,930.4375
Given the function $f(x)=e^{x}\cos x-x$. (Ⅰ) Find the equation of the tangent line to the curve $y=f(x)$ at the point $(0,f(0))$; (Ⅱ) Find the maximum and minimum values of the function $f(x)$ in the interval $\left[0, \frac{\pi}{2}\right]$.
-\frac{\pi}{2}
0.9375
4,564.5
4,322.666667
8,192
What is the remainder when $x^4-7x^3+9x^2+16x-13$ is divided by $x-3$?
8
1
2,473.5
2,473.5
-1
If $x < a < 0$ means that $x$ and $a$ are numbers such that $x$ is less than $a$ and $a$ is less than zero, then:
$x^2 > ax > a^2$
Given the conditions $x < a < 0$, we know that both $x$ and $a$ are negative numbers. Let's analyze each part of the options provided: 1. **$x^2$ and $a^2$ are positive**: Since squaring a negative number results in a positive number, both $x^2$ and $a^2$ are positive. 2. **Comparing $x^2$ and $a^2$**: Since $x < a$,...
0
3,830.875
-1
3,830.875
Find \[\binom{100}{0} - \binom{100}{1} + \binom{100}{2} - \dots + \binom{100}{100}.\]
0
1
2,117.6875
2,117.6875
-1
If $x+y = 6$ and $x^2-y^2 = 12$, then what is $x-y$?
2
1
1,543.0625
1,543.0625
-1
Given the function $f(x) = 4\sin^2 x + \sin\left(2x + \frac{\pi}{6}\right) - 2$, $(1)$ Determine the interval over which $f(x)$ is strictly decreasing; $(2)$ Find the maximum value of $f(x)$ on the interval $[0, \frac{\pi}{2}]$ and determine the value(s) of $x$ at which the maximum value occurs.
\frac{5\pi}{12}
0.875
7,002.375
6,910.642857
7,644.5
Determine the exact value of the series \[\frac{1}{3 + 1} + \frac{2}{3^2 + 1} + \frac{4}{3^4 + 1} + \frac{8}{3^8 + 1} + \frac{16}{3^{16} + 1} + \dotsb.\]
\frac{1}{2}
0.3125
7,527.9375
6,067
8,192
A right circular cone has a volume of $12\pi$ cubic centimeters. The height of the cone is 4 cm. How many centimeters is the circumference of the base of the cone, in terms of $\pi$?
6\pi
1
1,162.8125
1,162.8125
-1
For real numbers \( x \) and \( y \), simplify the equation \(\cfrac{\frac{1}{x} + \frac{1}{y}}{\frac{1}{x} + 2\frac{1}{y}} = 4\) and express it as \(\frac{x+y}{x+2y}\).
\frac{4}{11}
0.125
7,174.9375
6,577
7,260.357143
A circle of radius 6 is drawn centered at the origin. How many squares of side length 1 and integer coordinate vertices intersect the interior of this circle?
132
By symmetry, the answer is four times the number of squares in the first quadrant. Let's identify each square by its coordinates at the bottom-left corner, $(x, y)$. When $x=0$, we can have $y=0 \ldots 5$, so there are 6 squares. (Letting $y=6$ is not allowed because that square intersects only the boundary of the circ...
0
8,192
-1
8,192
Calculate the value of the expression $\left(2 \times \frac{1}{3}\right) \times \left(3 \times \frac{1}{2}\right)$.
1
Re-arranging the order of the numbers being multiplied, $\left(2 \times \frac{1}{3}\right) \times \left(3 \times \frac{1}{2}\right) = 2 \times \frac{1}{2} \times 3 \times \frac{1}{3} = \left(2 \times \frac{1}{2}\right) \times \left(3 \times \frac{1}{3}\right) = 1 \times 1 = 1$.
1
538.25
538.25
-1
When triangle $EFG$ is rotated by an angle $\arccos(_{1/3})$ around point $O$, which lies on side $EG$, vertex $F$ moves to vertex $E$, and vertex $G$ moves to point $H$, which lies on side $FG$. Find the ratio in which point $O$ divides side $EG$.
3:1
0
7,806.25
-1
7,806.25
What are the last two digits in the sum of the factorials of the first 15 positive integers?
13
0.875
4,805.3125
4,321.5
8,192
There are 10 mountaineers, divided equally into two groups. Among them, 4 are familiar with the trails. Each group needs 2 people who are familiar with the trails. The number of different ways to distribute them is:
60
0.5625
5,019.4375
5,465.888889
4,445.428571
The sum of the absolute values of the terms of a finite arithmetic progression is 100. If all its terms are increased by 1 or all its terms are increased by 2, the sum of the absolute values of the terms of the resulting progression will also be 100. What values can the quantity $n^{2} d$ take under these conditions, w...
400
0
8,192
-1
8,192
At Rosa's Rose Shop, a bouquet containing a dozen roses costs $\$20$. If the price of a bouquet is directly proportional to the number of roses it contains, how many dollars will a bouquet of 39 roses cost?
65
1
1,851.25
1,851.25
-1
Where is Tony's cheese? The bottom right corner of a 3x3 grid :0 We’re doing weekly posts of problems until the start of the in-person tournament on April 13th (Sign up **[here](https://www.stanfordmathtournament.com/competitions/smt-2024)**!) Registrations for our synchronous Online tournament are also open **[here](h...
\frac{1}{7}
0.0625
7,114.5625
5,137
7,246.4
A $40$ feet high screen is put on a vertical wall $10$ feet above your eye-level. How far should you stand to maximize the angle subtended by the screen (from top to bottom) at your eye?
10\sqrt{5}
0.8125
4,968.0625
4,701.923077
6,121.333333
Calculate the value of \[\cot(\cot^{-1}5 + \cot^{-1}11 + \cot^{-1}17 + \cot^{-1}23).\]
\frac{97}{40}
0
6,471.3125
-1
6,471.3125
A point is chosen at random on the number line between 0 and 1, and this point is colored red. Another point is then chosen at random on the number line between 0 and 2, and this point is colored blue. What is the probability that the number of the blue point is greater than the number of the red point but less than th...
\frac{1}{2}
0
6,580.3125
-1
6,580.3125
Cara is sitting at a circular table with her seven friends. Determine the different possible pairs of people Cara could be sitting between on this table.
21
0.125
5,636.125
2,807
6,040.285714
Among the four-digit numbers, the number of four-digit numbers that have exactly 2 digits repeated is.
3888
0
7,579.5
-1
7,579.5
In triangle $ABC$, if $A = \frac{\pi}{3}$, $\tan B = \frac{1}{2}$, and $AB = 2\sqrt{3} + 1$, then find the length of $BC$.
\sqrt{15}
0.875
5,062.3125
4,947.642857
5,865
Let triangle $ABC$ be a right triangle with right angle at $C.$ Let $D$ and $E$ be points on $\overline{AB}$ with $D$ between $A$ and $E$ such that $\overline{CD}$ and $\overline{CE}$ trisect $\angle C.$ If $\frac{DE}{BE} = \frac{8}{15},$ then find $\tan B.$
\frac{4 \sqrt{3}}{11}
0
7,319.1875
-1
7,319.1875
On the sides $AB$ and $CD$ of rectangle $ABCD$, points $E$ and $F$ are marked such that $AFCE$ forms a rhombus. It is known that $AB = 16$ and $BC = 12$. Find $EF$.
15
1
3,319.4375
3,319.4375
-1
Find the area of triangle $ABC$ below. [asy] unitsize(1inch); pair P,Q,R; P = (0,0); Q= (sqrt(3),0); R = (0,1); draw (P--Q--R--P,linewidth(0.9)); draw(rightanglemark(Q,P,R,3)); label("$A$",P,S); label("$B$",Q,S); label("$C$",R,N); label("$6$",R/2,W); label("$30^\circ$",(1.25,0),N); [/asy]
18\sqrt{3}
0.75
3,667
2,813.083333
6,228.75
How many positive three-digit integers have a remainder of 2 when divided by 6, a remainder of 5 when divided by 9, and a remainder of 7 when divided by 11?
5
1. **Formulate the congruences:** We are given that a number $n$ leaves a remainder of 2 when divided by 6, a remainder of 5 when divided by 9, and a remainder of 7 when divided by 11. We can express these conditions using congruences: \[ n \equiv 2 \pmod{6}, \quad n \equiv 5 \pmod{9}, \quad n \equiv 7 \pmod{11} ...
0.9375
3,936.9375
3,939.066667
3,905
In a regular tetrahedron embedded in 3-dimensional space, the centers of the four faces are the vertices of a smaller tetrahedron. If the vertices of the larger tetrahedron are located on the surface of a sphere of radius \(r\), find the ratio of the volume of the smaller tetrahedron to that of the larger tetrahedron. ...
\frac{1}{27}
0.3125
7,957.6875
7,442.2
8,192
A convex polyhedron $P$ has $26$ vertices, $60$ edges, and $36$ faces, $24$ of which are triangular and $12$ of which are quadrilaterals. A space diagonal is a line segment connecting two non-adjacent vertices that do not belong to the same face. How many space diagonals does $P$ have?
241
0.6875
5,709.9375
4,710.090909
7,909.6
In $\Delta XYZ$, $\overline{MN} \parallel \overline{XY}$, $XM = 5$ cm, $MY = 8$ cm, and $NZ = 9$ cm. What is the length of $\overline{YZ}$?
23.4
0
7,326.875
-1
7,326.875
There are 128 players in a single elimination tennis tournament, where exactly 32 players receive a bye in the first round. Calculate the total number of matches played in this tournament.
126
0
7,972.375
-1
7,972.375
Given the function $f(x)=\sqrt{3}\sin{2x}-\cos{2x}$. $(1)$ Find the smallest positive period and the interval of monotonic increase of the function $f(x)$. $(2)$ In triangle $ABC$, where the internal angles $A$, $B$, $C$ are opposite to sides $a$, $b$, $c$ respectively, if $f\left(\frac{A}{2}\right)=2$, $b=1$, $c=2...
\sqrt{7}
0.875
5,474.4375
5,186.642857
7,489
Given four functions: $①y=-x$, $②y=- \frac{1}{x}$, $③y=x^{3}$, $④y=x^{ \frac{1}{2}}$, determine the probability of the event "the graphs of the two selected functions have exactly one common point" when two functions are selected from these four.
\frac{1}{3}
0.8125
4,454.75
4,135.538462
5,838
How many four-digit numbers, formed using the digits 0, 1, 2, 3, 4, 5 without repetition, are greater than 3410?
132
0.0625
7,984.9375
4,879
8,192
Find the angle, in degrees, between the vectors $\begin{pmatrix} 2 \\ 5 \end{pmatrix}$ and $\begin{pmatrix} -3 \\ 7 \end{pmatrix}.$
45^\circ
1
2,529.375
2,529.375
-1
A recipe for 30 cookies requires two cups of flour among its ingredients. Eduardo wants to bake five dozen cookies. How many cups of flour will he need to use in his adjusted recipe?
4
0.9375
584.5625
603.2
305
The numbers $\log(a^3b^7)$, $\log(a^5b^{12})$, and $\log(a^8b^{15})$ are the first three terms of an arithmetic sequence, and the $12^{\text{th}}$ term of the sequence is $\log{b^n}$. What is $n$?
112
1. **Define the terms in terms of logarithms**: Let $A = \log(a)$ and $B = \log(b)$. The given terms of the sequence can be rewritten using logarithmic properties: \[ \begin{align*} \log(a^3b^7) &= 3A + 7B, \\ \log(a^5b^{12}) &= 5A + 12B, \\ \log(a^8b^{15}) &= 8A + 15B. \end{align*} \] 2. **Us...
1
3,543.5
3,543.5
-1
Regular hexagon $ABCDEF$ has an area of $n$. Let $m$ be the area of triangle $ACE$. What is $\tfrac{m}{n}?$ A) $\frac{1}{2}$ B) $\frac{2}{3}$ C) $\frac{3}{4}$ D) $\frac{1}{3}$ E) $\frac{3}{2}$
\frac{2}{3}
0
6,627.5625
-1
6,627.5625
One root of the equation $5x^2+kx=4$ is 2. What is the other?
-\frac{2}{5}
1
1,979.75
1,979.75
-1
If there exists a permutation $a_{1}, a_{2}, \cdots, a_{n}$ of $1, 2, \cdots, n$ such that $k + a_{k}$ $(k = 1, 2, \cdots, n)$ are all perfect squares, then $n$ is called a "good number". Among the set $\{11, 13, 15, 17, 19\}$, which numbers are "good numbers" and which are not? Explain your reasoning.
11
0
8,192
-1
8,192
A palindrome is a number that reads the same forward and backward. What is the smallest 5-digit palindrome in base 2 that can be expressed as a 3-digit palindrome in a different base? Give your response in base 2.
10001_2
0.3125
5,146
4,402.4
5,484
In $\triangle ABC$, the sides opposite to the three internal angles are $a$, $b$, and $c$, respectively. Given that $\cos A= \frac{ \sqrt {10}}{10}$ and $a\sin A+b\sin B-c\sin C= \frac{ 2 \sqrt {5}}{5}a\sin B$. 1. Find the value of $B$; 2. If $b=10$, find the area $S$ of $\triangle ABC$.
60
0.6875
7,244.5
6,813.818182
8,192
Given that there is a geometric sequence $\{a_n\}$ with a common ratio $q > 1$ and the sum of the first $n$ terms is $S_n$, $S_3 = 7$, the sequence $a_1+3$, $3a_2$, $a_3+4$ forms an arithmetic sequence. The sum of the first $n$ terms of the sequence $\{b_n\}$ is $T_n$, and $6T_n = (3n+1)b_n + 2$ for $n \in \mathbb{N}^*...
3318
0.1875
6,814.75
7,187.666667
6,728.692308
What common fraction (that is, a fraction reduced to its lowest terms) is equivalent to $0.6\overline{41}$?
\frac{127}{198}
1
3,083.5625
3,083.5625
-1
On the display of a certain instrument, each indicator light can show different signals by lighting up in red, yellow, or blue. It is known that there are 6 indicator lights in a row, and each time 3 of them light up, with only 2 being adjacent, then the total number of different signals that can be displayed is ______...
324
0.4375
6,946.25
5,438.857143
8,118.666667
Calculate the value of the expression $$ \frac{\left(3^{4}+4\right) \cdot\left(7^{4}+4\right) \cdot\left(11^{4}+4\right) \cdot \ldots \cdot\left(2015^{4}+4\right) \cdot\left(2019^{4}+4\right)}{\left(1^{4}+4\right) \cdot\left(5^{4}+4\right) \cdot\left(9^{4}+4\right) \cdot \ldots \cdot\left(2013^{4}+4\right) \cdot\left(...
4080401
0.375
7,020.125
5,067
8,192
Given $x > 0, y > 0$, and $2x + 8y - xy = 0$, find the minimum value of $xy$.
64
0.9375
4,344.625
4,088.133333
8,192
Find the smallest number which when successively divided by \( 45,454,4545 \) and 45454 leaves remainders of \( 4, 45,454 \) and 4545 respectively.
35641667749
0
8,192
-1
8,192
At exactly noon, Anna Kuzminichna looked out the window and saw Klava, the village shop clerk, going on a break. Two minutes past twelve, Anna Kuzminichna looked out the window again, and no one was at the closed store. Klava was absent for exactly 10 minutes, and when she returned, she found that Ivan and Foma were wa...
1/2
0
7,629.75
-1
7,629.75
Determine the sum of coefficients $A$, $B$, $C$, and $D$ for the simplified polynomial form of the function \[ y = \frac{x^3 - 4x^2 - 9x + 36}{x - 3} \] which is defined everywhere except at $x = D$.
-9
0.9375
3,693.375
3,646.933333
4,390
In $\triangle ABC$, the sides opposite to angles $A$, $B$, $C$ are denoted as $a$, $b$, $c$ respectively. It is given that $2b\cos C=a\cos C+c\cos A$. $(I)$ Find the magnitude of angle $C$; $(II)$ If $b=2$ and $c= \sqrt {7}$, find $a$ and the area of $\triangle ABC$.
\dfrac {3 \sqrt {3}}{2}
0
3,774.5
-1
3,774.5