problem stringlengths 10 5.15k | answer stringlengths 0 1.23k |
|---|---|
Find the minimum value of
\[(\sin x + \csc x)^2 + (\cos x + \sec x)^2\]for $0 < x < \frac{\pi}{2}.$ | 9 |
A certain operation is performed on a positive integer: if it is even, divide it by 2; if it is odd, add 1. This process continues until the number becomes 1. How many integers become 1 after exactly 10 operations? | 55 |
If the graph of the function $f(x)=\sin \omega x+\sin (\omega x- \frac {\pi}{2})$ ($\omega > 0$) is symmetric about the point $\left( \frac {\pi}{8},0\right)$, and there is a zero point within $\left(- \frac {\pi}{4},0\right)$, determine the minimum value of $\omega$. | 10 |
If two people, A and B, work together on a project, they can complete it in a certain number of days. If person A works alone to complete half of the project, it takes them 10 days less than it would take both A and B working together to complete the entire project. If person B works alone to complete half of the project, it takes them 15 days more than it would take both A and B working together to complete the entire project. How many days would it take for A and B to complete the entire project working together? | 60 |
Six cubes, each an inch on an edge, are fastened together, as shown. Find the total surface area in square inches. Include the top, bottom and sides.
[asy]/* AMC8 2002 #22 Problem */
draw((0,0)--(0,1)--(1,1)--(1,0)--cycle);
draw((0,1)--(0.5,1.5)--(1.5,1.5)--(1,1));
draw((1,0)--(1.5,0.5)--(1.5,1.5));
draw((0.5,1.5)--(1,2)--(1.5,2));
draw((1.5,1.5)--(1.5,3.5)--(2,4)--(3,4)--(2.5,3.5)--(2.5,0.5)--(1.5,.5));
draw((1.5,3.5)--(2.5,3.5));
draw((1.5,1.5)--(3.5,1.5)--(3.5,2.5)--(1.5,2.5));
draw((3,4)--(3,3)--(2.5,2.5));
draw((3,3)--(4,3)--(4,2)--(3.5,1.5));
draw((4,3)--(3.5,2.5));
draw((2.5,.5)--(3,1)--(3,1.5));[/asy] | 26 |
Let $\pi$ be a randomly chosen permutation of the numbers from 1 through 2012. Find the probability that $\pi(\pi(2012))=2012$. | \frac{1}{1006} |
Let $a$ and $b$ be constants. Suppose that the equation \[\frac{(x+a)(x+b)(x+12)}{(x+3)^2} = 0\]has exactly $3$ distinct roots, while the equation \[\frac{(x+2a)(x+3)(x+6)}{(x+b)(x+12)} = 0\]has exactly $1$ distinct root. Compute $100a + b.$ | 156 |
Carl wants to buy a new coat that is quite expensive. He saved $25 each week for 6 weeks. On the seventh week, he had to use a third of his saving to pay some bills. On the eighth week, his dad gave him some extra money for him to buy his dream coat. If the coat cost $170, how much money did his dad give him? | Carl saved in 6 weeks $25/week x 6 weeks = $<<25*6=150>>150
On the seventh week, he ended up having to pay in bills $150/3 = $<<150/3=50>>50
His savings were then $150 - $50 = $<<150-50=100>>100
His dad gave him $170 – $100 = $<<170-100=70>>70
#### 70 |
Two circles touch in $M$ , and lie inside a rectangle $ABCD$ . One of them touches the sides $AB$ and $AD$ , and the other one touches $AD,BC,CD$ . The radius of the second circle is four times that of the first circle. Find the ratio in which the common tangent of the circles in $M$ divides $AB$ and $CD$ . | 1:1 |
You are trapped in ancient Japan, and a giant enemy crab is approaching! You must defeat it by cutting off its two claws and six legs and attacking its weak point for massive damage. You cannot cut off any of its claws until you cut off at least three of its legs, and you cannot attack its weak point until you have cut off all of its claws and legs. In how many ways can you defeat the giant enemy crab? | 14400 |
Sara makes cakes during the five weekdays to sell on weekends. She makes 4 cakes a day and sells her cakes for $8. In 4 weeks she managed to sell all the cakes. How much money did she collect during that time? | During the week she makes 5 days/week * 4 cakes/day = <<5*4=20>>20 cakes.
After selling them over the weekend she earns 20 cakes * $8/cake = $<<20*8=160>>160.
In 4 weeks she raised $160/week * 4 weeks = $<<4*160=640>>640.
#### 640 |
Each of the $12$ edges of a cube is labeled $0$ or $1$. Two labelings are considered different even if one can be obtained from the other by a sequence of one or more rotations and/or reflections. For how many such labelings is the sum of the labels on the edges of each of the $6$ faces of the cube equal to $2$? | 20 |
Six chairs are placed in a row. Find the number of ways 3 people can sit randomly in these chairs such that no two people sit next to each other. | 24 |
Rose fills each of the rectangular regions of her rectangular flower bed with a different type of flower. The lengths, in feet, of the rectangular regions in her flower bed are as shown in the figure. She plants one flower per square foot in each region. Asters cost $\$1$ each, begonias $\$1.50$ each, cannas $\$2$ each, dahlias $\$2.50$ each, and Easter lilies $\$3$ each. What is the least possible cost, in dollars, for her garden? [asy]
draw((0,0)--(11,0)--(11,6)--(0,6)--cycle,linewidth(0.7));
draw((0,1)--(6,1),linewidth(0.7));
draw((4,1)--(4,6),linewidth(0.7));
draw((6,0)--(6,3),linewidth(0.7));
draw((4,3)--(11,3),linewidth(0.7));
label("6",(3,0),S);
label("5",(8.5,0),S);
label("1",(0,0.5),W);
label("5",(0,3.5),W);
label("4",(2,6),N);
label("7",(7.5,6),N);
label("3",(11,1.5),E);
label("3",(11,4.5),E);
[/asy] | 108 |
Consider the sum $$ S =\sum^{2021}_{j=1} \left|\sin \frac{2\pi j}{2021}\right|. $$ The value of $S$ can be written as $\tan \left( \frac{c\pi}{d} \right)$ for some relatively prime positive integers $c, d$ , satisfying $2c < d$ . Find the value of $c + d$ . | 3031 |
Sandy's daughter has a playhouse in the back yard. She plans to cover the one shaded exterior wall and the two rectangular faces of the roof, also shaded, with a special siding to resist the elements. The siding is sold only in 8-foot by 12-foot sections that cost $\$27.30$ each. If Sandy can cut the siding when she gets home, how many dollars will be the cost of the siding Sandy must purchase?
[asy]
import three;
size(101);
currentprojection=orthographic(1/3,-1,1/2);
real w = 1.5;
real theta = pi/4;
string dottedline = "2 4";
draw(surface((0,0,0)--(8,0,0)--(8,0,6)--(0,0,6)--cycle),gray(.7)+opacity(.5));
draw(surface((0,0,6)--(0,5cos(theta),6+5sin(theta))--(8,5cos(theta),6+5sin(theta))--(8,0,6)--cycle),gray(.7)+opacity(.5));
draw(surface((0,5cos(theta),6+5sin(theta))--(8,5cos(theta),6+5sin(theta))--(8,10cos(theta),6)--(0,10cos(theta),6)--cycle),gray
(.7)+opacity(.5));
draw((0,0,0)--(8,0,0)--(8,0,6)--(0,0,6)--cycle,black+linewidth(w));
draw((0,0,6)--(0,5cos(theta),6+5sin(theta))--(8,5cos(theta),6+5sin(theta))--(8,0,6)--cycle,black+linewidth(w));
draw((8,0,0)--(8,10cos(theta),0)--(8,10cos(theta),6)--(8,5cos(theta),6+5sin(theta)),linewidth(w));
draw((0,0,0)--(0,10cos(theta),0)--(0,10cos(theta),6)--(0,0,6),linetype(dottedline));
draw((0,5cos(theta),6+5sin(theta))--(0,10cos(theta),6)--(8,10cos(theta),6)--(8,0,6),linetype(dottedline));
draw((0,10cos(theta),0)--(8,10cos(theta),0),linetype(dottedline));
label("8' ",(4,5cos(theta),6+5sin(theta)),N);
label("5' ",(0,5cos(theta)/2,6+5sin(theta)/2),NW);
label("6' ",(0,0,3),W);
label("8' ",(4,0,0),S);
[/asy] | \$ 54.60 |
When 2007 bars of soap are packed into \( N \) boxes, where \( N \) is a positive integer, there is a remainder of 5. How many possible values of \( N \) are there? | 14 |
Let $a$, $b$, $c$ be the three sides of a triangle, and let $\alpha$, $\beta$, $\gamma$, be the angles opposite them. If $a^2+b^2=1989c^2$, find
$\frac{\cot \gamma}{\cot \alpha+\cot \beta}$ | 994 |
From the set of integers $\{1,2,3,\dots,3009\}$, choose $k$ pairs $\{a_i,b_i\}$ with $a_i<b_i$ so that no two pairs share a common element. Each sum $a_i+b_i$ must be distinct and less than or equal to $3009$. Determine the maximum possible value of $k$. | 1504 |
Find the possible value of $x + y$ given that $x^3 + 6x^2 + 16x = -15$ and $y^3 + 6y^2 + 16y = -17$. | -4 |
A married couple opened a savings account. The wife committed to saving $100 every week while the husband committed to saving $225 every month. After 4 months of savings, they decided to invest half of their money in buying stocks. Each share of stocks costs $50. How many shares of stocks can they buy? | The wife saves $100/week x 4 weeks/month = $400 a month.
Together, the wife and husband save $400/month + $225/month = $<<400+225=625>>625/month.
In 4 months, their total savings is $625/month x 4 months = $<<625*4=2500>>2500.
They are going to invest $2500 / 2 = $<<2500/2=1250>>1250.
So, they can buy $1250 / $50/share = <<1250/50=25>>25 shares of stocks.
#### 25 |
Determine the value of $\sin {15}^{{}^\circ }+\cos {15}^{{}^\circ }$. | \frac{\sqrt{6}}{2} |
Twenty switches in an office computer network are to be connected so that each switch has a direct connection to exactly three other switches. How many connections will be necessary? | 30 |
A bored student walks down a hall that contains a row of closed lockers, numbered $1$ to $1024$. He opens the locker numbered 1, and then alternates between skipping and opening each locker thereafter. When he reaches the end of the hall, the student turns around and starts back. He opens the first closed locker he encounters, and then alternates between skipping and opening each closed locker thereafter. The student continues wandering back and forth in this manner until every locker is open. What is the number of the last locker he opens?
| 342 |
Jose is a collector of fine wines. His private cellar currently holds 2400 bottles of imported wine and half as many bottles of domestic wine as imported wine. If Jose holds a party and the guests drink one-third of all his wine, how many bottles will remain in his cellar? | Jose has half as many bottles of domestic wine as imported wine, or 2400/2=<<2400/2=1200>>1200 bottles of domestic wine.
In total, he has 2400+1200=<<2400+1200=3600>>3600 bottles of wine.
If the guests drink one-third of all his wine, then they will have consumed 3600/3=<<3600/3=1200>>1200 bottles of wine.
Thus, after the party, Jose's private cellar will have 3600-1200=<<3600-1200=2400>>2400 remaining bottles of wine.
#### 2400 |
Given that $A$ is an interior angle of $\triangle ABC$, when $x= \frac {5\pi}{12}$, the function $f(x)=2\cos x\sin (x-A)+\sin A$ attains its maximum value. The sides opposite to the angles $A$, $B$, $C$ of $\triangle ABC$ are $a$, $b$, $c$ respectively.
$(1)$ Find the angle $A$;
$(2)$ If $a=7$ and $\sin B + \sin C = \frac {13 \sqrt {3}}{14}$, find the area of $\triangle ABC$. | 10\sqrt{3} |
Given that $\tan \alpha = 2$, find the value of $\frac{2 \sin \alpha - \cos \alpha}{\sin \alpha + 2 \cos \alpha}$. | \frac{3}{4} |
Let $f$ be a linear function for which $f(6)-f(2)=12$. What is $f(12)-f(2)?$ | 30 |
If triangle $PQR$ has sides of length $PQ = 8,$ $PR = 7,$ and $QR = 5,$ then calculate
\[\frac{\cos \frac{P - Q}{2}}{\sin \frac{R}{2}} - \frac{\sin \frac{P - Q}{2}}{\cos \frac{R}{2}}.\] | \frac{7}{4} |
The area of an equilateral triangle is numerically equal to the length of one of its sides. What is the perimeter of the triangle, in units? Express your answer in simplest radical form. | 4\sqrt{3} |
Given vectors $\overrightarrow{a}=(\sin (\frac{\omega}{2}x+\varphi), 1)$ and $\overrightarrow{b}=(1, \cos (\frac{\omega}{2}x+\varphi))$, where $\omega > 0$ and $0 < \varphi < \frac{\pi}{4}$, define the function $f(x)=(\overrightarrow{a}+\overrightarrow{b})\cdot(\overrightarrow{a}-\overrightarrow{b})$. If the function $y=f(x)$ has a period of $4$ and passes through point $M(1, \frac{1}{2})$,
(1) Find the value of $\omega$;
(2) Find the maximum and minimum values of the function $f(x)$ when $-1 \leq x \leq 1$. | \frac{1}{2} |
Given the sequence $a_1, a_2, \ldots, a_n, \ldots$, insert 3 numbers between each pair of consecutive terms to form a new sequence. Determine the term number of the 69th term of the new sequence. | 18 |
Given $\|\mathbf{v}\| = 4,$ find $\|-3 \mathbf{v}\|.$ | 12 |
If $x - y = 6$ and $x + y = 12$, what is the value of $x$? | 9 |
Given points $A(-1,1)$, $B(1,2)$, $C(-2,-1)$, $D(2,2)$, the projection of vector $\overrightarrow{AB}$ in the direction of $\overrightarrow{CD}$ is ______. | \dfrac{11}{5} |
For any real number $t$ , let $\lfloor t \rfloor$ denote the largest integer $\le t$ . Suppose that $N$ is the greatest integer such that $$ \left \lfloor \sqrt{\left \lfloor \sqrt{\left \lfloor \sqrt{N} \right \rfloor}\right \rfloor}\right \rfloor = 4 $$ Find the sum of digits of $N$ . | 24 |
Find the smallest positive angle $\theta,$ in degrees, for which
\[\cos \theta = \sin 60^\circ + \cos 42^\circ - \sin 12^\circ - \cos 6^\circ.\] | 66^\circ |
When simplified, $(x^{-1}+y^{-1})^{-1}$ is equal to: | \frac{xy}{x+y} |
Let positive numbers $x$ and $y$ satisfy: $x > y$, $x+2y=3$. Find the minimum value of $\frac{1}{x-y} + \frac{9}{x+5y}$. | \frac{8}{3} |
Find the smallest positive solution to
\[\tan 2x + \tan 3x = \sec 3x\]in radians. | \frac{\pi}{14} |
What is the value of $\sqrt{3! \cdot 3!}$ expressed as a positive integer? | 6 |
The sum of two numbers is $30$. Their difference is $4$. What is the larger of the two numbers? | 17 |
The variables $a$ and $b$ are inversely proportional. When the sum of $a$ and $b$ is 24, their difference is 6. What is $b$ when $a$ equals 5? | 27 |
Find the sum of all possible positive integer values of $b$ such that the quadratic equation $2x^2 + 5x + b = 0$ has rational roots. | 5 |
Given vectors $m=(\sin x,-1)$ and $n=\left( \sqrt{3}\cos x,-\frac{1}{2}\right)$, and the function $f(x)=(m+n)\cdot m$.
1. Find the interval where the function $f(x)$ is monotonically decreasing.
2. Given $a$, $b$, and $c$ are the sides opposite to angles $A$, $B$, and $C$ respectively in $\triangle ABC$, with $A$ being an acute angle, $a=2\sqrt{3}$, $c=4$. If $f(A)$ is the maximum value of $f(x)$ in the interval $\left[0,\frac{\pi}{2}\right]$, find $A$, $b$, and the area $S$ of $\triangle ABC$. | 2\sqrt{3} |
Tim buys a book of esoteric words. He learns 10 words from it a day. In 2 years the book has increased the number of words he knows by 50%. How many words did he know originally? | In 2 years there are 365*2=<<365*2=730>>730 days
So he has learned 730*10=<<730*10=7300>>7300 words
He knew 1/.5=2 times that number of words before the book
So he knew 7300*2=<<7300*2=14600>>14600 words before
#### 14600 |
A dance with 2018 couples takes place in Havana. For the dance, 2018 distinct points labeled $0, 1,\ldots, 2017$ are marked in a circumference and each couple is placed on a different point. For $i\geq1$, let $s_i=i\ (\textrm{mod}\ 2018)$ and $r_i=2i\ (\textrm{mod}\ 2018)$. The dance begins at minute $0$. On the $i$-th minute, the couple at point $s_i$ (if there's any) moves to point $r_i$, the couple on point $r_i$ (if there's any) drops out, and the dance continues with the remaining couples. The dance ends after $2018^2$ minutes. Determine how many couples remain at the end.
Note: If $r_i=s_i$, the couple on $s_i$ stays there and does not drop out. | 505 |
Acute angles \( A \) and \( B \) of a triangle satisfy the equation \( \tan A - \frac{1}{\sin 2A} = \tan B \) and \( \cos^2 \frac{B}{2} = \frac{\sqrt{6}}{3} \). Determine the value of \( \sin 2A \). | \frac{2\sqrt{6} - 3}{3} |
The number of integer points inside the triangle $OAB$ (where $O$ is the origin) formed by the line $y=2x$, the line $x=100$, and the x-axis is $\qquad$. | 9801 |
Susie Q has $2000 to invest. She invests part of the money in Alpha Bank, which compounds annually at 4 percent, and the remainder in Beta Bank, which compounds annually at 6 percent. After three years, Susie's total amount is $\$2436.29$. Determine how much Susie originally invested in Alpha Bank. | 820 |
$2\left(1-\frac{1}{2}\right) + 3\left(1-\frac{1}{3}\right) + 4\left(1-\frac{1}{4}\right) + \cdots + 10\left(1-\frac{1}{10}\right)=$ | 45 |
Simply the expression
\[\frac{(\sqrt{2} - 1)^{1 - \sqrt{3}}}{(\sqrt{2} + 1)^{1 + \sqrt{3}}},\]writing your answer as $a - b \sqrt{c},$ where $a,$ $b,$ and $c$ are positive integers, and $c$ is not divisible by the square of a prime. | 3 - 2 \sqrt{2} |
The value of \( a \) is chosen such that the number of roots of the first equation \( 4^{x} - 4^{-x} = 2 \cos a x \) is 2007. How many roots does the second equation \( 4^{x} + 4^{-x} = 2 \cos a x + 4 \) have for the same \( a \)? | 4014 |
In a right triangle $PQR$, medians are drawn from $P$ and $Q$ to divide segments $\overline{QR}$ and $\overline{PR}$ in half, respectively. If the length of the median from $P$ to the midpoint of $QR$ is $8$ units, and the median from $Q$ to the midpoint of $PR$ is $4\sqrt{5}$ units, find the length of segment $\overline{PQ}$. | 16 |
Find the sum of the digits in the number $\underbrace{44 \ldots 4}_{2012 \text{ times}} \cdot \underbrace{99 \ldots 9}_{2012 \text{ times}}$. | 18108 |
Among 6 courses, if person A and person B each choose 3 courses, the number of ways in which exactly 1 course is chosen by both A and B is \_\_\_\_\_\_. | 180 |
Dante needs half as many cups of flour to bake his chocolate cake as he needs eggs. If he uses 60 eggs in his recipe, calculate the total number of cups of flour and eggs that he uses altogether. | Dante needs half as many cups of flour to bake his chocolate cake as he needs eggs, meaning he needs 60/2 = <<60/2=30>>30 cups of flour for his recipe.
Altogether, Dante needs 30+60 = <<30+60=90>>90 eggs and cups of flour for his recipe.
#### 90 |
Consider two lines: line $l$ parametrized as
\begin{align*}
x &= 1 + 4t,\\
y &= 4 + 3t
\end{align*}and the line $m$ parametrized as
\begin{align*}
x &=-5 + 4s\\
y &= 6 + 3s.
\end{align*}Let $A$ be a point on line $l$, $B$ be a point on line $m$, and let $P$ be the foot of the perpendicular from $A$ to line $m$.
Then $\overrightarrow{PA}$ is the projection of $\overrightarrow{BA}$ onto some vector $\begin{pmatrix} v_1\\v_2\end{pmatrix}$ such that $v_1+v_2 = 2$. Find $\begin{pmatrix}v_1 \\ v_2 \end{pmatrix}$. | \begin{pmatrix}-6 \\ 8 \end{pmatrix} |
198 passengers fit into 9 buses. How many passengers fit in 5 buses? | 198 passengers / 9 buses = <<198/9=22>>22 passengers fit in one bus.
22 passengers/bus * 5 buses = <<22*5=110>>110 passengers fit in 5 buses.
#### 110 |
A convex quadrilateral $ABCD$ with area $2002$ contains a point $P$ in its interior such that $PA = 24, PB = 32, PC = 28, PD = 45$. Find the perimeter of $ABCD$. | 4(36 + \sqrt{113}) |
Find the largest natural number in which all digits are different, and the sum of any two of its digits is a prime number. | 520 |
James gets bored with his game so decides to play a different one. That game promises 100 hours of gameplay but 80% of that is boring grinding. However, the expansion does add another 30 hours of enjoyable gameplay. How much enjoyable gameplay does James get? | The first game was 100*.8=<<100*.8=80>>80 hours of grinding
So it was 100-80=<<100-80=20>>20 hours of good gameplay
The expansion brought the time of good gameplay to 20+30=<<20+30=50>>50 hours
#### 50 |
Carl is figuring out how much he'll need to spend on gas for his upcoming road trip to the Grand Canyon. His car gets 30 miles per gallon in cities and 40 miles per gallon on the highway. The distance from his house to the Grand Canyon, one way, is 60 city miles and 200 highway miles. If gas costs $3.00 per gallon, how much will Carl need to spend? | First figure out how many city miles Carl will drive round trip by multiplying the one-way number of city miles by 2: 60 miles * 2 = <<60*2=120>>120 miles
Then figure out how many highway miles Carl will drive round trip by multiplying the one-way number of highway miles by 2: 200 miles * 2 = <<200*2=400>>400 miles
Now divide the round-trip number of city miles by the number of city miles per gallon Carl's car gets: 120 miles / 30 mpg = <<120/30=4>>4 gallons
Now divide the round-trip number of highway miles by the number of highway miles per gallon Carl's car gets: 400 miles / 40 mpg = <<400/40=10>>10 gallons
Now add the gallons for the highway miles and the city miles to find the total number of gallons Carl needs to buy: 10 gallons + 4 gallons = <<10+4=14>>14 gallons
Finally, multiply the number of gallons Carl needs to buy by the cost per gallon to find out how much he spends: 14 gallons * $3.00 = $<<14*3=42.00>>42.00
#### 42 |
How many pairs of two-digit positive integers have a difference of 50? | 40 |
Let $f(x)$ be an even function defined on $\mathbb{R}$, which satisfies $f(x+1) = f(x-1)$ for any $x \in \mathbb{R}$. If $f(x) = 2^{x-1}$ for $x \in [0,1]$, then determine the correctness of the following statements:
(1) 2 is a period of the function $f(x)$.
(2) The function $f(x)$ is increasing on the interval (2, 3).
(3) The maximum value of the function $f(x)$ is 1, and the minimum value is 0.
(4) The line $x=2$ is an axis of symmetry for the function $f(x)$.
Identify the correct statements. | \frac{1}{2} |
How many ordered pairs of integers $(x, y)$ satisfy the equation $x^{2020} + y^2 = 2y$? | 4 |
How many points on the parabola \( y = x^2 \) (other than the origin) have the property that the tangent at these points intersects both coordinate axes at points with integer coordinates whose absolute values do not exceed 2020? | 44 |
20 balls numbered 1 through 20 are placed in a bin. In how many ways can 4 balls be drawn, in order, from the bin, if each ball remains outside the bin after it is drawn and each drawn ball has a consecutive number as the previous one? | 17 |
A circle of radius 1 is internally tangent to two circles of radius 2 at points $A$ and $B$, where $AB$ is a diameter of the smaller circle. What is the area of the region, shaded in the figure, that is outside the smaller circle and inside each of the two larger circles? Express your answer in terms of $\pi$ and in simplest radical form.
[asy]
unitsize(1cm);
pair A = (0,-1), B = (0,1);
fill(arc(A,2,30,90)--arc((0,0),1,90,-90)--arc(B,2,270,330)--cycle,gray(0.7));
fill(arc(A,2,90,150)--arc(B,2,210,270)--arc((0,0),1,270,90)--cycle,gray(0.7));
draw(Circle((0,-1),2));
draw(Circle((0,1),2));
draw(Circle((0,0),1));
draw((0,0)--(0.71,0.71),Arrow);
draw((0,-1)--(-1.41,-2.41),Arrow);
draw((0,1)--(1.41,2.41),Arrow);
dot((0,-1));
dot((0,1));
label("$A$",A,S);
label("$B$",B,N);
label("2",(0.7,1.7),N);
label("2",(-0.7,-1.7),N);
label("1",(0.35,0.35),N);
[/asy] | \frac{5}{3}\pi - 2\sqrt{3} |
At what point does the line containing the points $(1, 7)$ and $(3, 11)$ intersect the $y$-axis? Express your answer as an ordered pair. | (0,5) |
Some positive integers are initially written on a board, where each $2$ of them are different.
Each time we can do the following moves:
(1) If there are 2 numbers (written in the board) in the form $n, n+1$ we can erase them and write down $n-2$ (2) If there are 2 numbers (written in the board) in the form $n, n+4$ we can erase them and write down $n-1$ After some moves, there might appear negative numbers. Find the maximum value of the integer $c$ such that:
Independetly of the starting numbers, each number which appears in any move is greater or equal to $c$ | -3 |
Consider an ordinary $6$-sided die, with numbers from $1$ to $6$. How many ways can I paint three faces of a die so that the sum of the numbers on the painted faces is not exactly $9$? | 18 |
A circle passes through the midpoints of the hypotenuse $AB$ and the leg $BC$ of the right triangle $ABC$ and touches the leg $AC$. In what ratio does the point of tangency divide the leg $AC$?
| 1 : 3 |
The diagram shows three touching semicircles with radius 1 inside an equilateral triangle, with each semicircle also touching the triangle. The diameter of each semicircle lies along a side of the triangle. What is the length of each side of the equilateral triangle? | $2 \sqrt{3}$ |
Edric's monthly salary is $576. If he works 8 hours a day for 6 days a week, how much is his hourly rate? | In a week, Edric's salary is $576/4 = $<<576/4=144>>144.
In a day, Edric earns $144/6 = $<<144/6=24>>24.
Thus, his hourly rate is $24/8 = $<<24/8=3>>3.
#### 3 |
Using systematic sampling to select a sample of size \\(20\\) from \\(160\\) students, the \\(160\\) students are numbered from \\(1\\) to \\(160\\) and evenly divided into \\(20\\) groups (\\(1~8\\), \\(9~16\\), ..., \\(153~160\\)). If the number drawn from the \\(16th\\) group is \\(123\\), then the number of the individual drawn from the \\(2nd\\) group should be \_\_\_\_\_\_\_\_. | 11 |
Griffin and Hailey run for $45$ minutes on a circular track. Griffin runs counterclockwise at $260 m/min$ and uses the outer lane with a radius of $50$ meters. Hailey runs clockwise at $310 m/min$ and uses the inner lane with a radius of $45$ meters, starting on the same radial line as Griffin. Determine how many times do they pass each other. | 86 |
Given real numbers \( x, y, z, w \) satisfying \( x + y + z + w = 1 \), find the maximum value of \( M = xw + 2yw + 3xy + 3zw + 4xz + 5yz \). | \frac{3}{2} |
Cary starts working at Game Stop for $10/hour. She gets a 20% raise the first year, but the second year the company's profits decrease and her pay is cut to 75% of what it used to be. How much does Cary make now? | First find the amount of Cary's raise by multiplying $10 by 20%: $10 * .2 = $<<10*.2=2>>2.
Then add Cary's raise to her initial wage to find her wage after one year: $10 + $2 = $<<10+2=12>>12.
Then multiply that wage by 75% to find Cary's wage after her pay cut: $12 * .75 = $<<12*.75=9>>9.
#### 9 |
(The full score of this question is 14 points) It is known that A and B are two fixed points on a plane, and the moving point P satisfies $|PA| + |PB| = 2$.
(1) Find the equation of the trajectory of point P;
(2) Suppose the line $l: y = k (k > 0)$ intersects the trajectory of point P from (1) at points M and N, find the maximum area of $\triangle BMN$ and the equation of line $l$ at this time. | \frac{1}{2} |
Wendi lives on a plot of land that is 200 feet by 900 feet of grassland. She raises rabbits on her property by allowing the rabbits to graze on the grass that grows on her land. If one rabbit can eat enough grass to clear ten square yards of lawn area per day, and Wendi owns 100 rabbits, how many days would it take for Wendi's rabbits to clear all the grass off of her grassland property? | One square yard is the same as 3 feet by 3 feet, or 3*3=<<1*3*3=9>>9 square feet.
Ten square yards is 9*10=<<10*9=90>>90 square feet.
Therefore, 100 rabbits can clear 100*90=<<100*90=9000>>9,000 square feet of grassland per day.
A 200 ft by 900 ft area is 200*900=<<200*900=180000>>180,000 square feet.
Thus, 180,000 sq ft can be cleared by 100 rabbits in 180,000/9000=<<180000/9000=20>>20 days
#### 20 |
Let $a,$ $b,$ and $c$ be nonnegative real numbers such that $a + b + c = 1.$ Find the maximum value of
\[a + \sqrt{ab} + \sqrt[3]{abc}.\] | \frac{4}{3} |
Let $\overline{MN}$ be a diameter of a circle with diameter 1. Let $A$ and $B$ be points on one of the semicircular arcs determined by $\overline{MN}$ such that $A$ is the midpoint of the semicircle and $MB=\frac{3}5$. Point $C$ lies on the other semicircular arc. Let $d$ be the length of the line segment whose endpoints are the intersections of diameter $\overline{MN}$ with chords $\overline{AC}$ and $\overline{BC}$. The largest possible value of $d$ can be written in the form $r-s\sqrt{t}$, where $r, s$ and $t$ are positive integers and $t$ is not divisible by the square of any prime. Find $r+s+t$. | 14 |
How many divisors of 63 are also divisors of 72? (Recall that divisors may be positive or negative.) | 6 |
A student is using the given data in the problem statement to find an approximate solution (accurate to 0.1) for the equation $\lg x = 2 - x$. He sets $f(x) = \lg x + x - 2$, finds that $f(1) < 0$ and $f(2) > 0$, and uses the "bisection method" to obtain 4 values of $x$, calculates the sign of their function values, and concludes that the approximate solution of the equation is $x \approx 1.8$. Among the 4 values he obtained, what is the second value? | 1.75 |
Instead of walking along two adjacent sides of a rectangular field, a boy took a shortcut along the diagonal of the field and saved a distance equal to $\frac{1}{2}$ the longer side. The ratio of the shorter side of the rectangle to the longer side was: | \frac{3}{4} |
What is the number of centimeters in the length of $EF$ if $AB\parallel CD\parallel EF$?
[asy]
size(4cm,4cm);
pair A,B,C,D,E,F,X;
A=(0,1);
B=(1,1);
C=(1,0);
X=(0,0);
D=(1/3)*C+(2/3)*X;
draw (A--B--C--D);
draw(D--B);
draw(A--C);
E=(0.6,0.4);
F=(1,0.4);
draw(E--F);
label("$A$",A,NW);
label("$B$",B,NE);
label("$C$",C,SE);
label("$D$",D,SW);
label("$E$",shift(-0.1,0)*E);
label("$F$",F,E);
label("$100$ cm",midpoint(C--D),S);
label("$150$ cm",midpoint(A--B),N);
[/asy] | 60 |
A cross, consisting of two identical large squares and two identical small squares, is placed inside an even larger square. Calculate the side length of the largest square in centimeters if the area of the cross is $810 \mathrm{~cm}^{2}$. | 36 |
Given a line $y = \frac{\sqrt{3}}{3}x$ and a circle $C$ with its center on the positive x-axis and a radius of 2 intersects the line at points $A$ and $B$ such that $|AB|=2\sqrt{3}$.
(1) Given a point $P(-1, \sqrt{7})$, and $Q$ is any point on circle $C$, find the maximum value of $|PQ|$.
(2) If a ray is drawn from the center of the circle to intersect circle $C$ at point $M$, find the probability that point $M$ lies on the minor arc $\hat{AB}$. | \frac{1}{3} |
Calculate the value of the polynomial $f(x) = 3x^6 + 4x^5 + 5x^4 + 6x^3 + 7x^2 + 8x + 1$ at $x=0.4$ using Horner's method, and then determine the value of $v_1$. | 5.2 |
When \( q(x) = Dx^4 + Ex^2 + Fx + 6 \) is divided by \( x - 2 \), the remainder is 14. Find the remainder when \( q(x) \) is divided by \( x + 2 \). | 14 |
Natasha exercised for 30 minutes every day for one week. Esteban exercised for 10 minutes on each of nine days. How many hours did Natasha and Esteban exercise in total? | Natasha = 30 * 7 = <<30*7=210>>210 minutes
Esteban = 10 * 9 = <<10*9=90>>90 minutes
Total = 210 + 90 = <<210+90=300>>300 minutes
300 minutes = <<300/60=5>>5 hours
Natasha and Esteban exercised for a total of 5 hours.
#### 5 |
Two distinct integers $x$ and $y$ are factors of 48. One of these integers must be even. If $x\cdot y$ is not a factor of 48, what is the smallest possible value of $x\cdot y$? | 32 |
An unfair coin lands on heads with probability $\frac34$ and tails with probability $\frac14$. A heads flip gains $\$3$, but a tails flip loses $\$8$. What is the expected worth of a coin flip? Express your answer as a decimal rounded to the nearest hundredth. | \$0.25 |
For any permutation $p$ of set $\{1, 2, \ldots, n\}$, define $d(p) = |p(1) - 1| + |p(2) - 2| + \ldots + |p(n) - n|$. Denoted by $i(p)$ the number of integer pairs $(i, j)$ in permutation $p$ such that $1 \leqq < j \leq n$ and $p(i) > p(j)$. Find all the real numbers $c$, such that the inequality $i(p) \leq c \cdot d(p)$ holds for any positive integer $n$ and any permutation $p.$ | $p=(1 \; n)$. |
A question and answer forum has 200 members. The average number of answers posted by each member on the forum is three times as many as the number of questions asked. If each user posts an average of 3 questions per hour, calculate the total number of questions and answers posted on the forum by its users in a day. | If each user posts an average of 3 questions per hour, the average number of answers posted on the forum is 3 times the number of questions which totals to 3*3 = <<3*3=9>>9 answers per
hour.
In a day, with 24 hours, the average number of questions asked by each member is 24*3 = <<24*3=72>>72,
If there are 200 users of the forum, the total number of questions asked is 200*72 = <<200*72=14400>>14400 questions in a day.
At the same time, a member posts an average of 9*24 = <<9*24=216>>216 answers in a day.
Since there are 200 members who use the forum, the total number of answers posted in the forum in a day is 200*216 = <<200*216=43200>>43200.
In total, the number of questions and answers posted on the forum is 43200+14400 = <<43200+14400=57600>>57600
#### 57600 |
A small bottle of shampoo can hold $35$ milliliters of shampoo, whereas a large bottle can hold $500$ milliliters of shampoo. Jasmine wants to buy the minimum number of small bottles necessary to completely fill a large bottle. How many bottles must she buy? | 15 |
How many units are in the sum of the lengths of the two longest altitudes in a right triangle with sides $9$, $40$, and $41$? | 49 |
Find the maximum value of the expression \( (\sin 2x + \sin 3y + \sin 4z)(\cos 2x + \cos 3y + \cos 4z) \). | 4.5 |
The graph of the function $y=\sin (2x+\varphi)$ is translated to the left by $\dfrac {\pi}{8}$ units along the $x$-axis and results in a graph of an even function, then determine one possible value of $\varphi$. | \dfrac {\pi}{4} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.