domain
list
difficulty
float64
problem
string
solution
string
answer
string
source
string
[ "Mathematics -> Number Theory -> Other", "Mathematics -> Algebra -> Other" ]
2
Let $s(n)$ denote the number of 1's in the binary representation of $n$. Compute $$\frac{1}{255} \sum_{0 \leq n<16} 2^{n}(-1)^{s(n)}$$
Notice that if $n<8,(-1)^{s(n)}=(-1) \cdot(-1)^{s(n+8)}$ so the sum becomes $\frac{1}{255}\left(1-2^{8}\right) \sum_{0 \leq n<8} 2^{n}(-1)^{s(n)}=$ 45 .
45
HMMT_2
[ "Mathematics -> Discrete Mathematics -> Combinatorics" ]
2
A dot is marked at each vertex of a triangle $A B C$. Then, 2,3 , and 7 more dots are marked on the sides $A B, B C$, and $C A$, respectively. How many triangles have their vertices at these dots?
Altogether there are $3+2+3+7=15$ dots, and thus $\binom{15}{3}=455$ combinations of 3 dots. Of these combinations, $\binom{2+2}{3}+\binom{2+3}{3}+\binom{2+7}{3}=4+10+84=98$ do not give triangles because they are collinear (the rest do give triangles). Thus $455-98=357$ different triangles can be formed.
357
HMMT_2
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
Find the sum of every even positive integer less than 233 not divisible by 10.
We find the sum of all positive even integers less than 233 and then subtract all the positive integers less than 233 that are divisible by 10. $2 + 4 + \ldots + 232 = 2(1 + 2 + \ldots + 116) = 116 \cdot 117 = 13572$. The sum of all positive integers less than 233 that are divisible by 10 is $10 + 20 + \ldots + 230 = 1...
10812
HMMT_2
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
You plan to open your own Tmall.com store, called 'Store B,' selling the same headphones and speaker set at the same list prices as Store A does. Your store sells only these two models. You plan to issue 'x RMB off 99 RMB' coupons, limited to one per order, where x is an integer greater than 0 and smaller than 99. (For...
For the headphones, Xiao Ming pays 250 - x + 49 - 60 = 239 - x RMB. For the speakers, he pays 600 - x - 60 = 540 - x RMB. To spend less on the headphones, x must satisfy 239 - x <= 219, i.e., x >= 21. To spend less on the speakers, x must satisfy 540 - x <= 490 - 1, i.e., x >= 51. For both items, the total cost is (239...
21 for headphones, 36 for both items
alibaba_global_contest
[ "Mathematics -> Algebra -> Intermediate Algebra -> Exponential Functions" ]
2
If $x$ and $y$ are positive integers with $xy = 6$, what is the sum of all possible values of $\frac{2^{x+y}}{2^{x-y}}$?
Using exponent laws, the expression $\frac{2^{x+y}}{2^{x-y}} = 2^{(x+y)-(x-y)} = 2^{2y}$. Since $x$ and $y$ are positive integers with $xy = 6$, then the possible values of $y$ are the positive divisors of 6, namely $1, 2, 3$, or 6. (These correspond to $x = 6, 3, 2, 1$.) The corresponding values of $2^{2y}$ are $2^{2}...
4180
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
Carl and André are running a race. Carl runs at a constant speed of $x \mathrm{~m} / \mathrm{s}$. André runs at a constant speed of $y \mathrm{~m} / \mathrm{s}$. Carl starts running, and then André starts running 20 s later. After André has been running for 10 s, he catches up to Carl. What is the ratio $y: x$?
André runs for 10 seconds at a speed of $y \mathrm{~m} / \mathrm{s}$. Therefore, André runs $10y \mathrm{~m}$. Carl runs for 20 seconds before André starts to run and then 10 seconds while André is running. Thus, Carl runs for 30 seconds. Since Carl runs at a speed of $x \mathrm{~m} / \mathrm{s}$, then Carl runs $30x \...
3:1
cayley
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations" ]
2
Abigail chooses an integer at random from the set $\{2,4,6,8,10\}$. Bill chooses an integer at random from the set $\{2,4,6,8,10\}$. Charlie chooses an integer at random from the set $\{2,4,6,8,10\}$. What is the probability that the product of their three integers is not a power of 2?
For the product of the three integers to be a power of 2, it can have no prime factors other than 2. In each of the three sets, there are 3 powers of 2 (namely, 2,4 and 8) and 2 integers that are not a power of 2 (namely, 6 and 10). The probability that each chooses a power of 2 is $\left(\frac{3}{5}\right)^{3}=\frac{2...
\frac{98}{125}
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
Six consecutive integers are written on a blackboard. When one of them is erased, the sum of the remaining five integers is 2012. What is the sum of the digits of the integer that was erased?
Suppose that the original six integers are \(x, x+1, x+2, x+3, x+4\), and \(x+5\). Suppose also that the integer that was erased is \(x+a\), where \(a\) is \(0,1,2,3,4\), or 5. The sum of the integers left is \((x+(x+1)+(x+2)+(x+3)+(x+4)+(x+5))-(x+a)\). Therefore, \(5(x+3)=2012+a\). Since the left side is an integer th...
7
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
If $x$ and $y$ are positive integers with $x+y=31$, what is the largest possible value of $x y$?
First, we note that the values of $x$ and $y$ cannot be equal since they are integers and $x+y$ is odd. Next, we look at the case when $x>y$. We list the fifteen possible pairs of values for $x$ and $y$ and the corresponding values of $x y$. Therefore, the largest possible value for $x y$ is 240. Note that the largest ...
240
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
If a line segment joins the points $(-9,-2)$ and $(6,8)$, how many points on the line segment have coordinates that are both integers?
The line segment with endpoints $(-9,-2)$ and $(6,8)$ has slope $\frac{8-(-2)}{6-(-9)}=\frac{10}{15}=\frac{2}{3}$. This means that starting at $(-9,-2)$ and moving 'up 2 and right 3' repeatedly will give other points on the line that have coordinates which are both integers. These points are $(-9,-2),(-6,0),(-3,2),(0,4...
6
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
What is the largest positive integer $n$ that satisfies $n^{200}<3^{500}$?
Note that $n^{200}=(n^{2})^{100}$ and $3^{500}=(3^{5})^{100}$. Since $n$ is a positive integer, then $n^{200}<3^{500}$ is equivalent to $n^{2}<3^{5}=243$. Note that $15^{2}=225,16^{2}=256$ and if $n \geq 16$, then $n^{2} \geq 256$. Therefore, the largest possible value of $n$ is 15.
15
cayley
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
Connie has a number of gold bars, all of different weights. She gives the 24 lightest bars, which weigh $45 \%$ of the total weight, to Brennan. She gives the 13 heaviest bars, which weigh $26 \%$ of the total weight, to Maya. How many bars did Blair receive?
Connie gives 24 bars that account for $45 \%$ of the total weight to Brennan. Thus, each of these 24 bars accounts for an average of $\frac{45}{24} \%=\frac{15}{8} \%=1.875 \%$ of the total weight. Connie gives 13 bars that account for $26 \%$ of the total weight to Maya. Thus, each of these 13 bars accounts for an ave...
15
cayley
[ "Mathematics -> Number Theory -> Factorization" ]
2
A two-digit positive integer $x$ has the property that when 109 is divided by $x$, the remainder is 4. What is the sum of all such two-digit positive integers $x$?
Suppose that the quotient of the division of 109 by $x$ is $q$. Since the remainder is 4, this is equivalent to $109=q x+4$ or $q x=105$. Put another way, $x$ must be a positive integer divisor of 105. Since $105=5 imes 21=5 imes 3 imes 7$, its positive integer divisors are $1,3,5,7,15,21,35,105$. Of these, 15,21 an...
71
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
Integers greater than 1000 are created using the digits $2,0,1,3$ exactly once in each integer. What is the difference between the largest and the smallest integers that can be created in this way?
With a given set of four digits, the largest possible integer that can be formed puts the largest digit in the thousands place, the second largest digit in the hundreds place, the third largest digit in the tens place, and the smallest digit in the units place. Thus, the largest integer that can be formed with the digi...
2187
cayley
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations" ]
2
One bag contains 2 red marbles and 2 blue marbles. A second bag contains 2 red marbles, 2 blue marbles, and $g$ green marbles, with $g>0$. For each bag, Maria calculates the probability of randomly drawing two marbles of the same colour in two draws from that bag, without replacement. If these two probabilities are equ...
First, we consider the first bag, which contains a total of $2+2=4$ marbles. There are 4 possible marbles that can be drawn first, leaving 3 possible marbles that can be drawn second. This gives a total of $4 \times 3=12$ ways of drawing two marbles. For both marbles to be red, there are 2 possible marbles (either red ...
5
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
The odd numbers from 5 to 21 are used to build a 3 by 3 magic square. If 5, 9 and 17 are placed as shown, what is the value of $x$?
The sum of the odd numbers from 5 to 21 is $5+7+9+11+13+15+17+19+21=117$. Therefore, the sum of the numbers in any row is one-third of this total, or 39. This means as well that the sum of the numbers in any column or diagonal is also 39. Since the numbers in the middle row add to 39, then the number in the centre squa...
11
cayley
[ "Mathematics -> Geometry -> Solid Geometry -> Surface Area" ]
2
A solid rectangular prism has dimensions 4 by 2 by 2. A 1 by 1 by 1 cube is cut out of the corner creating the new solid shown. What is the surface area of the new solid?
The original prism has four faces that are 4 by 2 rectangles, and two faces that are 2 by 2 rectangles. Thus, the surface area of the original prism is \( 4(4 \cdot 2)+2(2 \cdot 2)=32+8=40 \). When a 1 by 1 by cube is cut out, a 1 by 1 square is removed from each of three faces of the prism, but three new 1 by 1 square...
40
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
If \( x \) and \( y \) are positive integers with \( x>y \) and \( x+x y=391 \), what is the value of \( x+y \)?
Since \( x+x y=391 \), then \( x(1+y)=391 \). We note that \( 391=17 \cdot 23 \). Since 17 and 23 are both prime, then if 391 is written as the product of two positive integers, it must be \( 1 \times 391 \) or \( 17 \times 23 \) or \( 23 \times 17 \) or \( 391 \times 1 \). Matching \( x \) and \( 1+y \) to these possi...
39
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Integers", "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations" ]
2
Each of the four digits of the integer 2024 is even. How many integers between 1000 and 9999, inclusive, have the property that all four of their digits are even?
The integers between 1000 and 9999, inclusive, are all four-digit positive integers of the form $abcd$. We want each of $a, b, c$, and $d$ to be even. There are 4 choices for $a$, namely $2, 4, 6, 8$. ($a$ cannot equal 0.) There are 5 choices for each of $b, c$ and $d$, namely $0, 2, 4, 6, 8$. The choice of each digit ...
500
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
If \( N \) is the smallest positive integer whose digits have a product of 1728, what is the sum of the digits of \( N \)?
Since the product of the digits of \( N \) is 1728, we find the prime factorization of 1728 to help us determine what the digits are: \( 1728=9 \times 192=3^{2} \times 3 \times 64=3^{3} \times 2^{6} \). We must try to find a combination of the smallest number of possible digits whose product is 1728. Note that we canno...
28
fermat
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
The sum of five consecutive odd integers is 125. What is the smallest of these integers?
Suppose that the smallest of the five odd integers is $x$. Since consecutive odd integers differ by 2, the other four odd integers are $x+2, x+4, x+6$, and $x+8$. Therefore, $x + (x+2) + (x+4) + (x+6) + (x+8) = 125$. From this, we obtain $5x + 20 = 125$ and so $5x = 105$, which gives $x = 21$. Thus, the smallest of the...
21
cayley
[ "Mathematics -> Number Theory -> Factorization" ]
2
There is one odd integer \(N\) between 400 and 600 that is divisible by both 5 and 11. What is the sum of the digits of \(N\)?
If \(N\) is divisible by both 5 and 11, then \(N\) is divisible by \(5 \times 11=55\). This is because 5 and 11 have no common divisor larger than 1. Therefore, we are looking for a multiple of 55 between 400 and 600 that is odd. One way to find such a multiple is to start with a known multiple of 55, such as 550, whic...
18
cayley
[ "Mathematics -> Number Theory -> Factorization", "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
If \( N \) is the smallest positive integer whose digits have a product of 2700, what is the sum of the digits of \( N \)?
In order to find \( N \), which is the smallest possible integer whose digits have a fixed product, we must first find the minimum possible number of digits with this product. Once we have determined the digits that form \( N \), then the integer \( N \) itself is formed by writing the digits in increasing order. Note ...
27
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
There are 30 people in a room, 60\% of whom are men. If no men enter or leave the room, how many women must enter the room so that 40\% of the total number of people in the room are men?
Since there are 30 people in a room and 60\% of them are men, then there are \( \frac{6}{10} \times 30=18 \) men in the room and 12 women. Since no men enter or leave the room, then these 18 men represent 40\% of the final number in the room. Thus, 9 men represent 20\% of the the final number in the room, and so the fi...
15
fermat
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
What is the 7th oblong number?
The 7th oblong number is the number of dots in a rectangular grid of dots with 7 columns and 8 rows. Thus, the 7th oblong number is $7 \times 8=56$.
56
fermat
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
Barry has three sisters. The average age of the three sisters is 27. The average age of Barry and his three sisters is 28. What is Barry's age?
Since the average age of the three sisters is 27, then the sum of their ages is $3 imes 27=81$. When Barry is included the average age of the four people is 28, so the sum of the ages of the four people is $4 imes 28=112$. Barry's age is the difference between the sum of the ages of all four people and the sum of the...
31
cayley
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
At Barker High School, a total of 36 students are on either the baseball team, the hockey team, or both. If there are 25 students on the baseball team and 19 students on the hockey team, how many students play both sports?
The two teams include a total of $25+19=44$ players. There are exactly 36 students who are on at least one team. Thus, there are $44-36=8$ students who are counted twice. Therefore, there are 8 students who play both baseball and hockey.
8
fermat
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
Kamile turned her computer off at 5 p.m. Friday, at which point it had been on for exactly 100 hours. At what time had Kamile turned her computer on?
We need to determine the time 100 hours before 5 p.m. Friday. Since there are 24 hours in 1 day and since $100 = 4(24) + 4$, then 100 hours is equal to 4 days plus 4 hours. Starting at 5 p.m. Friday, we move 4 hours back in time to 1 p.m. Friday and then an additional 4 days back in time to 1 p.m. Monday. Thus, Kamile ...
1 ext{ p.m. Monday}
fermat
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
Three different numbers from the list $2, 3, 4, 6$ have a sum of 11. What is the product of these numbers?
The sum of 2, 3 and 6 is $2 + 3 + 6 = 11$. Their product is $2 \cdot 3 \cdot 6 = 36$.
36
fermat
[ "Mathematics -> Geometry -> Solid Geometry -> Surface Area", "Mathematics -> Geometry -> Solid Geometry -> Volume" ]
2
The surface area of a cube is 24. What is the volume of the cube?
A cube has six identical faces. If the surface area of a cube is 24, the area of each face is $\frac{24}{6}=4$. Since each face of this cube is a square with area 4, the edge length of the cube is $\sqrt{4}=2$. Thus, the volume of the cube is $2^{3}$ which equals 8.
8
cayley
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
Last Thursday, each of the students in M. Fermat's class brought one piece of fruit to school. Each brought an apple, a banana, or an orange. In total, $20\%$ of the students brought an apple and $35\%$ brought a banana. If 9 students brought oranges, how many students were in the class?
Each student brought exactly one of an apple, a banana, and an orange. Since $20\%$ of the students brought an apple and $35\%$ brought a banana, then the percentage of students who brought an orange is $100\% - 20\% - 35\% = 45\%$. Therefore, the 9 students who brought an orange represent $45\%$ of the class. This mea...
20
fermat
[ "Mathematics -> Algebra -> Algebra -> Equations and Inequalities" ]
2
A line has equation $y=mx-50$ for some positive integer $m$. The line passes through the point $(a, 0)$ for some positive integer $a$. What is the sum of all possible values of $m$?
Since the line with equation $y=mx-50$ passes through the point $(a, 0)$, then $0=ma-50$ or $ma=50$. Since $m$ and $a$ are positive integers whose product is 50, then $m$ and $a$ are divisor pair of 50. Therefore, the possible values of $m$ are the positive divisors of 50, which are $1,2,5,10,25,50$. The sum of the pos...
93
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
If $\sqrt{25-\sqrt{n}}=3$, what is the value of $n$?
Since $\sqrt{25-\sqrt{n}}=3$, then $25-\sqrt{n}=9$. Thus, $\sqrt{n}=16$ and so $n=16^{2}=256$.
256
fermat
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
Digits are placed in the two boxes of $2 \square \square$, with one digit in each box, to create a three-digit positive integer. In how many ways can this be done so that the three-digit positive integer is larger than 217?
The question is equivalent to asking how many three-digit positive integers beginning with 2 are larger than 217. These integers are 218 through 299 inclusive. There are $299 - 217 = 82$ such integers.
82
fermat
[ "Mathematics -> Number Theory -> Congruences", "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
The remainder when 111 is divided by 10 is 1. The remainder when 111 is divided by the positive integer $n$ is 6. How many possible values of $n$ are there?
Since the remainder when 111 is divided by $n$ is 6, then $111-6=105$ is a multiple of $n$ and $n>6$ (since, by definition, the remainder must be less than the divisor). Since $105=3 \cdot 5 \cdot 7$, the positive divisors of 105 are $1,3,5,7,15,21,35,105$. Therefore, the possible values of $n$ are $7,15,21,35,105$, of...
5
fermat
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Other" ]
2
One integer is selected at random from the following list of 15 integers: $1,2,2,3,3,3,4,4,4,4,5,5,5,5,5$. The probability that the selected integer is equal to $n$ is $\frac{1}{3}$. What is the value of $n$?
Since the list includes 15 integers, then an integer has a probability of $\frac{1}{3}$ of being selected if it occurs $\frac{1}{3} \cdot 15=5$ times in the list. The integer 5 occurs 5 times in the list and no other integer occurs 5 times, so $n=5$.
5
fermat
[ "Mathematics -> Algebra -> Intermediate Algebra -> Exponential Functions" ]
2
If $10^n = 1000^{20}$, what is the value of $n$?
Using exponent laws, $1000^{20}=\left(10^{3}\right)^{20}=10^{60}$ and so $n=60$.
60
fermat
[ "Mathematics -> Geometry -> Plane Geometry -> Angles" ]
2
The line with equation $y=3x+6$ is reflected in the $y$-axis. What is the $x$-intercept of the new line?
When a line is reflected in the $y$-axis, its $y$-intercept does not change (since it is on the line of reflection) and its slope is multiplied by -1 . Therefore, the new line has slope -3 and $y$-intercept 6 , which means that its equation is $y=-3 x+6$. The $x$-intercept of this new line is found by setting $y=0$ and...
2
fermat
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations" ]
2
Six soccer teams are competing in a tournament in Waterloo. Every team is to play three games, each against a different team. How many different schedules are possible?
Before we answer the given question, we determine the number of ways of choosing 3 objects from 5 objects and the number of ways of choosing 2 objects from 5 objects. Consider 5 objects labelled B, C, D, E, F. The possible pairs are: BC, BD, BE, BF, CD, CE, CF, DE, DF, EF. There are 10 such pairs. The possible triples ...
70
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
Sergio recently opened a store. One day, he determined that the average number of items sold per employee to date was 75. The next day, one employee sold 6 items, one employee sold 5 items, and one employee sold 4 items. The remaining employees each sold 3 items. This made the new average number of items sold per emplo...
Suppose that there are \( n \) employees at Sergio's store. After his first average calculation, his \( n \) employees had sold an average of 75 items each, which means that a total of \( 75n \) items had been sold. The next day, one employee sold 6 items, one sold 5, one sold 4, and the remaining \( (n-3) \) employees...
20
fermat
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
How many integers are greater than $ rac{5}{7}$ and less than $ rac{28}{3}$?
The fraction $ rac{5}{7}$ is between 0 and 1. The fraction $ rac{28}{3}$ is equivalent to $9 rac{1}{3}$ and so is between 9 and 10. Therefore, the integers between these two fractions are $1, 2, 3, 4, 5, 6, 7, 8, 9$, of which there are 9.
9
fermat
[ "Mathematics -> Number Theory -> Factorization" ]
2
The product of $N$ consecutive four-digit positive integers is divisible by $2010^{2}$. What is the least possible value of $N$?
First, we note that $2010=10(201)=2(5)(3)(67)$ and so $2010^{2}=2^{2} 3^{2} 5^{2} 67^{2}$. Consider $N$ consecutive four-digit positive integers. For the product of these $N$ integers to be divisible by $2010^{2}$, it must be the case that two different integers are divisible by 67 (which would mean that there are at l...
5
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
If $a(x+2)+b(x+2)=60$ and $a+b=12$, what is the value of $x$?
The equation $a(x+2)+b(x+2)=60$ has a common factor of $x+2$ on the left side. Thus, we can re-write the equation as $(a+b)(x+2)=60$. When $a+b=12$, we obtain $12 \cdot(x+2)=60$ and so $x+2=5$ which gives $x=3$.
3
fermat
[ "Mathematics -> Geometry -> Solid Geometry -> 3D Shapes" ]
2
How many edges does a square-based pyramid have?
A square-based pyramid has 8 edges: 4 edges that form the square base and 1 edge that joins each of the four vertices of the square base to the top vertex.
8
fermat
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
The integers $a, b$ and $c$ satisfy the equations $a+5=b$, $5+b=c$, and $b+c=a$. What is the value of $b$?
Since $a+5=b$, then $a=b-5$. Since $a=b-5$ and $c=5+b$ and $b+c=a$, then $b+(5+b)=b-5$, $2b+5=b-5$, $b=-10$. (If $b=-10$, then $a=b-5=-15$ and $c=5+b=-5$ and $b+c=(-10)+(-5)=(-15)=a$, as required.)
-10
cayley
[ "Mathematics -> Geometry -> Plane Geometry -> Polygons" ]
2
The area of the triangular region bounded by the $x$-axis, the $y$-axis and the line with equation $y=2x-6$ is one-quarter of the area of the triangular region bounded by the $x$-axis, the line with equation $y=2x-6$ and the line with equation $x=d$, where $d>0$. What is the value of $d$?
The line with equation $y=2x-6$ has $y$-intercept -6. Also, the $x$-intercept of $y=2x-6$ occurs when $y=0$, which gives $0=2x-6$ or $2x=6$ which gives $x=3$. Therefore, the triangle bounded by the $x$-axis, the $y$-axis, and the line with equation $y=2x-6$ has base of length 3 and height of length 6, and so has area $...
9
cayley
[ "Mathematics -> Geometry -> Plane Geometry -> Angles" ]
2
Points $A, B, C$, and $D$ are on a line in that order. The distance from $A$ to $D$ is 24. The distance from $B$ to $D$ is 3 times the distance from $A$ to $B$. Point $C$ is halfway between $B$ and $D$. What is the distance from $A$ to $C$?
Since $B$ is between $A$ and $D$ and $B D=3 A B$, then $B$ splits $A D$ in the ratio $1: 3$. Since $A D=24$, then $A B=6$ and $B D=18$. Since $C$ is halfway between $B$ and $D$, then $B C= rac{1}{2} B D=9$. Thus, $A C=A B+B C=6+9=15$.
15
cayley
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
At the beginning of the first day, a box contains 1 black ball, 1 gold ball, and no other balls. At the end of each day, for each gold ball in the box, 2 black balls and 1 gold ball are added to the box. If no balls are removed from the box, how many balls are in the box at the end of the seventh day?
At the beginning of the first day, the box contains 1 black ball and 1 gold ball. At the end of the first day, 2 black balls and 1 gold ball are added, so the box contains 3 black balls and 2 gold balls. At the end of the second day, $2 \times 2=4$ black balls and $2 \times 1=2$ gold balls are added, so the box contain...
383
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Ratios -> Other" ]
2
Points A, B, C, and D lie along a line, in that order. If $AB:AC=1:5$, and $BC:CD=2:1$, what is the ratio $AB:CD$?
Suppose that $AB=x$ for some $x>0$. Since $AB:AC=1:5$, then $AC=5x$. This means that $BC=AC-AB=5x-x=4x$. Since $BC:CD=2:1$ and $BC=4x$, then $CD=2x$. Therefore, $AB:CD=x:2x=1:2$.
1:2
fermat
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations" ]
2
The integer 48178 includes the block of digits 178. How many integers between 10000 and 100000 include the block of digits 178?
Since 100000 does not include the block of digits 178, each integer between 10000 and 100000 that includes the block of digits 178 has five digits. Such an integer can be of the form $178 x y$ or of the form $x 178 y$ or of the form $x y 178$ for some digits $x$ and $y$. The leading digit of a five-digit integer has 9 ...
280
cayley
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations", "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
An ordered list of four numbers is called a quadruple. A quadruple $(p, q, r, s)$ of integers with $p, q, r, s \geq 0$ is chosen at random such that $2 p+q+r+s=4$. What is the probability that $p+q+r+s=3$?
First, we count the number of quadruples $(p, q, r, s)$ of non-negative integer solutions to the equation $2 p+q+r+s=4$. Then, we determine which of these satisfies $p+q+r+s=3$. This will allow us to calculate the desired probability. Since each of $p, q, r$, and $s$ is a non-negative integer and $2 p+q+r+s=4$, then th...
\frac{3}{11}
pascal
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations" ]
2
Vivek is painting three doors numbered 1, 2, and 3. Each door is to be painted either black or gold. How many different ways can the three doors be painted?
Since there are 3 doors and 2 colour choices for each door, there are $2^{3}=8$ ways of painting the three doors. Using 'B' to represent black and 'G' to represent gold, these ways are BBB, BBG, BGB, BGG, GBB, GBG, GGB, and GGG.
8
fermat
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
The first four terms of a sequence are $1,4,2$, and 3. Beginning with the fifth term in the sequence, each term is the sum of the previous four terms. What is the eighth term?
The first four terms of the sequence are $1,4,2,3$. Since each term starting with the fifth is the sum of the previous four terms, then the fifth term is $1+4+2+3=10$. Also, the sixth term is $4+2+3+10=19$, the seventh term is $2+3+10+19=34$, and the eighth term is $3+10+19+34=66$.
66
pascal
[ "Mathematics -> Number Theory -> Factorization" ]
2
What is the sum of the positive divisors of 1184?
We start by finding the prime factors of 1184: $1184=2 \cdot 592=2^{2} \cdot 296=2^{3} \cdot 148=2^{4} \cdot 74=2^{5} \cdot 37$. The positive divisors of 1184 cannot contain prime factors other than 2 and 37, and cannot contain more than 5 factors of 2 or 1 factor of 37. Thus, the positive divisors are $1,2,4,8,16,32,3...
2394
fermat
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations", "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
Chris received a mark of $50 \%$ on a recent test. Chris answered 13 of the first 20 questions correctly. Chris also answered $25 \%$ of the remaining questions on the test correctly. If each question on the test was worth one mark, how many questions in total were on the test?
Suppose that there were $n$ questions on the test. Since Chris received a mark of $50 \%$ on the test, then he answered $\frac{1}{2} n$ of the questions correctly. We know that Chris answered 13 of the first 20 questions correctly and then $25 \%$ of the remaining questions. Since the test has $n$ questions, then after...
32
pascal
[ "Mathematics -> Geometry -> Solid Geometry -> 3D Shapes" ]
2
The entire exterior of a solid $6 \times 6 \times 3$ rectangular prism is painted. Then, the prism is cut into $1 \times 1 \times 1$ cubes. How many of these cubes have no painted faces?
We visualize the solid as a rectangular prism with length 6, width 6 and height 3. In other words, we can picture the solid as three $6 \times 6$ squares stacked on top of each other. Since the entire exterior of the solid is painted, then each cube in the top layer and each cube in the bottom layer has paint on it, so...
16
pascal
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
Dolly, Molly and Polly each can walk at $6 \mathrm{~km} / \mathrm{h}$. Their one motorcycle, which travels at $90 \mathrm{~km} / \mathrm{h}$, can accommodate at most two of them at once (and cannot drive by itself!). Let $t$ hours be the time taken for all three of them to reach a point 135 km away. Ignoring the time r...
First, we note that the three people are interchangeable in this problem, so it does not matter who rides and who walks at any given moment. We abbreviate the three people as D, M and P. We call their starting point $A$ and their ending point $B$. Here is a strategy where all three people are moving at all times and al...
t<3.9
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
Suppose that $d$ is an odd integer and $e$ is an even integer. How many of the following expressions are equal to an odd integer? $d+d, (e+e) imes d, d imes d, d imes(e+d)$
Since $d$ is an odd integer, then $d+d$ is even and $d imes d$ is odd. Since $e$ is an even integer, then $e+e$ is even, which means that $(e+e) imes d$ is even. Also, $e+d$ is odd, which means that $d imes(e+d)$ is odd. Thus, 2 of the 4 expressions are equal to an odd integer.
2
fermat
[ "Mathematics -> Geometry -> Plane Geometry -> Polygons" ]
2
In a rectangle, the perimeter of quadrilateral $PQRS$ is given. If the horizontal distance between adjacent dots in the same row is 1 and the vertical distance between adjacent dots in the same column is 1, what is the perimeter of quadrilateral $PQRS$?
The perimeter of quadrilateral $PQRS$ equals $PQ+QR+RS+SP$. Since the dots are spaced 1 unit apart horizontally and vertically, then $PQ=4, QR=4$, and $PS=1$. Thus, the perimeter equals $4+4+RS+1$ which equals $RS+9$. We need to determine the length of $RS$. If we draw a horizontal line from $S$ to point $T$ on $QR$, w...
14
pascal
[ "Mathematics -> Geometry -> Solid Geometry -> Volume" ]
2
Mike has two containers. One container is a rectangular prism with width 2 cm, length 4 cm, and height 10 cm. The other is a right cylinder with radius 1 cm and height 10 cm. Both containers sit on a flat surface. Water has been poured into the two containers so that the height of the water in both containers is the sa...
Suppose that the height of the water in each container is $h \mathrm{~cm}$. Since the first container is a rectangular prism with a base that is 2 cm by 4 cm, then the volume of the water that it contains, in $\mathrm{cm}^{3}$, is $2 \times 4 \times h=8h$. Since the second container is a right cylinder with a radius of...
7.2
pascal
[ "Mathematics -> Geometry -> Plane Geometry -> Polygons" ]
2
In rectangle $PQRS$, $PS=6$ and $SR=3$. Point $U$ is on $QR$ with $QU=2$. Point $T$ is on $PS$ with $\angle TUR=90^{\circ}$. What is the length of $TR$?
Since $PQRS$ is a rectangle, then $QR=PS=6$. Therefore, $UR=QR-QU=6-2=4$. Since $PQRS$ is a rectangle and $TU$ is perpendicular to $QR$, then $TU$ is parallel to and equal to $SR$, so $TU=3$. By the Pythagorean Theorem, since $TR>0$, then $TR=\sqrt{TU^{2}+UR^{2}}=\sqrt{3^{2}+4^{2}}=\sqrt{25}=5$. Thus, $TR=5$.
5
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Integers", "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
The integers $1,2,4,5,6,9,10,11,13$ are to be placed in the circles and squares below with one number in each shape. Each integer must be used exactly once and the integer in each circle must be equal to the sum of the integers in the two neighbouring squares. If the integer $x$ is placed in the leftmost square and the...
From the given information, if $a$ and $b$ are in two consecutive squares, then $a+b$ goes in the circle between them. Since all of the numbers that we can use are positive, then $a+b$ is larger than both $a$ and $b$. This means that the largest integer in the list, which is 13, cannot be either $x$ or $y$ (and in fact...
20
cayley
[ "Mathematics -> Geometry -> Solid Geometry -> 3D Shapes" ]
2
Two identical smaller cubes are stacked next to a larger cube. Each of the two smaller cubes has a volume of 8. What is the volume of the larger cube?
Since $2 \times 2 \times 2=8$, a cube with edge length 2 has volume 8. Therefore, each of the cubes with volume 8 have a height of 2. This means that the larger cube has a height of $2+2=4$, which means that its volume is $4^{3}=4 \times 4 \times 4=64$.
64
cayley
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
In a magic square, the numbers in each row, the numbers in each column, and the numbers on each diagonal have the same sum. In the magic square shown, what is the value of $x$?
Using the second row, we see that the sum of the numbers in each row, column and diagonal must be $3.6 + 3 + 2.4 = 9$. Since the sum of the numbers in the first column must be 9, then the bottom left number must be $9 - 2.3 - 3.6 = 9 - 5.9 = 3.1$. Since the sum of the numbers in the top left to bottom right diagonal mu...
2.2
pascal
[ "Mathematics -> Geometry -> Plane Geometry -> Angles" ]
2
In a number line, point $P$ is at 3 and $V$ is at 33. The number line between 3 and 33 is divided into six equal parts by the points $Q, R, S, T, U$. What is the sum of the lengths of $PS$ and $TV$?
The segment of the number line between 3 and 33 has length $33 - 3 = 30$. Since this segment is divided into six equal parts, then each part has length $30 \div 6 = 5$. The segment $PS$ is made up of 3 of these equal parts, and so has length $3 \times 5 = 15$. The segment $TV$ is made up of 2 of these equal parts, and ...
25
pascal
[ "Mathematics -> Number Theory -> Least Common Multiples (LCM)" ]
2
What is the tens digit of the smallest six-digit positive integer that is divisible by each of $10,11,12,13,14$, and 15?
Among the list $10,11,12,13,14,15$, the integers 11 and 13 are prime. Also, $10=2 \times 5$ and $12=2 \times 2 \times 3$ and $14=2 \times 7$ and $15=3 \times 5$. For an integer $N$ to be divisible by each of these six integers, $N$ must include at least two factors of 2 and one factor each of $3,5,7,11,13$. Note that $...
2
pascal
[ "Mathematics -> Geometry -> Plane Geometry -> Area" ]
2
What is the area of rectangle \( PQRS \) if the perimeter of rectangle \( TVWY \) is 60?
The perimeter of \( TVWY \) is 60, so \( 12r = 60 \) or \( r = 5 \). The area of \( PQRS \) is \( 30 \times 20 = 600 \).
600
pascal
[ "Mathematics -> Number Theory -> Factorization" ]
2
What is the tens digit of the smallest six-digit positive integer that is divisible by each of $10,11,12,13,14$, and 15?
Among the list $10,11,12,13,14,15$, the integers 11 and 13 are prime. Also, $10=2 \times 5$ and $12=2 \times 2 \times 3$ and $14=2 \times 7$ and $15=3 \times 5$. For an integer $N$ to be divisible by each of these six integers, $N$ must include at least two factors of 2 and one factor each of $3,5,7,11,13$. Note that $...
2
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
The integer 636405 may be written as the product of three 2-digit positive integers. What is the sum of these three integers?
We begin by factoring the given integer into prime factors. Since 636405 ends in a 5, it is divisible by 5, so $636405=5 \times 127281$. Since the sum of the digits of 127281 is a multiple of 3, then it is a multiple of 3, so $636405=5 \times 3 \times 42427$. The new quotient (42427) is divisible by 7, which gives $636...
259
pascal
[ "Mathematics -> Geometry -> Solid Geometry -> Surface Area" ]
2
A cube has an edge length of 30. A rectangular solid has edge lengths 20, 30, and $L$. If the cube and the rectangular solid have equal surface areas, what is the value of $L$?
The cube has six identical square faces, each of which is 30 by 30. Therefore, the surface area of the cube is $6(30^{2})=5400$. The rectangular solid has two faces that are 20 by 30, two faces that are 20 by $L$, and two faces that are 30 by $L$. Thus, the surface area of the rectangular solid is $2(20)(30)+2(20L)+2(3...
42
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Arithmetic -> Other" ]
2
In a magic square, the numbers in each row, the numbers in each column, and the numbers on each diagonal have the same sum. In the magic square shown, what is the value of $x$?
Using the second row, we see that the sum of the numbers in each row, column and diagonal must be $3.6 + 3 + 2.4 = 9$. Since the sum of the numbers in the first column must be 9, then the bottom left number must be $9 - 2.3 - 3.6 = 9 - 5.9 = 3.1$. Since the sum of the numbers in the top left to bottom right diagonal mu...
2.2
pascal
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
A digital clock shows the time 4:56. How many minutes will pass until the clock next shows a time in which all of the digits are consecutive and are in increasing order?
We would like to find the first time after 4:56 where the digits are consecutive digits in increasing order. It would make sense to try 5:67, but this is not a valid time. Similarly, the time cannot start with 6, 7, 8, or 9. No time starting with 10 or 11 starts with consecutive increasing digits. Starting with 12, we ...
458
pascal
[ "Mathematics -> Number Theory -> Prime Numbers" ]
2
Suppose that \(p\) and \(q\) are two different prime numbers and that \(n=p^{2} q^{2}\). What is the number of possible values of \(n\) with \(n<1000\)?
We note that \(n=p^{2} q^{2}=(p q)^{2}\). Since \(n<1000\), then \((p q)^{2}<1000\) and so \(p q<\sqrt{1000} \approx 31.6\). Finding the number of possible values of \(n\) is thus equivalent to finding the number of positive integers \(m\) with \(1 \leq m \leq 31<\sqrt{1000}\) that are the product of two prime numbers....
7
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Simple Equations", "Mathematics -> Geometry -> Plane Geometry -> Angles" ]
2
The line with equation $y = x$ is translated 3 units to the right and 2 units down. What is the $y$-intercept of the resulting line?
The line with equation $y = x$ has slope 1 and passes through $(0,0)$. When this line is translated, its slope does not change. When this line is translated 3 units to the right and 2 units down, every point on the line is translated 3 units to the right and 2 units down. Thus, the point $(0,0)$ moves to $(3,-2)$. Ther...
-5
fermat
[ "Mathematics -> Discrete Mathematics -> Graph Theory" ]
2
For how many of the given drawings can the six dots be labelled to represent the links between suspects?
Two of the five drawings can be labelled to represent the given data.
2
pascal
[ "Mathematics -> Discrete Mathematics -> Combinatorics" ]
2
Joshua chooses five distinct numbers. In how many different ways can he assign these numbers to the variables $p, q, r, s$, and $t$ so that $p<s, q<s, r<t$, and $s<t$?
Suppose that the five distinct numbers that Joshua chooses are $V, W, X, Y, Z$, and that $V<W<X<Y<Z$. We want to assign these to $p, q, r, s, t$ so that $p<s$ and $q<s$ and $r<t$ and $s<t$. First, we note that $t$ must be the largest of $p, q, r, s, t$. This is because $r<t$ and $s<t$, and because $p<s$ and $q<s$, we g...
8
pascal
[ "Mathematics -> Algebra -> Intermediate Algebra -> Inequalities" ]
2
What is the median of the numbers in the list $19^{20}, \frac{20}{19}, 20^{19}, 2019, 20 \times 19$?
Since $\frac{20}{19}$ is larger than 1 and smaller than 2, and $20 \times 19 = 380$, then $\frac{20}{19} < 20 \times 19 < 2019$. We note that $19^{20} > 10^{20} > 10000$ and $20^{19} > 10^{19} > 10000$. This means that both $19^{20}$ and $20^{19}$ are greater than 2019. In other words, of the five numbers $19^{20}, \fr...
2019
pascal
[ "Mathematics -> Geometry -> Plane Geometry -> Circles" ]
2
Two circles with equal radii intersect as shown. The area of the shaded region equals the sum of the areas of the two unshaded regions. If the area of the shaded region is $216\pi$, what is the circumference of each circle?
Suppose that the radius of each of the circles is $r$. Since the two circles are identical, then the two circles have equal area. Since the shaded area is common to the two circles, then the unshaded pieces of each circle have equal areas. Since the combined area of the unshaded regions equals that of the shaded region...
36\pi
pascal
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations" ]
2
Sam rolls a fair four-sided die containing the numbers $1,2,3$, and 4. Tyler rolls a fair six-sided die containing the numbers $1,2,3,4,5$, and 6. What is the probability that Sam rolls a larger number than Tyler?
We make a chart that shows the possible combinations of the number that Sam rolls and the number that Tyler rolls. Since Sam rolls a fair four-sided die and Tyler rolls a fair six-sided die, then there are 4 possible numbers that Sam can roll and 6 possible numbers that Tyler can roll and so there are $4 \times 6=24$ e...
\frac{1}{4}
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
What number is placed in the shaded circle if each of the numbers $1,5,6,7,13,14,17,22,26$ is placed in a different circle, the numbers 13 and 17 are placed as shown, and Jen calculates the average of the numbers in the first three circles, the average of the numbers in the middle three circles, and the average of the ...
The averages of groups of three numbers are equal if the sums of the numbers in each group are equal, because in each case the average equals the sum of the three numbers divided by 3. Therefore, the averages of three groups of three numbers are equal if the sum of each of the three groups are equal. The original nin...
7
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
How many integers between 100 and 300 are multiples of both 5 and 7, but are not multiples of 10?
The integers that are multiples of both 5 and 7 are the integers that are multiples of 35. The smallest multiple of 35 greater than 100 is $3 imes 35=105$. Starting at 105 and counting by 35s, we obtain 105, 140, 175, 210, 245, 280, 315. The integers in this list that are between 100 and 300 and are not multiples of 1...
3
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Sequences -> Other" ]
2
Reading from left to right, a sequence consists of 6 X's, followed by 24 Y's, followed by 96 X's. After the first \(n\) letters, reading from left to right, one letter has occurred twice as many times as the other letter. What is the sum of the four possible values of \(n\)?
First, we note that we cannot have \(n \leq 6\), since the first 6 letters are X's. After 6 X's and 3 Y's, there are twice as many X's as Y's. In this case, \(n=6+3=9\). After 6 X's and 12 Y's, there are twice as many Y's as X's. In this case, \(n=6+12=18\). The next letters are all Y's (with 24 Y's in total), so there...
135
pascal
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Other" ]
2
What is the probability that the arrow stops on a shaded region if a circular spinner is divided into six regions, four regions each have a central angle of $x^{\circ}$, and the remaining regions have central angles of $20^{\circ}$ and $140^{\circ}$?
The six angles around the centre of the spinner add to $360^{\circ}$. Thus, $140^{\circ}+20^{\circ}+4x^{\circ}=360^{\circ}$ or $4x=360-140-20=200$, and so $x=50$. Therefore, the sum of the central angles of the shaded regions is $140^{\circ}+50^{\circ}+50^{\circ}=240^{\circ}$. The probability that the spinner lan...
\frac{2}{3}
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
How many of the integers from 1 to 100, inclusive, have at least one digit equal to 6?
The integers between 1 and 100 that have a ones digit equal to 6 are \(6, 16, 26, 36, 46, 56, 66, 76, 86, 96\), of which there are 10. The additional integers between 1 and 100 that have a tens digit equal to 6 are \(60, 61, 62, 63, 64, 65, 67, 68, 69\), of which there are 9. Since the digit 6 must occur as either the ...
19
pascal
[ "Mathematics -> Geometry -> Solid Geometry -> 3D Shapes" ]
2
A water tower in the shape of a cylinder has radius 10 m and height 30 m. A spiral staircase, with constant slope, circles once around the outside of the water tower. A vertical ladder of height 5 m then extends to the top of the tower. What is the total distance along the staircase and up the ladder to the top of the ...
To calculate the total distance, we add the length of the vertical ladder (5 m) to the length of the spiral staircase. The spiral staircase wraps once around the tower. Since the tower has radius 10 m, then its circumference is $2 \times \pi \times 10=20 \pi \mathrm{m}$. We can thus 'unwrap' the outside of the tower to...
72.6 \mathrm{~m}
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
If $a$ and $b$ are positive integers, the operation $ abla$ is defined by $a abla b=a^{b} imes b^{a}$. What is the value of $2 abla 3$?
Since $a abla b=a^{b} imes b^{a}$, then $2 abla 3=2^{3} imes 3^{2}=8 imes 9=72$.
72
pascal
[ "Mathematics -> Algebra -> Prealgebra -> Integers" ]
2
How many integers are greater than $\sqrt{15}$ and less than $\sqrt{50}$?
Using a calculator, $\sqrt{15} \approx 3.87$ and $\sqrt{50} \approx 7.07$. The integers between these real numbers are $4,5,6,7$, of which there are 4 . Alternatively, we could note that integers between $\sqrt{15}$ and $\sqrt{50}$ correspond to values of $\sqrt{n}$ where $n$ is a perfect square and $n$ is between 15 a...
4
fermat
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Other", "Mathematics -> Discrete Mathematics -> Combinatorics" ]
2
There are four people in a room. For every two people, there is a $50 \%$ chance that they are friends. Two people are connected if they are friends, or a third person is friends with both of them, or they have different friends who are friends of each other. What is the probability that every pair of people in this ro...
We label the four people in the room $A, B, C$, and $D$. We represent each person by a point. There are six possible pairs of friends: $AB, AC, AD, BC, BD$, and $CD$. We represent a friendship by joining the corresponding pair of points and a non-friendship by not joining the pair of points. Since each pair of points i...
\frac{19}{32}
pascal
[ "Mathematics -> Algebra -> Algebra -> Equations and Inequalities" ]
2
On Monday, Mukesh travelled \(x \mathrm{~km}\) at a constant speed of \(90 \mathrm{~km} / \mathrm{h}\). On Tuesday, he travelled on the same route at a constant speed of \(120 \mathrm{~km} / \mathrm{h}\). His trip on Tuesday took 16 minutes less than his trip on Monday. What is the value of \(x\)?
We recall that time \(=\frac{\text { distance }}{\text { speed }}\). Travelling \(x \mathrm{~km}\) at \(90 \mathrm{~km} / \mathrm{h}\) takes \(\frac{x}{90}\) hours. Travelling \(x \mathrm{~km}\) at \(120 \mathrm{~km} / \mathrm{h}\) takes \(\frac{x}{120}\) hours. We are told that the difference between these lengths of ...
96
pascal
[ "Mathematics -> Geometry -> Plane Geometry -> Area" ]
2
In square $PQRS$ with side length 2, each of $P, Q, R$, and $S$ is the centre of a circle with radius 1. What is the area of the shaded region?
The area of the shaded region is equal to the area of square $PQRS$ minus the combined areas of the four unshaded regions inside the square. Since square $PQRS$ has side length 2, its area is $2^{2}=4$. Since $PQRS$ is a square, then the angle at each of $P, Q, R$, and $S$ is $90^{\circ}$. Since each of $P, Q, R$, and ...
4-\pi
pascal
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations", "Mathematics -> Algebra -> Prealgebra -> Simple Equations" ]
2
What is $x-y$ if a town has 2017 houses, 1820 have a dog, 1651 have a cat, 1182 have a turtle, $x$ is the largest possible number of houses that have a dog, a cat, and a turtle, and $y$ is the smallest possible number of houses that have a dog, a cat, and a turtle?
Since there are 1182 houses that have a turtle, then there cannot be more than 1182 houses that have a dog, a cat, and a turtle. Since there are more houses with dogs and more houses with cats than there are with turtles, it is possible that all 1182 houses that have a turtle also have a dog and a cat. Therefore, t...
563
pascal
[ "Mathematics -> Number Theory -> Greatest Common Divisors (GCD)" ]
2
We call the pair $(m, n)$ of positive integers a happy pair if the greatest common divisor of $m$ and $n$ is a perfect square. For example, $(20, 24)$ is a happy pair because the greatest common divisor of 20 and 24 is 4. Suppose that $k$ is a positive integer such that $(205800, 35k)$ is a happy pair. What is the numb...
Suppose that $(205800, 35k)$ is a happy pair. We find the prime factorization of 205800: $205800 = 2^3 \times 3^1 \times 5^2 \times 7^3$. Note also that $35k = 5^1 \times 7^1 \times k$. Let $d$ be the greatest common divisor of 205800 and $35k$. We want to find the number of possible values of $k \leq 2940$ for which $...
30
pascal
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations" ]
2
Each of four doors is randomly either open or closed. What is the probability that exactly two of the four doors are open?
There are 2 possible 'states' for each door: open or closed. Therefore, there are $2 imes 2 imes 2 imes 2=2^{4}=16$ possible combinations of open and closed for the 4 doors. If exactly 2 of the 4 doors are open, these doors could be the 1st and 2nd, or 1st and 3rd, or 1st and 4th, or 2nd and 3rd, or 2nd and 4th, or ...
rac{3}{8}
pascal
[ "Mathematics -> Applied Mathematics -> Math Word Problems" ]
2
Azmi has four blocks, each in the shape of a rectangular prism and each with dimensions $2 imes 3 imes 6$. She carefully stacks these four blocks on a flat table to form a tower that is four blocks high. What is the number of possible heights for this tower?
The height of each block is 2, 3 or 6. Thus, the total height of the tower of four blocks is the sum of the four heights, each of which equals 2, 3 or 6. If 4 blocks have height 6, the total height equals $4 imes 6=24$. If 3 blocks have height 6, the fourth block has height 3 or 2. Therefore, the possible heights are ...
14
pascal
[ "Mathematics -> Number Theory -> Prime Numbers" ]
2
How many of the integers \(19, 21, 23, 25, 27\) can be expressed as the sum of two prime numbers?
We note that all of the given possible sums are odd, and also that every prime number is odd with the exception of 2 (which is even). When two odd integers are added, their sum is even. When two even integers are added, their sum is even. When one even integer and one odd integer are added, their sum is odd. Therefore,...
3
pascal
[ "Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Combinations" ]
2
Miyuki texted a six-digit integer to Greer. Two of the digits of the six-digit integer were 3s. Unfortunately, the two 3s that Miyuki texted did not appear and Greer instead received the four-digit integer 2022. How many possible six-digit integers could Miyuki have texted?
The six-digit integer that Miyuki sent included the digits 2022 in that order along with two 3s. If the two 3s were consecutive digits, there are 5 possible integers: 332022, 233022, 203322, 202332, 202233. If the two 3s are not consecutive digits, there are 10 possible pairs of locations for the 3s: 1st/3rd, 1st/4th, ...
15
pascal
[ "Mathematics -> Number Theory -> Congruences" ]
2
When the three-digit positive integer $N$ is divided by 10, 11, or 12, the remainder is 7. What is the sum of the digits of $N$?
When $N$ is divided by 10, 11, or 12, the remainder is 7. This means that $M=N-7$ is divisible by each of 10, 11, and 12. Since $M$ is divisible by each of 10, 11, and 12, then $M$ is divisible by the least common multiple of 10, 11, and 12. Since $10=2 \times 5, 12=2 \times 2 \times 3$, and 11 is prime, then the least...
19
pascal
[ "Mathematics -> Number Theory -> Factorization" ]
2
How many of the 20 perfect squares $1^{2}, 2^{2}, 3^{2}, \ldots, 19^{2}, 20^{2}$ are divisible by 9?
A perfect square is divisible by 9 exactly when its square root is divisible by 3. In other words, $n^{2}$ is divisible by 9 exactly when $n$ is divisible by 3. In the list $1,2,3, \ldots, 19,20$, there are 6 multiples of 3. Therefore, in the list $1^{2}, 2^{2}, 3^{2}, \ldots, 19^{2}, 20^{2}$, there are 6 multiples of ...
6
fermat
[ "Mathematics -> Number Theory -> Factorization" ]
2
What is the sum of the digits of $S$ if $S$ is the sum of all even Anderson numbers, where an Anderson number is a positive integer $k$ less than 10000 with the property that $k^{2}$ ends with the digit or digits of $k$?
The squares of the one-digit positive integers $1,2,3,4,5,6,7,8,9$ are $1,4,9,16,25,36,49,64,81$, respectively. Of these, the squares $1,25,36$ end with the digit of their square root. In other words, $k=1,5,6$ are Anderson numbers. Thus, $k=6$ is the only even one-digit Anderson number. To find all even two-di...
24
pascal
[ "Mathematics -> Algebra -> Algebra -> Algebraic Expressions" ]
2
The line with equation $y=2x-6$ is translated upwards by 4 units. What is the $x$-intercept of the resulting line?
The line with equation $y=2 x-6$ has slope 2. When this line is translated, the slope does not change. The line with equation $y=2 x-6$ has $y$-intercept -6. When this line is translated upwards by 4 units, its $y$-intercept is translated upwards by 4 units and so becomes -2. This means that the new line has equation $...
1
fermat