problem
stringlengths
10
5.15k
answer
stringlengths
0
1.23k
A road of 1500 meters is being repaired. In the first week, $\frac{5}{17}$ of the total work was completed, and in the second week, $\frac{4}{17}$ was completed. What fraction of the total work was completed in these two weeks? And what fraction remains to complete the entire task?
\frac{8}{17}
Simplify the product \[\frac{8}{4}\cdot\frac{12}{8}\cdot\frac{16}{12} \dotsm \frac{4n+4}{4n} \dotsm \frac{2008}{2004}.\]
502
Let $P$ be a point on the ellipse $\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1$, $F_{1}$ and $F_{2}$ be the two foci of the ellipse, and $e$ be the eccentricity of the ellipse. Given $\angle P F_{1} F_{2}=\alpha$ and $\angle P F_{2} F_{1}=\beta$, express $\tan \frac{\alpha}{2} \cdot \tan \frac{\beta}{2}$ in terms of $e$.
\frac{1 - e}{1 + e}
Given that $F\_1$ and $F\_2$ are the left and right foci of the ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 (a > b > 0)$, and $P$ is a point on the ellipse such that $PF\_2$ is perpendicular to the $x$-axis. If $|F\_1F\_2| = 2|PF\_2|$, calculate the eccentricity of the ellipse.
\frac{\sqrt{5} - 1}{2}
According to the Shannon formula $C=W\log_{2}(1+\frac{S}{N})$, if the bandwidth $W$ is not changed, but the signal-to-noise ratio $\frac{S}{N}$ is increased from $1000$ to $12000$, then find the approximate percentage increase in the value of $C$.
36\%
Given the fraction $\frac{987654321}{2^{24}\cdot 5^6}$, determine the minimum number of digits to the right of the decimal point needed to express it as a decimal.
24
For $-25 \le x \le 25,$ find the maximum value of $\sqrt{25 + x} + \sqrt{25 - x}.$
10
In the diagram, \( S \) lies on \( R T \), \( \angle Q T S = 40^{\circ} \), \( Q S = Q T \), and \( \triangle P R S \) is equilateral. Find the value of \( x \).
80
Find the smallest composite number that has no prime factors less than 20.
529
Several girls (all of different ages) were picking white mushrooms in the forest. They distributed the mushrooms as follows: the youngest received 20 mushrooms and 0.04 of the remainder. The next oldest received 21 mushrooms and 0.04 of the remainder, and so on. It turned out that they all received the same amount. How...
120
In a compound, the number of cats is 20% less than the number of dogs. There are also twice as many frogs as the number of dogs in the compound. Calculate the total number of animals present in the compound if there are 160 frogs.
There are twice as many frogs as dogs in the compound, meaning there are 160/2 = <<160/2=80>>80 dogs. The total number of frogs and dogs in the compound is 80+160 = <<80+160=240>>240 The number of cats is less than 20% of the number of dogs, which means there are 20/100*80 = <<20/100*80=16>>16 dogs more than the number...
Half the people in a room left. One third of those remaining started to dance. There were then $12$ people who were not dancing. The original number of people in the room was
36
A math conference is hosting a series of lectures by seven distinct lecturers. Dr. Smith's lecture depends on Dr. Jones’s lecture, and additionally, Dr. Brown's lecture depends on Dr. Green’s lecture. How many valid orders can these seven lecturers be scheduled, given these dependencies?
1260
A certain item is always sold with a 30% discount, and the profit margin is 47%. During the shopping festival, the item is sold at the original price, and there is a "buy one get one free" offer. Calculate the profit margin at this time. (Note: Profit margin = (selling price - cost) ÷ cost)
5\%
When any two numbers are taken from the set {0, 1, 2, 3, 4, 5} to perform division, calculate the number of different sine values that can be obtained.
10
Point $A,B,C,D,$ and $E$ are equally spaced on a minor arc of a circle. Points $E,F,G,H,I$ and $A$ are equally spaced on a minor arc of a second circle with center $C$ as shown in the figure below. The angle $\angle ABD$ exceeds $\angle AHG$ by $12^\circ$. Find the degree measure of $\angle BAG$. [asy] pair A,B,C,D,E,F...
58
Evaluate the product \[ (n-1) \cdot n \cdot (n+1) \cdot (n+2) \cdot (n+3), \] where $n=2$.
120
The maximum and minimum values of the function y=2x^3-3x^2-12x+5 on the interval [0,3] need to be determined.
-15
Simplify first, then evaluate: $1-\frac{a-b}{a+2b}÷\frac{a^2-b^2}{a^2+4ab+4b^2}$. Given that $a=2\sin 60^{\circ}-3\tan 45^{\circ}$ and $b=3$.
-\sqrt{3}
The lengths of the sides of a triangle are consecutive integers, and the largest angle is twice the smallest angle. Find the cosine of the smallest angle.
\frac{3}{4}
What is the side length of the larger square if a small square is drawn inside a larger square, and the area of the shaded region and the area of the unshaded region are each $18 \mathrm{~cm}^{2}$?
6 \mathrm{~cm}
How many different rectangles with sides parallel to the grid can be formed by connecting four of the dots in a $5\times 5$ square array of dots?
100
Find all solutions to \[\sqrt[4]{47 - 2x} + \sqrt[4]{35 + 2x} = 4.\]Enter all the solutions, separated by commas.
23,-17
Let \(ABCD\) be a quadrilateral circumscribed about a circle with center \(O\). Let \(O_1, O_2, O_3,\) and \(O_4\) denote the circumcenters of \(\triangle AOB, \triangle BOC, \triangle COD,\) and \(\triangle DOA\). If \(\angle A = 120^\circ\), \(\angle B = 80^\circ\), and \(\angle C = 45^\circ\), what is the acute angl...
45
There are 20 rooms, some with lights on and some with lights off. The occupants of these rooms prefer to match the majority of the rooms. Starting from room one, if the majority of the remaining 19 rooms have their lights on, the occupant will turn the light on; otherwise, they will turn the light off. Initially, there...
20
Two circles have the same center O. Point X is the midpoint of segment OP. What is the ratio of the area of the circle with radius OX to the area of the circle with radius OP? Express your answer as a common fraction. [asy] import graph; draw(Circle((0,0),20)); draw(Circle((0,0),12)); dot((0,0)); dot((20,0)); dot((12,...
\frac{1}{4}
Let $O$ be the origin, and let $(a,b,c)$ be a fixed point. A plane passes through $(a,b,c)$ and intersects the $x$-axis, $y$-axis, and $z$-axis at $A,$ $B,$ and $C,$ respectively, all distinct from $O.$ Let $(p,q,r)$ be the center of the sphere passing through $A,$ $B,$ $C,$ and $O.$ Find \[\frac{a}{p} + \frac{b}{q}...
2
Determine the minimum possible value of the sum \[\frac{a}{3b} + \frac{b}{5c} + \frac{c}{6a},\] where \( a, b, \) and \( c \) are positive real numbers.
\frac{3}{\sqrt[3]{90}}
Let $w_1$ and $w_2$ denote the circles $x^2+y^2+10x-24y-87=0$ and $x^2 +y^2-10x-24y+153=0,$ respectively. Let $m$ be the smallest positive value of $a$ for which the line $y=ax$ contains the center of a circle that is externally tangent to $w_2$ and internally tangent to $w_1.$ Given that $m^2=\frac pq,$ where $p$ and ...
169
Let \( ABC \) be a triangle in which \( \angle ABC = 60^\circ \). Let \( I \) and \( O \) be the incentre and circumcentre of \( ABC \), respectively. Let \( M \) be the midpoint of the arc \( BC \) of the circumcircle of \( ABC \), which does not contain the point \( A \). Determine \( \angle BAC \) given that \( MB =...
30
Twelve standard 6-sided dice are rolled. What is the probability that exactly two of the dice show a 1? Express your answer as a decimal rounded to the nearest thousandth.
0.138
In response to the call of the commander, 55 soldiers came: archers and swordsmen. All of them were dressed either in golden or black armor. It is known that swordsmen tell the truth when wearing black armor and lie when wearing golden armor, while archers do the opposite. - To the question "Are you wearing golden arm...
22
Kwame studied for the history test for 2.5 hours. Connor studied for 1.5 hours and Lexia studied for 97 minutes. How many minutes more did Kwame and Connor study than Lexia?
Kwame = 2.5 hours * 60 minutes = <<2.5*60=150>>150 minutes Connor = 1.5 hours * 60 minutes = <<1.5*60=90>>90 minutes Kwame + Connor = 150 + 90 = 240 minutes 240 - 97 = <<240-97=143>>143 minutes Kwame and Conner studied 143 minutes more than Lexia. #### 143
Find the number of the form $7x36y5$ that is divisible by 1375.
713625
Two congruent circles centered at points $A$ and $B$ each pass through the other circle's center. The line containing both $A$ and $B$ is extended to intersect the circles at points $C$ and $D$. The circles intersect at two points, one of which is $E$. What is the degree measure of $\angle CED$?
120
How many multiples of 3 are between 62 and 215?
51
Richard is building a rectangular backyard from 360 feet of fencing. The fencing must cover three sides of the backyard (the fourth side is bordered by Richard's house). What is the maximum area of this backyard?
16200
Alex thought of a two-digit number (from 10 to 99). Grisha tries to guess it by naming two-digit numbers. It is considered that he guessed the number if he correctly guessed one digit, and the other digit is off by no more than one (for example, if the number thought of is 65, then 65, 64, and 75 are acceptable, but 63...
22
ABCD is an isosceles trapezoid with \(AB = CD\). \(\angle A\) is acute, \(AB\) is the diameter of a circle, \(M\) is the center of the circle, and \(P\) is the point of tangency of the circle with the side \(CD\). Denote the radius of the circle as \(x\). Then \(AM = MB = MP = x\). Let \(N\) be the midpoint of the side...
30
A rock is dropped off a cliff of height $ h $ As it falls, a camera takes several photographs, at random intervals. At each picture, I measure the distance the rock has fallen. Let the average (expected value) of all of these distances be $ kh $ . If the number of photographs taken is huge, find $ k $ . That is: wh...
$\dfrac{1}{3}$
A certain item has a cost price of $4$ yuan and is sold at a price of $5$ yuan. The merchant is planning to offer a discount on the selling price, but the profit margin must not be less than $10\%$. Find the maximum discount rate that can be offered.
12\%
If $x+\frac{1}{x}=6$, then what is the value of $x^{2}+\frac{1}{x^{2}}$?
34
A horse 24 feet from the center of a merry-go-round makes 32 revolutions. In order to travel the same distance, how many revolutions would a horse 8 feet from the center have to make?
96
An animal shelter recently took in twelve cats. The shelter already had half that number of cats. Two days later, three had been adopted. The next day, one of the cats had five kittens, and one person arrived to pick up one of the cats that was their missing pet. How many cats does the shelter have now?
The shelter started with 12 / 2 = <<12/2=6>>6 cats. The cats they took in increased the number to 12 + 6 = <<12+6=18>>18 cats. Three cats were adopted, so they had 18 - 3 = <<18-3=15>>15 cats. One cat had 5 kittens, which increased the number of cats to 15 + 5 = 20 cats. The pet owner came to get his missing cat, so th...
Let $r_{1}, r_{2}, \ldots, r_{7}$ be the distinct complex roots of the polynomial $P(x)=x^{7}-7$. Let $$K=\prod_{1 \leq i<j \leq 7}\left(r_{i}+r_{j}\right)$$ that is, the product of all numbers of the form $r_{i}+r_{j}$, where $i$ and $j$ are integers for which $1 \leq i<j \leq 7$. Determine the value of $K^{2}$.
117649
A polynomial with integer coefficients is of the form \[x^4 + a_3 x^3 + a_2 x^2 + a_1 x + 18.\]You are told that the integer $r$ is a double root of this polynomial. (In other words, the polynomial is divisible by $(x - r)^2.$) Enter all the possible values of $r,$ separated by commas.
-3,-1,1,3
A small, old, wooden bridge can hold up to 100 kilograms at once. Mike, Megan, and Kelly are three children who decided to cross the bridge at the same time. Kelly weighs 34 kilograms, which is 15% less than Megan. Mike weighs 5 kilograms more than Megan. How much too much do the three children weigh together to cross ...
If Kelly weighs 15% less than Megan, this means Kelly's weight is 100 - 15 = <<100-15=85>>85% of Megan's weight. 85% is 0.85, so Megan weighs 34 / 0.85 = <<34/0.85=40>>40 kilograms. Mike weighs 5 kilograms more than Megan, so he weighs 40 + 5 = <<40+5=45>>45 kilograms. In total all three kids weigh 34 + 40 + 45 = <<34+...
If $f(x) = 3x+2$ and $g(x) = (x-1)^2$, what is $f(g(-2))$?
29
2000 people are sitting around a round table. Each one of them is either a truth-sayer (who always tells the truth) or a liar (who always lies). Each person said: "At least two of the three people next to me to the right are liars". How many truth-sayers are there in the circle?
666
A certain type of rice must comply with the normal distribution of weight $(kg)$, denoted as $\xi ~N(10,{σ}^{2})$, according to national regulations. Based on inspection results, $P(9.9≤\xi≤10.1)=0.96$. A company purchases a bag of this packaged rice as a welfare gift for each employee. If the company has $2000$ employ...
40
Initially, a prime number is displayed on the computer screen. Every second, the number on the screen is replaced with a number obtained by adding the last digit of the previous number, increased by 1. After how much time, at the latest, will a composite number appear on the screen?
996
Below is the graph of $y = a \csc bx$ for some positive constants $a$ and $b.$ Find $a.$ [asy]import TrigMacros; size(500); real g(real x) { return 2*csc(x/3); } draw(graph(g,-6*pi + 0.01, -3*pi - 0.01),red); draw(graph(g,-3*pi + 0.01,-0.01),red); draw(graph(g,0.01,3*pi - 0.01),red); draw(graph(g,3*pi + 0.01,6*pi...
2
Emily can type 60 words per minute. How many hours does it take her to write 10,800 words?
In an hour, Emily can type 60 words *60 minutes = <<60*60=3600>>3600 words. It will take her 10800/3600 = <<10800/3600=3>>3 hours to write 10800 words. #### 3
Calculate the definite integral: $$ \int_{0}^{2 \sqrt{2}} \frac{x^{4} \, dx}{\left(16-x^{2}\right) \sqrt{16-x^{2}}} $$
20 - 6\pi
(1) Use the Horner's method to calculate the polynomial $f(x) = 3x^6 + 5x^5 + 6x^4 + 79x^3 - 8x^2 + 35x + 12$ when $x = -4$, find the value of $v_3$. (2) Convert the hexadecimal number $210_{(6)}$ into a decimal number.
78
For any real number \( x \), let \( \lfloor x \rfloor \) denote the greatest integer less than or equal to \( x \), and let \( \{ x \} \) denote the fractional part of \( x \). Then $$ \left\{\frac{2014}{2015}\right\}+\left\{\frac{2014^{2}}{2015}\right\}+\cdots+\left\{\frac{2014^{2014}}{2015}\right\} $$ equals:
1007
What is the value of $45_{10} + 28_{10}$ in base 4?
1021_4
In triangle $DEF,$ $\cot D \cot F = \frac{1}{3}$ and $\cot E \cot F = \frac{1}{8}.$ Find $\tan F.$
12 + \sqrt{136}
Eleven percent of what number is seventy-seven?
700
Given that $\overrightarrow{a}$ and $\overrightarrow{b}$ are unit vectors, and $(2\overrightarrow{a}+ \overrightarrow{b})\cdot (\overrightarrow{a}-2\overrightarrow{b})=- \frac {3 \sqrt {3}}{2}$, calculate the angle between vectors $\overrightarrow{a}$ and $\overrightarrow{b}$.
\frac{\pi}{6}
$\diamondsuit$ and $\Delta$ are whole numbers and $\diamondsuit \times \Delta =36$. The largest possible value of $\diamondsuit + \Delta$ is
37
The function $f$ is defined on positive integers as follows: \[f(n) = \left\{ \begin{array}{cl} n + 15 & \text{if $n < 15$}, \\ f(n - 7) & \text{if $n \ge 15$}. \end{array} \right.\] Find the maximum value of the function.
29
The polynomial $$g(x) = x^3 - x^2 - (m^2 + m) x + 2m^2 + 4m + 2$$is divisible by $x-4$ and all of its zeroes are integers. Find all possible values of $m$.
5
Given the square of an integer $x$ is 1521, what is the value of $(x+1)(x-1)$?
1520
Tom wants to visit Barbados. He needs to get 10 different vaccines to go and a doctor's visit. They each cost $45 and the doctor's visit costs $250 but insurance will cover 80% of these medical bills. The trip itself cost $1200. How much will he have to pay?
The medical cost comes out to 45*10+250=$<<45*10+250=700>>700 Insurance covers 700*.8=$<<700*.8=560>>560 So he has to pay 700-560=$<<700-560=140>>140 Added to the cost of the trip he has to pay 1200+140=$<<1200+140=1340>>1340 #### 1340
Given that $x \in (0, \frac{1}{2})$, find the minimum value of $\frac{2}{x} + \frac{9}{1-2x}$.
25
Parker and Richie split a sum of money in the ratio 2:3. If Parker got $50 (which is the smaller share), how much did they share?
If Parker got $50 with a ratio of 2, then the unit share is $50/2 = $<<50/2=25>>25 Using the sharing ratio, Richie gets 3 unit shares which total to 3*$25 = $<<3*25=75>>75 The money they shared was $50+$75 = $<<50+75=125>>125 #### 125
If 20$\%$ of 10$\%$ of a number is 12, what is 10$\%$ of 20$\%$ of the same number?
12
What is the sum of the last three digits of each term in the following part of the Fibonacci Factorial Series: $1!+2!+3!+5!+8!+13!+21!$?
249
In $\triangle ABC$, $D$ is on $AC$ and $F$ is on $BC$. Also, $AB \perp AC$, $AF \perp BC$, and $BD=DC=FC=1$. Find $AC$.
\sqrt[3]{2}
In the parallelogram \(ABCD\), points \(E\) and \(F\) are located on sides \(AB\) and \(BC\) respectively, and \(M\) is the point of intersection of lines \(AF\) and \(DE\). Given that \(AE = 2BE\) and \(BF = 3CF\), find the ratio \(AM : MF\).
4:5
Suppose \(\frac{1}{2} \leq x \leq 2\) and \(\frac{4}{3} \leq y \leq \frac{3}{2}\). Determine the minimum value of $$ \frac{x^{3} y^{3}}{x^{6}+3 x^{4} y^{2}+3 x^{3} y^{3}+3 x^{2} y^{4}+y^{6}}. $$
27/1081
To improve her health, Mary decides to drink 1.5 liters of water a day as recommended by her doctor. Mary's glasses hold 250 mL of water. How many glasses of water should Mary drink per day to reach her goal?
Each liter of water holds 1000 mL. Mary's goal is to drink 1.5 liters of water a day, which in mL is 1.5 L * 1000 mL/L = <<1.5*1000=1500>>1500 mL To reach her goal, Mary should drink 1500 mL / 250 mL/glass = <<1500/250=6>>6 glasses of water per day. #### 6
Calculate $\sqrt{\sqrt[3]{0.000064}}$. Express your answer as a decimal to the nearest tenth.
0.2
In the eight-term sequence $A,B,C,D,E,F,G,H$, the value of $C$ is $5$ and the sum of any three consecutive terms is $30$. What is $A+H$?
25
When $x^{2}$ was added to the quadratic polynomial $f(x)$, its minimum value increased by 1. When $x^{2}$ was subtracted from it, its minimum value decreased by 3. How will the minimum value of $f(x)$ change if $2x^{2}$ is added to it?
\frac{3}{2}
Given the function $f(x)=\sin \omega x (\omega > 0)$, translate the graph of this function to the left by $\dfrac{\pi}{4\omega}$ units to obtain the graph of the function $g(x)$. If the graph of $g(x)$ is symmetric about the line $x=\omega$ and is monotonically increasing in the interval $(-\omega,\omega)$, determine t...
\dfrac{\sqrt{\pi}}{2}
In the "Triangle" cinema, the seats are arranged in the shape of a triangle: the first row has one seat numbered 1, the second row has seats numbered 2 and 3, the third row has seats numbered 4, 5, 6, and so on. We define the best seat in the cinema hall as the one located at the center of the hall, i.e., at the midpo...
1035
Gunther just financed a John Deere tractor through the dealership. If his monthly payment is $150.00 a month, for 5 years, with no interest, how much did he finance the tractor for?
There are 12 months in 1 year and his loan is for 5 years so that's 12*5 = <<12*5=60>>60 months His monthly payment is $150.00 and he pays this for 60 months so his loan for the tractor was 150*60 = $<<150*60=9000.00>>9,000.00 #### 9000
James is running a fundraiser selling candy bars. Each box has 10 candy bars in it. He sells 5 boxes. He sells each candy bar for $1.50 and buys each bar for $1. How much profit does he make from these sales?
He makes 1.5-1=$<<1.5-1=.5>>.5 from each candy bar He sells 5*10=<<5*10=50>>50 candy bars So he makes 50*.5=$<<50*.5=25>>25 #### 25
Given that $S_{n}=\sin \frac{\pi}{7}+\sin \frac{2\pi}{7}+\cdots+\sin \frac{n\pi}{7}$, determine the number of positive values in the sequence $S_{1}$, $S_{2}$, …, $S_{100}$.
86
Jack is mad at his neighbors for blasting Taylor Swift all night, so he slashes three of their tires and smashes their front window. If the tires cost $250 each and the window costs $700, how much will Jack have to pay for the damages?
First find the total cost of the tires: $250/tire * 3 tires = $<<250*3=750>>750 Then add that amount to the cost of the window to find the total cost: $700 + $750 = $<<700+750=1450>>1450 #### 1450
A and B plan to meet between 8:00 and 9:00 in the morning, and they agreed that the person who arrives first will wait for the other for 10 minutes before leaving on their own. Calculate the probability that they successfully meet.
\dfrac{11}{36}
$(1)$ Find the value of $x$: $4\left(x+1\right)^{2}=49$;<br/>$(2)$ Calculate: $\sqrt{9}-{({-1})^{2018}}-\sqrt[3]{{27}}+|{2-\sqrt{5}}|$.
\sqrt{5} - 3
Square ABCD has its center at $(8,-8)$ and has an area of 4 square units. The top side of the square is horizontal. The square is then dilated with the dilation center at (0,0) and a scale factor of 2. What are the coordinates of the vertex of the image of square ABCD that is farthest from the origin? Give your answer ...
(18, -18)
Lily is riding her bicycle at a constant rate of 15 miles per hour and Leo jogs at a constant rate of 9 miles per hour. If Lily initially sees Leo 0.75 miles in front of her and later sees him 0.75 miles behind her, determine the duration of time, in minutes, that she can see Leo.
15
Given the ellipse \(3x^{2} + y^{2} = 6\) and the point \(P\) with coordinates \((1, \sqrt{3})\). Find the maximum area of triangle \(PAB\) formed by point \(P\) and two points \(A\) and \(B\) on the ellipse.
\sqrt{3}
A survey conducted by the school showed that only 20% of the 800 parents agree to a tuition fee increase. How many parents disagree with the tuition fee increase?
There were 800 x 20/100 = <<800*20/100=160>>160 parents who agreed to the tuition fee increase. So, there were 800 - 160 = <<800-160=640>>640 parents who disagreed. #### 640
On the side \( AD \) of the rhombus \( ABCD \), a point \( M \) is taken such that \( MD = 0.3 \, AD \) and \( BM = MC = 11 \). Find the area of triangle \( BCM \).
20\sqrt{6}
The price of a math textbook in the school bookshop is $45. If those sold in bookshops outside the school cost 20% less, how much can Peter save by buying from other bookshops rather than the school's if he wants to buy 3 math textbooks?
20% of $45 is (20/100)*$45 = $<<(20/100)*45=9>>9 The price of the textbook in other bookshops cost $9 less than $45 which is $45-$9 = $<<45-9=36>>36 Three textbooks from the school bookshop would cost $45*3 = $<<45*3=135>>135 Three textbooks from another bookshop would cost $36*3 = $<<36*3=108>>108 Peter can save $135-...
Donald drinks 3 more than twice the number of juice bottles Paul drinks in one day. If Paul drinks 3 bottles of juice per day, how many bottles does Donald drink per day?
Twice the number of bottles Paul drinks in one day is 3 * 2 = <<3*2=6>>6 bottles. So, the number of bottles that Donald drinks in one day is 6 + 3 = <<6+3=9>>9 bottles. #### 9
Carter has a 14-hour road trip. He wants to stop every 2 hours to stretch his legs. He also wants to make 2 additional stops for food and 3 additional stops for gas. If each pit stop takes 20 minutes, how many hours will his road trip become?
He has a 14-hour trip and wants to stop every 2 hours so that's 14/2 = <<14/2=7>>7 pit stops He will make 7 pit stops plus 2 more for food and 3 more for gas for a total of 7+2+3 = <<7+2+3=12>>12 pit stops Each pit stop will take 20 minutes and he is making 12 stops so that's 20*12 = <<20*12=240>>240 minutes 60 minutes...
The mean of one set of five numbers is 13, and the mean of a separate set of six numbers is 24. What is the mean of the set of all eleven numbers?
19
According to the chart shown, what was the average daily high temperature in Addington from September 15th, 2008 through September 19th, 2008, inclusive? Express your answer as a decimal to the nearest tenth. [asy] size(300); defaultpen(linewidth(.7pt)+fontsize(6pt)); int[] highs={49,62,58,57,46}; int[] lows={40,47,45...
54.4
For every sandwich that he eats, Sam eats four apples. If he eats 10 sandwiches every day for one week, how many apples does he eat?
Ten sandwiches every day for one week is 7*10 = <<7*10=70>>70 sandwiches. For every sandwich that Sam eats, he eats four apples, and since he ate 70 sandwiches, he ate 70*4 =<<70*4=280>>280 apples. #### 280
From the set $\{1,2,3, \cdots, 20\}$, choose 4 different numbers such that these 4 numbers form an arithmetic sequence. Determine the number of such arithmetic sequences.
114
Fill in the blanks with appropriate numbers. 6.8 + 4.1 + __ = 12     __ + 6.2 + 7.6 = 20     19.9 - __ - 5.6 = 10
4.3
Points \( C_1 \), \( A_1 \), and \( B_1 \) are taken on the sides \( AB \), \( BC \), and \( AC \) of triangle \( ABC \) respectively, such that \[ \frac{AC_1}{C_1B} = \frac{BA_1}{A_1C} = \frac{CB_1}{B_1A} = 2. \] Find the area of triangle \( A_1B_1C_1 \) if the area of triangle \( ABC \) is 1.
\frac{1}{3}
Let three non-identical complex numbers \( z_1, z_2, z_3 \) satisfy the equation \( 4z_1^2 + 5z_2^2 + 5z_3^2 = 4z_1z_2 + 6z_2z_3 + 4z_3z_1 \). Denote the lengths of the sides of the triangle in the complex plane, with vertices at \( z_1, z_2, z_3 \), from smallest to largest as \( a, b, c \). Find the ratio \( a : b : ...
2:\sqrt{5}:\sqrt{5}
Let $f(n)=1 \times 3 \times 5 \times \cdots \times (2n-1)$ . Compute the remainder when $f(1)+f(2)+f(3)+\cdots +f(2016)$ is divided by $100.$ *Proposed by James Lin*
74