domain
sequencelengths 0
3
| difficulty
float64 1
9.5
| problem
stringlengths 18
9.01k
| solution
stringlengths 2
11.1k
| answer
stringlengths 0
3.77k
| source
stringclasses 67
values |
---|---|---|---|---|---|
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 2 | A loonie is a $\$ 1$ coin and a dime is a $\$ 0.10$ coin. One loonie has the same mass as 4 dimes. A bag of dimes has the same mass as a bag of loonies. The coins in the bag of loonies are worth $\$ 400$ in total. How much are the coins in the bag of dimes worth? | Since the coins in the bag of loonies are worth $\$ 400$, then there are 400 coins in the bag. Since 1 loonie has the same mass as 4 dimes, then 400 loonies have the same mass as $4(400)$ or 1600 dimes. Therefore, the bag of dimes contains 1600 dimes, and so the coins in this bag are worth $\$ 160$. | 160 | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Percentages -> Other"
] | 1 | What percentage of students did not receive a muffin, given that 38\% of students received a muffin? | Since $38\%$ of students received a muffin, then $100\% - 38\% = 62\%$ of students did not receive a muffin. | 62\% | cayley |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 2.5 | Mary and Sally were once the same height. Since then, Sally grew \( 20\% \) taller and Mary's height increased by half as many centimetres as Sally's height increased. Sally is now 180 cm tall. How tall, in cm, is Mary now? | Suppose that Sally's original height was \( s \) cm. Since Sally grew \( 20\% \) taller, her new height is \( 1.2s \) cm. Since Sally is now 180 cm tall, then \( 1.2s=180 \) or \( s=\frac{180}{1.2}=150 \). Thus, Sally grew \( 180-150=30 \) cm. Since Mary grew half as many centimetres as Sally grew, then Mary grew \( \frac{1}{2} \cdot 30=15 \) cm. Since Mary and Sally were originally the same height, then Mary was originally 150 cm tall, and so is now \( 150+15=165 \) cm tall. | 165 | fermat |
[
"Mathematics -> Algebra -> Algebra -> Polynomial Operations"
] | 2.5 | The product of the roots of the equation \((x-4)(x-2)+(x-2)(x-6)=0\) is | Since the two terms have a common factor, then we factor and obtain \((x-2)((x-4)+(x-6))=0\). This gives \((x-2)(2x-10)=0\). Therefore, \(x-2=0\) (which gives \(x=2\)) or \(2x-10=0\) (which gives \(x=5\)). Therefore, the two roots of the equation are \(x=2\) and \(x=5\). Their product is 10. | 10 | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Fractions"
] | 1.5 | What fraction of the entire wall is painted red if Matilda paints half of her section red and Ellie paints one third of her section red? | Matilda and Ellie each take $\frac{1}{2}$ of the wall. Matilda paints $\frac{1}{2}$ of her half, or $\frac{1}{2} \times \frac{1}{2} = \frac{1}{4}$ of the entire wall. Ellie paints $\frac{1}{3}$ of her half, or $\frac{1}{3} \times \frac{1}{2} = \frac{1}{6}$ of the entire wall. Therefore, $\frac{1}{4} + \frac{1}{6} = \frac{3}{12} + \frac{2}{12} = \frac{5}{12}$ of the wall is painted red. | \frac{5}{12} | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1.5 | An integer $x$ is chosen so that $3 x+1$ is an even integer. Which of the following must be an odd integer? | If $x$ is an integer for which $3 x+1$ is even, then $3 x$ is odd, since it is 1 less than an even integer. If $3 x$ is odd, then $x$ must be odd (since if $x$ is even, then $3 x$ would be even). If $x$ is odd, then $7 x$ is odd (odd times odd equals odd) and so $7 x+4$ is odd (odd plus even equals odd). Therefore, the one expression which must be odd is $7 x+4$. | 7x+4 | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Fractions"
] | 1.5 | A basket contains 12 apples and 15 bananas. If 3 more bananas are added to the basket, what fraction of the fruit in the basket will be bananas? | When 3 bananas are added to the basket, there are 12 apples and 18 bananas in the basket. Therefore, the fraction of the fruit in the basket that is bananas is \( \frac{18}{12+18}=\frac{18}{30}=\frac{3}{5} \). | \frac{3}{5} | cayley |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | A movie is 1 hour and 48 minutes long. A second movie is 25 minutes longer than the first. How long is the second movie? | We add 25 minutes to 1 hour and 48 minutes in two steps. First, we add 12 minutes to 1 hour and 48 minutes to get 2 hours. Then we add $25-12=13$ minutes to 2 hours to get 2 hours and 13 minutes. Alternatively, we could note that 1 hour and 48 minutes is $60+48=108$ minutes, and so the time that is 25 minutes longer is 133 minutes, which is $120+13$ minutes or 2 hours and 13 minutes. | 2 ext{ hours and } 13 ext{ minutes} | cayley |
[
"Mathematics -> Number Theory -> Factorization",
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 2.5 | The integer 2023 is equal to $7 imes 17^{2}$. Which of the following is the smallest positive perfect square that is a multiple of 2023? | Since $2023=7 imes 17^{2}$, then any perfect square that is a multiple of 2023 must have prime factors of both 7 and 17. Furthermore, the exponents of the prime factors of a perfect square must be all even. Therefore, any perfect square that is a multiple of 2023 must be divisible by $7^{2}$ and by $17^{2}$, and so it is at least $7^{2} imes 17^{2}$ which equals $7 imes 2023$. Therefore, the smallest perfect square that is a multiple of 2023 is $7 imes 2023$. We can check that $2023^{2}$ is larger than $7 imes 2023$ and that none of $4 imes 2023$ and $17 imes 2023$ and $7 imes 17 imes 2023$ is a perfect square. | 7 imes 2023 | cayley |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 2 | The price of each item at the Gauss Gadget Store has been reduced by $20 \%$ from its original price. An MP3 player has a sale price of $\$ 112$. What would the same MP3 player sell for if it was on sale for $30 \%$ off of its original price? | Since the sale price has been reduced by $20 \%$, then the sale price of $\$ 112$ is $80 \%$ or $\frac{4}{5}$ of the regular price. Therefore, $\frac{1}{5}$ of the regular price is $\$ 112 \div 4=\$ 28$. Thus, the regular price is $\$ 28 \times 5=\$ 140$. If the regular price is reduced by $30 \%$, the new sale price would be $70 \%$ of the regular price, or $\frac{7}{10}(\$ 140)=\$ 98$. | 98 | cayley |
[
"Mathematics -> Algebra -> Algebra -> Algebraic Expressions"
] | 1.5 | Simplify the expression $20(x+y)-19(y+x)$ for all values of $x$ and $y$. | Simplifying, we see that $20(x+y)-19(y+x)=20x+20y-19y-19x=x+y$ for all values of $x$ and $y$. | x+y | fermat |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1 | What was the range of temperatures on Monday in Fermatville, given that the minimum temperature was $-11^{\circ} \mathrm{C}$ and the maximum temperature was $14^{\circ} \mathrm{C}$? | Since the maximum temperature was $14^{\circ} \mathrm{C}$ and the minimum temperature was $-11^{\circ} \mathrm{C}$, then the range of temperatures was $14^{\circ} \mathrm{C} - (-11^{\circ} \mathrm{C}) = 25^{\circ} \mathrm{C}$. | 25^{\circ} \mathrm{C} | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 2.5 | For what value of $k$ is the line through the points $(3, 2k+1)$ and $(8, 4k-5)$ parallel to the $x$-axis? | A line segment joining two points is parallel to the $x$-axis exactly when the $y$-coordinates of the two points are equal. Here, this means that $2k+1 = 4k-5$ and so $6 = 2k$ or $k = 3$. | 3 | fermat |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 2 | Bev is driving from Waterloo, ON to Marathon, ON. She has driven 312 km and has 858 km still to drive. How much farther must she drive in order to be halfway from Waterloo to Marathon? | Since Bev has driven 312 km and still has 858 km left to drive, the distance from Waterloo to Marathon is $312 \mathrm{~km} + 858 \mathrm{~km} = 1170 \mathrm{~km}$. The halfway point of the drive is $\frac{1}{2}(1170 \mathrm{~km}) = 585 \mathrm{~km}$ from Waterloo. To reach this point, she still needs to drive $585 \mathrm{~km} - 312 \mathrm{~km} = 273 \mathrm{~km}$. | 273 \mathrm{~km} | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1.5 | Karim has 23 candies. He eats $n$ candies and divides the remaining candies equally among his three children so that each child gets an integer number of candies. Which of the following is not a possible value of $n$? | After Karim eats $n$ candies, he has $23-n$ candies remaining. Since he divides these candies equally among his three children, the integer $23-n$ must be a multiple of 3. If $n=2,5,11,14$, we obtain $23-n=21,18,12,9$, each of which is a multiple of 3. If $n=9$, we obtain $23-n=14$, which is not a multiple of 3. Therefore, $n$ cannot equal 9. | 9 | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 1.5 | A factory makes chocolate bars. Five boxes, labelled $V, W, X, Y, Z$, are each packed with 20 bars. Each of the bars in three of the boxes has a mass of 100 g. Each of the bars in the other two boxes has a mass of 90 g. One bar is taken from box $V$, two bars are taken from box $W$, four bars are taken from box $X$, eight bars are taken from box $Y$, and sixteen bars are taken from box $Z$. The total mass of these bars taken from the boxes is 2920 g. Which boxes contain the 90 g bars? | The number of bars taken from the boxes is $1+2+4+8+16=31$. If these bars all had mass 100 g, their total mass would be 3100 g. Since their total mass is 2920 g, they are $3100 \mathrm{~g}-2920 \mathrm{~g}=180 \mathrm{~g}$ lighter. Since all of the bars have a mass of 100 g or of 90 g, then it must be the case that 18 of the bars are each 10 g lighter (that is, have a mass of 90 g). Thus, we want to write 18 as the sum of two of $1,2,4,8,16$ in order to determine the boxes from which the 90 g bars were taken. We note that $18=2+16$ and so the 90 g bars must have been taken from box $W$ and box $Z$. | W \text{ and } Z | cayley |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 2.5 | Anca and Bruce left Mathville at the same time. They drove along a straight highway towards Staton. Bruce drove at $50 \mathrm{~km} / \mathrm{h}$. Anca drove at $60 \mathrm{~km} / \mathrm{h}$, but stopped along the way to rest. They both arrived at Staton at the same time. For how long did Anca stop to rest? | Since Bruce drove 200 km at a speed of $50 \mathrm{~km} / \mathrm{h}$, this took him $\frac{200}{50}=4$ hours. Anca drove the same 200 km at a speed of $60 \mathrm{~km} / \mathrm{h}$ with a stop somewhere along the way. Since Anca drove 200 km at a speed of $60 \mathrm{~km} / \mathrm{h}$, the time that the driving portion of her trip took was $\frac{200}{60}=3 \frac{1}{3}$ hours. The length of Anca's stop is the difference in driving times, or $4-3 \frac{1}{3}=\frac{2}{3}$ hours. Since $\frac{2}{3}$ hours equals 40 minutes, then Anca stops for 40 minutes. | 40 \text{ minutes} | fermat |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Violet has one-half of the money she needs to buy her mother a necklace. After her sister gives her $\$30$, she has three-quarters of the amount she needs. How much will Violet's father give her? | Violet starts with one-half of the money that she needed to buy the necklace. After her sister gives her money, she has three-quarters of the amount that she needs. This means that her sister gave her $\frac{3}{4}-\frac{1}{2}=\frac{1}{4}$ of the total amount that she needs. Since she now has three-quarters of the amount that she needs, then she still needs one-quarter of the total cost. In other words, her father will give her the same amount that her sister gave her, or $\$30$. | $30 | fermat |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Who is the third oldest among Dhruv, Bev, Elcim, Andy, and Cao given that Dhruv is older than Bev, Bev is older than Elcim, Elcim is younger than Andy, Andy is younger than Bev, and Bev is younger than Cao? | We use $A, B, C, D$, and $E$ to represent Andy, Bev, Cao, Dhruv, and Elcim, respectively. We use the notation $D>B$ to represent the fact "Dhruv is older than Bev". The five sentences give $D>B$ and $B>E$ and $A>E$ and $B>A$ and $C>B$. These show us that Dhruv and Cao are older than Bev, and Elcim and Andy are younger than Bev. This means that two people are older than Bev and two people are younger than Bev, which means that Bev must be the third oldest. | Bev | fermat |
[
"Mathematics -> Discrete Mathematics -> Logic"
] | 2 | Which letter will go in the square marked with $*$ in the grid where each of the letters A, B, C, D, and E appears exactly once in each row and column? | Each letter A, B, C, D, E appears exactly once in each column and each row. The entry in the first column, second row cannot be A or E or B (the entries already present in that column) and cannot be C or A (the entries already present in that row). Therefore, the entry in the first column, second row must be D. This means that the entry in the first column, fourth row must be C. The entry in the fifth column, second row cannot be D or C or A or E and so must be B. This means that the entry in the second column, second row must be E. Using similar arguments, the entries in the first row, third and fourth columns must be D and B, respectively. This means that the entry in the second column, first row must be C. Using similar arguments, the entries in the fifth row, second column must be A. Also, the entry in the third row, second column must be D. This means that the letter that goes in the square marked with $*$ must be B. | B | fermat |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 2.5 | Gauravi walks every day. One Monday, she walks 500 m. On each day that follows, she increases her distance by 500 m from the previous day. On what day of the week will she walk exactly 4500 m? | From the day on which she walks 500 m to the day on which she walks 4500 m, Gauravi increases her distance by $(4500 \mathrm{~m})-(500 \mathrm{~m})=4000 \mathrm{~m}$. Since Gauravi increases her distance by 500 m each day, then it takes $\frac{4000 \mathrm{~m}}{500 \mathrm{~m}}=8$ days to increase from 500 m to 4500 m. Starting from Monday and counting forward by 8 days (which is 1 week and 1 day) gets to Tuesday, and so Gauravi walks exactly 4500 m on a Tuesday. | Tuesday | fermat |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 2.5 | Radford and Peter ran a race, during which they both ran at a constant speed. Radford began the race 30 m ahead of Peter. After 3 minutes, Peter was 18 m ahead of Radford. Peter won the race exactly 7 minutes after it began. How far from the finish line was Radford when Peter won? | Over the first 3 minutes of the race, Peter ran 48 m farther than Radford. Here is why: We note that at a time of 0 minutes, Radford was at the 30 m mark. If Radford ran $d \mathrm{~m}$ over these 3 minutes, then he will be at the $(d+30) \mathrm{m}$ mark after 3 minutes. Since Peter is 18 m ahead of Radford after 3 minutes, then Peter is at the $(d+30+18)$ m mark. This means that, in 3 minutes, Peter ran $(d+48) \mathrm{m}$ which is 48 m farther than Radford's $d$ m. Since each runs at a constant speed, then Peter runs $\frac{48 \mathrm{~m}}{3 \mathrm{~min}}=16 \mathrm{~m} / \mathrm{min}$ faster than Radford. Since Peter finishes the race after 7 minutes, then Peter runs for another 4 minutes. Over these 4 minutes, he runs $(4 \mathrm{~min}) \cdot(16 \mathrm{~m} / \mathrm{min})=64 \mathrm{~m}$ farther than Radford. After 3 minutes, Peter was 18 m ahead of Radford. Therefore, after 7 minutes, Peter is $18 \mathrm{~m}+64 \mathrm{~m}=82 \mathrm{~m}$ farther ahead than Radford, and so Radford is 82 m from the finish line. | 82 \mathrm{~m} | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Integers",
"Mathematics -> Number Theory -> Prime Numbers"
] | 2 | Which of the following integers is equal to a perfect square: $2^{3}$, $3^{5}$, $4^{7}$, $5^{9}$, $6^{11}$? | Since $4 = 2^{2}$, then $4^{7} = (2^{2})^{7} = 2^{14} = (2^{7})^{2}$, which means that $4^{7}$ is a perfect square. We can check, for example using a calculator, that the square root of each of the other four choices is not an integer, and so each of these four choices cannot be expressed as the square of an integer. | 4^{7} | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Percentages -> Other"
] | 1.5 | A positive number is increased by $60\%$. By what percentage should the result be decreased to return to the original value? | Solution 1: Suppose that the original number is 100. When 100 is increased by $60\%$, the result is 160. To return to the original value of 100, 160 must be decreased by 60. This percentage is $\frac{60}{160} \times 100\%=\frac{3}{8} \times 100\%=37.5\%$. Solution 2: Suppose that the original number is $x$ for some $x>0$. When $x$ is increased by $60\%$, the result is $1.6x$. To return to the original value of $x$, $1.6x$ must be decreased by $0.6x$. This percentage is $\frac{0.6x}{1.6x} \times 100\%=\frac{3}{8} \times 100\%=37.5\%$. | 37.5\% | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 2 | The numbers $5,6,10,17$, and 21 are rearranged so that the sum of the first three numbers is equal to the sum of the last three numbers. Which number is in the middle of this rearrangement? | When a list of 5 numbers $a, b, c, d, e$ has the property that $a+b+c=c+d+e$, it is also true that $a+b=d+e$. With the given list of 5 numbers, it is likely easier to find two pairs with no overlap and with equal sum than to find two triples with one overlap and equal sum. After some trial and error, we can see that $6+21=10+17$, and so the list $6,21,5,10,17$ has the given property, which means that 5 is in the middle. | 5 | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Fractions"
] | 2.5 | The expression $\left(1+\frac{1}{2}\right)\left(1+\frac{1}{3}\right)\left(1+\frac{1}{4}\right)\left(1+\frac{1}{5}\right)\left(1+\frac{1}{6}\right)\left(1+\frac{1}{7}\right)\left(1+\frac{1}{8}\right)\left(1+\frac{1}{9}\right)$ is equal to what? | The expression is equal to $\left(\frac{3}{2}\right)\left(\frac{4}{3}\right)\left(\frac{5}{4}\right)\left(\frac{6}{5}\right)\left(\frac{7}{6}\right)\left(\frac{8}{7}\right)\left(\frac{9}{8}\right)\left(\frac{10}{9}\right)$ which equals $\frac{3 \cdot 4 \cdot 5 \cdot 6 \cdot 7 \cdot 8 \cdot 9 \cdot 10}{2 \cdot 3 \cdot 4 \cdot 5 \cdot 6 \cdot 7 \cdot 8 \cdot 9}$. Removing common factors from the numerator and denominator, we obtain $\frac{10}{2}$ or 5. | 5 | fermat |
[
"Mathematics -> Algebra -> Intermediate Algebra -> Inequalities"
] | 2 | Suppose that $a=rac{1}{n}$, where $n$ is a positive integer with $n>1$. Which of the following statements is true? | Since $a=rac{1}{n}$ where $n$ is a positive integer with $n>1$, then $0<a<1$ and $rac{1}{a}=n>1$. Thus, $0<a<1<rac{1}{a}$, which eliminates choices (D) and (E). Since $0<a<1$, then $a^{2}$ is positive and $a^{2}<a$, which eliminates choices (A) and (C). Thus, $0<a^{2}<a<1<rac{1}{a}$, which tells us that (B) must be correct. | a^{2}<a<rac{1}{a} | cayley |
[
"Mathematics -> Algebra -> Intermediate Algebra -> Inequalities"
] | 2 | Each of the variables $a, b, c, d$, and $e$ represents a positive integer with the properties that $b+d>a+d$, $c+e>b+e$, $b+d=c$, $a+c=b+e$. Which of the variables has the greatest value? | Since $b+d>a+d$, then $b>a$. This means that $a$ does not have the greatest value. Since $c+e>b+e$, then $c>b$. This means that $b$ does not have the greatest value. Since $b+d=c$ and each of $b, c, d$ is positive, then $d<c$, which means that $d$ does not have the greatest value. Consider the last equation $a+c=b+e$ along with the fact that $a<b<c$. From this, we see that $e=c+(a-b)$. Since $a<b$, then $a-b$ is negative and so $e<c$. This means that $c$ has the greatest value. | c | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 1 | If $10 \%$ of $s$ is $t$, what does $s$ equal? | The percentage $10 \%$ is equivalent to the fraction $\frac{1}{10}$. Therefore, $t=\frac{1}{10} s$, or $s=10 t$. | 10t | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 2.5 | Anila's grandmother wakes up at the same time every day and follows this same routine: She gets her coffee 1 hour after she wakes up. This takes 10 minutes. She has a shower 2 hours after she wakes up. This takes 10 minutes. She goes for a walk 3 hours after she wakes up. This takes 40 minutes. She calls her granddaughter 4 hours after she wakes up. This takes 15 minutes. She does some yoga 5 hours after she wakes up. This takes 30 minutes. If Anila's grandmother woke up 5 minutes ago, what will she be doing in 197 hours? | We first note that $197=8 \cdot 24+5$. This tells us that the time that is 197 hours from now is 8 days and 5 hours. Since Anila's grandmother's activities are the same every day, then in 197 hours and 5 minutes she will be doing the same thing as she is doing in 5 hours and 5 minutes, at which point she is doing yoga. | Doing some yoga | fermat |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Megan and Hana raced their remote control cars for 100 m. The two cars started at the same time. The average speed of Megan's car was $\frac{5}{4} \mathrm{~m} / \mathrm{s}$. Hana's car finished 5 seconds before Megan's car. What was the average speed of Hana's car? | Megan's car travels 100 m at $\frac{5}{4} \mathrm{~m} / \mathrm{s}$, and so takes $\frac{100 \mathrm{~m}}{5 / 4 \mathrm{~m} / \mathrm{s}}=\frac{400}{5} \mathrm{~s}=80 \mathrm{~s}$. Hana's car completes the 100 m in 5 s fewer, and so takes 75 s. Thus, the average speed of Hana's car was $\frac{100 \mathrm{~m}}{75 \mathrm{~s}}=\frac{100}{75} \mathrm{~m} / \mathrm{s}=\frac{4}{3} \mathrm{~m} / \mathrm{s}$. | \frac{4}{3} \mathrm{~m} / \mathrm{s} | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 2 | For some integers $m$ and $n$, the expression $(x+m)(x+n)$ is equal to a quadratic expression in $x$ with a constant term of -12. Which of the following cannot be a value of $m$? | Expanding, $(x+m)(x+n)=x^{2}+n x+m x+m n=x^{2}+(m+n) x+m n$. The constant term of this quadratic expression is $m n$, and so $m n=-12$. Since $m$ and $n$ are integers, they are each divisors of -12 and thus of 12. Of the given possibilities, only 5 is not a divisor of 12, and so $m$ cannot equal 5. | 5 | fermat |
[
"Mathematics -> Applied Mathematics -> Statistics -> Probability -> Counting Methods -> Other"
] | 2 | On each spin of the spinner shown, the arrow is equally likely to stop on any one of the four numbers. Deanna spins the arrow on the spinner twice. She multiplies together the two numbers on which the arrow stops. Which product is most likely to occur? | We make a chart that lists the possible results for the first spin down the left side, the possible results for the second spin across the top, and the product of the two results in the corresponding cells:
\begin{tabular}{c|cccc}
& 1 & 2 & 3 & 4 \\
\hline 1 & 1 & 2 & 3 & 4 \\
2 & 2 & 4 & 6 & 8 \\
3 & 3 & 6 & 9 & 12 \\
4 & 4 & 8 & 12 & 16
\end{tabular}
Since each spin is equally likely to stop on \( 1,2,3 \), or 4, then each of the 16 products shown in the chart is equally likely. Since the product 4 appears three times in the table and this is more than any of the other numbers, then it is the product that is most likely to occur. | 4 | fermat |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | The gas tank in Catherine's car is $\frac{1}{8}$ full. When 30 litres of gas are added, the tank becomes $\frac{3}{4}$ full. If the gas costs Catherine $\$ 1.38$ per litre, how much will it cost her to fill the remaining quarter of the tank? | When Catherine adds 30 litres of gasoline, the tank goes from $\frac{1}{8}$ full to $\frac{3}{4}$ full. Since $\frac{3}{4}-\frac{1}{8}=\frac{6}{8}-\frac{1}{8}=\frac{5}{8}$, then $\frac{5}{8}$ of the capacity of the tank is 30 litres. Thus, $\frac{1}{8}$ of the capacity of the tank is $30 \div 5=6$ litres. Also, the full capacity of the tank is $8 \times 6=48$ litres. To fill the remaining $\frac{1}{4}$ of the tank, Catherine must add an additional $\frac{1}{4} \times 48=12$ litres of gas. Because each litre costs $\$ 1.38$, it will cost $12 \times \$ 1.38=\$ 16.56$ to fill the rest of the tank. | \$16.56 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 2.5 | Aria and Bianca walk at different, but constant speeds. They each begin at 8:00 a.m. from the opposite ends of a road and walk directly toward the other's starting point. They pass each other at 8:42 a.m. Aria arrives at Bianca's starting point at 9:10 a.m. When does Bianca arrive at Aria's starting point? | Let $A$ be Aria's starting point, $B$ be Bianca's starting point, and $M$ be their meeting point. It takes Aria 42 minutes to walk from $A$ to $M$ and 28 minutes from $M$ to $B$. Since Aria walks at a constant speed, then the ratio of the distance $A M$ to the distance $M B$ is equal to the ratio of times, or $42: 28$, which is equivalent to $3: 2$. Since it takes 42 minutes for Bianca to walk from $B$ to $M$, the ratio of distances $A M$ to $M B$ is $3: 2$, and Bianca walks at a constant speed, then it takes Bianca $rac{3}{2} imes 42=63$ minutes to walk from $M$ to $A$. Therefore, Bianca arrives at Aria's starting point at 9:45 a.m. | 9:45 a.m. | fermat |
[
"Mathematics -> Number Theory -> Factorization"
] | 1.5 | The integer 119 is a multiple of which number? | The ones digit of 119 is not even, so 119 is not a multiple of 2. The ones digit of 119 is not 0 or 5, so 119 is not a multiple of 5. Since $120=3 \times 40$, then 119 is 1 less than a multiple of 3 so is not itself a multiple of 3. Since $110=11 \times 10$ and $121=11 \times 11$, then 119 is between two consecutive multiples of 11, so is not itself a multiple of 11. Finally, $119 \div 7=17$, so 119 is a multiple of 7. | 7 | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Fractions"
] | 1.5 | A string has been cut into 4 pieces, all of different lengths. The length of each piece is 2 times the length of the next smaller piece. What fraction of the original string is the longest piece? | Let \(L\) be the length of the string. If \(x\) is the length of the shortest piece, then since each of the other pieces is twice the length of the next smaller piece, then the lengths of the remaining pieces are \(2x, 4x\), and \(8x\). Since these four pieces make up the full length of the string, then \(x+2x+4x+8x=L\) or \(15x=L\) and so \(x=\frac{1}{15}L\). Thus, the longest piece has length \(8x=\frac{8}{15}L\), which is \(\frac{8}{15}\) of the length of the string. | \frac{8}{15} | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Integers",
"Mathematics -> Geometry -> Plane Geometry -> Polygons"
] | 2 | A rectangle has positive integer side lengths and an area of 24. What perimeter of the rectangle cannot be? | Since the rectangle has positive integer side lengths and an area of 24, its length and width must be a positive divisor pair of 24. Therefore, the length and width must be 24 and 1, or 12 and 2, or 8 and 3, or 6 and 4. Since the perimeter of a rectangle equals 2 times the sum of the length and width, the possible perimeters are $2(24+1)=50$, $2(12+2)=28$, $2(8+3)=22$, $2(6+4)=20$. These all appear as choices, which means that the perimeter of the rectangle cannot be 36. | 36 | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1.5 | The expression $(5 \times 5)+(5 \times 5)+(5 \times 5)+(5 \times 5)+(5 \times 5)$ is equal to what? | The given sum includes 5 terms each equal to $(5 \times 5)$. Thus, the given sum is equal to $5 \times(5 \times 5)$ which equals $5 \times 25$ or 125. | 125 | cayley |
[
"Mathematics -> Geometry -> Solid Geometry -> 3D Shapes"
] | 2.5 | An aluminum can in the shape of a cylinder is closed at both ends. Its surface area is $300 \mathrm{~cm}^{2}$. If the radius of the can were doubled, its surface area would be $900 \mathrm{~cm}^{2}$. If instead the height of the can were doubled, what would its surface area be? | Suppose that the original can has radius $r \mathrm{~cm}$ and height $h \mathrm{~cm}$. Since the surface area of the original can is $300 \mathrm{~cm}^{2}$, then $2 \pi r^{2}+2 \pi r h=300$. When the radius of the original can is doubled, its new radius is $2 r \mathrm{~cm}$, and so an expression for its surface area, in $\mathrm{cm}^{2}$, is $2 \pi(2 r)^{2}+2 \pi(2 r) h$ which equals $8 \pi r^{2}+4 \pi r h$, and so $8 \pi r^{2}+4 \pi r h=900$. When the height of the original can is doubled, its new height is $2 h \mathrm{~cm}$, and so an expression for its surface area, in $\mathrm{cm}^{2}$, is $2 \pi r^{2}+2 \pi r(2 h)$ which equals $2 \pi r^{2}+4 \pi r h$. Multiplying $2 \pi r^{2}+2 \pi r h=300$ by 3, we obtain $6 \pi r^{2}+6 \pi r h=900$. Since $8 \pi r^{2}+4 \pi r h=900$, we obtain $6 \pi r^{2}+6 \pi r h=8 \pi r^{2}+4 \pi r h$. Therefore, $2 \pi r h=2 \pi r^{2}$, and $\pi r h=\pi r^{2}$. Since $2 \pi r^{2}+2 \pi r h=300$ and $\pi r h=\pi r^{2}$, then $2 \pi r^{2}+2 \pi r^{2}=300$ and so $4 \pi r^{2}=300$ or $\pi r^{2}=75$. Since $\pi r h=\pi r^{2}=75$, then $2 \pi r^{2}+4 \pi r h=6 \cdot 75=450$, and so the surface area of the cylinder with its height doubled is $450 \mathrm{~cm}^{2}$. | 450 \mathrm{~cm}^{2} | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Decimals"
] | 1.5 | Which of the following numbers is closest to 1: $rac{11}{10}$, $rac{111}{100}$, 1.101, $rac{1111}{1000}$, 1.011? | When we convert each of the possible answers to a decimal, we obtain 1.1, 1.11, 1.101, 1.111, and 1.011. Since the last of these is the only one greater than 1 and less than 1.1, it is closest to 1. | 1.011 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1 | The integer 2014 is between which powers of 10? | Since \( 10^{0}=1,10^{1}=10,10^{2}=100,10^{3}=1000,10^{4}=10000 \), and \( 10^{5}=100000 \), then 2014 is between \( 10^{3} \) and \( 10^{4} \). | 10^{3} \text{ and } 10^{4} | fermat |
[
"Mathematics -> Applied Mathematics -> Math Word Problems",
"Mathematics -> Geometry -> Plane Geometry -> Perimeter"
] | 1 | Anna and Aaron walk along paths formed by the edges of a region of squares. How far did they walk in total? | Each square has an area of \( 400 \text{ m}^2 \) and side length 20 m. Anna's path is 400 m and Aaron's path is 240 m. Therefore, the total distance walked is \( 400 + 240 = 640 \text{ m} \). | 640 \text{ m} | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Fractions"
] | 1 | What number should go in the $\square$ to make the equation $\frac{3}{4}+\frac{4}{\square}=1$ true? | For $\frac{3}{4}+\frac{4}{\square}=1$ to be true, we must have $\frac{4}{\square}=1-\frac{3}{4}=\frac{1}{4}$. Since $\frac{1}{4}=\frac{4}{16}$, we rewrite the right side using the same numerator to obtain $\frac{4}{\square}=\frac{4}{16}$. Therefore, $\square=16$ makes the equation true. | 16 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1 | Which of the following divisions is not equal to a whole number: $\frac{60}{12}$, $\frac{60}{8}$, $\frac{60}{5}$, $\frac{60}{4}$, $\frac{60}{3}$? | Since $\frac{60}{8}=60 \div 8=7.5$, then this choice is not equal to a whole number. Note as well that $\frac{60}{12}=5, \frac{60}{5}=12, \frac{60}{4}=15$, and $\frac{60}{3}=20$ are all whole numbers. | 7.5 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 2.5 | At the end of the year 2000, Steve had $\$100$ and Wayne had $\$10000$. At the end of each following year, Steve had twice as much money as he did at the end of the previous year and Wayne had half as much money as he did at the end of the previous year. At the end of which year did Steve have more money than Wayne for the first time? | We make a table of the total amount of money that each of Steve and Wayne have at the end of each year. After the year 2000, each entry in Steve's column is found by doubling the previous entry and each entry in Wayne's column is found by dividing the previous entry by 2. We stop when the entry in Steve's column is larger than that in Wayne's column: \begin{tabular}{|r|r|r|} Year & Steve & Wayne \\ \hline 2000 & $\$100$ & $\$10000$ \\ 2001 & $\$200$ & $\$5000$ \\ 2002 & $\$400$ & $\$2500$ \\ 2003 & $\$800$ & $\$1250$ \\ 2004 & $\$1600$ & $\$625$ \end{tabular} Therefore, 2004 is the first time at which Steve has more money than Wayne at the end of the year. | 2004 | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Decimals"
] | 1 | Which number is greater than 0.7? | Each of \( 0.07, -0.41, 0.35, \) and \(-0.9\) is less than 0.7. The number 0.8 is greater than 0.7. | 0.8 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Anca and Bruce drove along a highway. Bruce drove at 50 km/h and Anca at 60 km/h, but stopped to rest. How long did Anca stop? | Bruce drove 200 km in 4 hours. Anca drove the same distance in \( 3 \frac{1}{3} \) hours. The difference is \( \frac{2}{3} \) hours, or 40 minutes. | 40 \text{ minutes} | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 1.5 | Simplify the expression $(\sqrt{100}+\sqrt{9}) \times(\sqrt{100}-\sqrt{9})$. | Simplifying, $(\sqrt{100}+\sqrt{9}) \times(\sqrt{100}-\sqrt{9})=(10+3) \times(10-3)=13 \times 7=91$. | 91 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1 | Anna walked at a constant rate. If she walked 600 metres in 4 minutes, how far did she walk in 6 minutes? | If Anna walked 600 metres in 4 minutes, then she walked $\frac{600}{4}=150$ metres each minute. Therefore, in 6 minutes, she walked $6 \times 150=900$ metres. | 900 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Which number from the set $\{1,2,3,4,5,6,7,8,9,10,11\}$ must be removed so that the mean (average) of the numbers remaining in the set is 6.1? | The original set contains 11 elements whose sum is 66. When one number is removed, there will be 10 elements in the set. For the average of these elements to be 6.1, their sum must be $10 \times 6.1=61$. Since the sum of the original 11 elements is 66 and the sum of the remaining 10 elements is 61, then the element that must be removed is $66-61=5$. | 5 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Percentages -> Other"
] | 2 | At the start of this month, Mathilde and Salah each had 100 coins. For Mathilde, this was 25% more coins than she had at the start of last month. For Salah, this was 20% fewer coins than he had at the start of last month. What was the total number of coins that they had at the start of last month? | Suppose that Mathilde had $m$ coins at the start of last month and Salah had $s$ coins at the start of last month. From the given information, 100 is 25% more than $m$, so $100=1.25m$ which means that $m=\frac{100}{1.25}=80$. From the given information, 100 is 20% less than $s$, so $100=0.80s$ which means that $s=\frac{100}{0.80}=125$. Therefore, at the beginning of last month, they had a total of $m+s=80+125=205$ coins. | 205 | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1 | Arrange the numbers $2011, \sqrt{2011}, 2011^{2}$ in increasing order. | Since $2011^{2}=4044121$ and $\sqrt{2011} \approx 44.8$, then the list of numbers in increasing order is $\sqrt{2011}, 2011, 2011^{2}$. (If $n$ is a positive integer with $n>1$, then $n^{2}>n$ and $\sqrt{n}<n$, so the list $\sqrt{n}, n, n^{2}$ is always in increasing order.) | \sqrt{2011}, 2011, 2011^{2} | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Luca mixes 50 mL of milk for every 250 mL of flour to make pizza dough. How much milk does he mix with 750 mL of flour? | We divide the 750 mL of flour into portions of 250 mL. We do this by calculating $750 \div 250 = 3$. Therefore, 750 mL is three portions of 250 mL. Since 50 mL of milk is required for each 250 mL of flour, then $3 \times 50 = 150 \text{ mL}$ of milk is required in total. | 150 \text{ mL} | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 2 | In which columns does the integer 2731 appear in the table? | 2731 appears in columns \( W, Y, \) and \( Z \). | W, Y, Z | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Fractions"
] | 2 | Which of the following fractions has the greatest value: $\frac{3}{10}$, $\frac{4}{7}$, $\frac{5}{23}$, $\frac{2}{3}$, $\frac{1}{2}$? | The fractions $\frac{3}{10}$ and $\frac{5}{23}$ are each less than $\frac{1}{2}$ (which is choice $(E)$) so cannot be the greatest among the choices. The fractions $\frac{4}{7}$ and $\frac{2}{3}$ are each greater than $\frac{1}{2}$, so $\frac{1}{2}$ cannot be the greatest among the choices. This means that the answer must be either $\frac{4}{7}$ or $\frac{2}{3}$. Using a common denominator of $3 \times 7=21$, we re-write these fractions as $\frac{4}{7}=\frac{12}{21}$ and $\frac{2}{3}=\frac{14}{21}$ which shows that $\frac{2}{3}$ has the greatest value among the five choices. | \frac{2}{3} | cayley |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1 | The value of $\sqrt{3^{3}+3^{3}+3^{3}}$ is what? | Since $3^{3}=3 \times 3 \times 3=3 \times 9=27$, then $\sqrt{3^{3}+3^{3}+3^{3}}=\sqrt{27+27+27}=\sqrt{81}=9$. | 9 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1.5 | An integer $x$ is chosen so that $3x+1$ is an even integer. Which of the following must be an odd integer? (A) $x+3$ (B) $x-3$ (C) $2x$ (D) $7x+4$ (E) $5x+3$ | Solution 1: If $x=1$, then $3x+1=4$, which is an even integer. In this case, the five given choices are (A) $x+3=4$, (B) $x-3=-2$, (C) $2x=2$, (D) $7x+4=11$, (E) $5x+3=8$. Of these, the only odd integer is (D). Therefore, since $x=1$ satisfies the initial criteria, then (D) must be the correct answer as the result must be true no matter what integer value of $x$ is chosen that makes $3x+1$ even. Solution 2: If $x$ is an integer for which $3x+1$ is even, then $3x$ is odd, since it is 1 less than an even integer. If $3x$ is odd, then $x$ must be odd (since if $x$ is even, then $3x$ would be even). If $x$ is odd, then $x+3$ is even (odd plus odd equals even), so (A) cannot be correct. If $x$ is odd, then $x-3$ is even (odd minus odd equals even), so (B) cannot be correct. If $x$ is odd, then $2x$ is even (even times odd equals even), so (C) cannot be correct. If $x$ is odd, then $7x$ is odd (odd times odd equals odd) and so $7x+4$ is odd (odd plus even equals odd). If $x$ is odd, then $5x$ is odd (odd times odd equals odd) and so $5x+3$ is even (odd plus odd equals even), so (E) cannot be correct. Therefore, the one expression which must be odd is $7x+4$. | 7x+4 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 1.5 | A string has been cut into 4 pieces, all of different lengths. The length of each piece is 2 times the length of the next smaller piece. What fraction of the original string is the longest piece? | Let $L$ be the length of the string. If $x$ is the length of the shortest piece, then since each of the other pieces is twice the length of the next smaller piece, then the lengths of the remaining pieces are $2x, 4x$, and $8x$. Since these four pieces make up the full length of the string, then $x+2x+4x+8x=L$ or $15x=L$ and so $x=\frac{1}{15}L$. Thus, the longest piece has length $8x=\frac{8}{15}L$, which is $\frac{8}{15}$ of the length of the string. | \frac{8}{15} | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1 | The 17th day of a month is Saturday. What was the first day of that month? | Since the 17th day of the month is a Saturday and there are 7 days in a week, then the previous Saturday was the $17-7=10$th day of the month and the Saturday before that was the $10-7=3$rd day of the month. Since the 3rd day of the month was a Saturday, then the 2nd day was a Friday and the 1st day of the month was a Thursday. | Thursday | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Decimals"
] | 1.5 | Sophie has written three tests. Her marks were $73\%$, $82\%$, and $85\%$. She still has two tests to write. All tests are equally weighted. Her goal is an average of $80\%$ or higher. With which of the following pairs of marks on the remaining tests will Sophie not reach her goal: $79\%$ and $82\%$, $70\%$ and $91\%$, $76\%$ and $86\%$, $73\%$ and $83\%$, $61\%$ and $99\%$? | For Sophie's average over 5 tests to be $80\%$, the sum of her marks on the 5 tests must be $5 \times 80\% = 400\%$. After the first 3 tests, the sum of her marks is $73\% + 82\% + 85\% = 240\%$. Therefore, she will reach her goal as long as the sum of her marks on the two remaining tests is at least $400\% - 240\% = 160\%$. The sums of the pairs of marks given are (A) $161\%$, (B) $161\%$, (C) $162\%$, (D) $156\%$, (E) $160\%$. Thus, the pair with which Sophie would not meet her goal is (D). | 73\% and 83\% | pascal |
[
"Mathematics -> Algebra -> Algebra -> Algebraic Expressions"
] | 1 | Which of the following expressions is not equivalent to $3x + 6$? | We look at each of the five choices: (A) $3(x + 2) = 3x + 6$ (B) $\frac{-9x - 18}{-3} = \frac{-9x}{-3} + \frac{-18}{-3} = 3x + 6$ (C) $\frac{1}{3}(3x) + \frac{2}{3}(9) = x + 6$ (D) $\frac{1}{3}(9x + 18) = 3x + 6$ (E) $3x - 2(-3) = 3x + (-2)(-3) = 3x + 6$ The expression that is not equivalent to $3x + 6$ is the expression from (C). | \frac{1}{3}(3x) + \frac{2}{3}(9) | pascal |
[
"Mathematics -> Number Theory -> Prime Numbers",
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 2 | Anna thinks of an integer. It is not a multiple of three. It is not a perfect square. The sum of its digits is a prime number. What could be the integer that Anna is thinking of? | 12 and 21 are multiples of 3 (12 = 4 \times 3 and 21 = 7 \times 3) so the answer is not (A) or (D). 16 is a perfect square (16 = 4 \times 4) so the answer is not (C). The sum of the digits of 26 is 8, which is not a prime number, so the answer is not (E). Since 14 is not a multiple of a three, 14 is not a perfect square, and the sum of the digits of 14 is 1 + 4 = 5 which is prime, then the answer is 14, which is choice (B). | 14 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Starting at 1:00 p.m., Jorge watched three movies. The first movie was 2 hours and 20 minutes long. He took a 20 minute break and then watched the second movie, which was 1 hour and 45 minutes long. He again took a 20 minute break and then watched the last movie, which was 2 hours and 10 minutes long. At what time did the final movie end? | Starting at 1:00 p.m., Jorge watches a movie that is 2 hours and 20 minutes long. This first movie ends at 3:20 p.m. Then, Jorge takes a 20 minute break. This break ends at 3:40 p.m. Then, Jorge watches a movie that is 1 hour and 45 minutes long. After 20 minutes of this movie, it is 4:00 p.m. and there is still 1 hour and 25 minutes left in the movie. This second movie thus ends at 5:25 p.m. Then, Jorge takes a 20 minute break which ends at 5:45 p.m. Finally, Jorge watches a movie that is 2 hours and 10 minutes long. This final movie ends at 7:55 p.m. | 7:55 \text{ p.m.} | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1.5 | Which of the following expressions is equal to an odd integer for every integer $n$? | When $n=1$, the values of the five expressions are 2014, 2018, 2017, 2018, 2019.
When $n=2$, the values of the five expressions are 2011, 2019, 4034, 2021, 2021.
Only the fifth expression $(2017+2n)$ is odd for both of these choices of $n$, so this must be the correct answer.
We note further that since 2017 is an odd integer and $2n$ is always an even integer, then $2017+2n$ is always an odd integer, as required. | 2017+2n | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Decimals"
] | 1.5 | Country music songs are added to a playlist so that now $40\%$ of the songs are Country. If the ratio of Hip Hop songs to Pop songs remains the same, what percentage of the total number of songs are now Hip Hop? | Since $40\%$ of the songs on the updated playlist are Country, then the remaining $100\%-40\%$ or $60\%$ must be Hip Hop or Pop songs. Since the ratio of Hip Hop songs to Pop songs does not change, then $65\%$ of this remaining $60\%$ must be Hip Hop songs. Overall, this is $65\% \times 60\%=0.65 \times 0.6=0.39=39\%$ of the total number of songs on the playlist. | 39\% | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 1.5 | Sophie has written three tests. Her marks were $73\%$, $82\%$, and $85\%$. She still has two tests to write. All tests are equally weighted. Her goal is an average of $80\%$ or higher. With which of the following pairs of marks on the remaining tests will Sophie not reach her goal: $79\%$ and $82\%$, $70\%$ and $91\%$, $76\%$ and $86\%$, $73\%$ and $83\%$, $61\%$ and $99\%$? | For Sophie's average over 5 tests to be $80\%$, the sum of her marks on the 5 tests must be $5 \times 80\% = 400\%$. After the first 3 tests, the sum of her marks is $73\% + 82\% + 85\% = 240\%$. Therefore, she will reach her goal as long as the sum of her marks on the two remaining tests is at least $400\% - 240\% = 160\%$. The sums of the pairs of marks given are (A) $161\%$, (B) $161\%$, (C) $162\%$, (D) $156\%$, (E) $160\%$. Thus, the pair with which Sophie would not meet her goal is (D). | 73\% and 83\% | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1 | John lists the integers from 1 to 20 in increasing order. He then erases the first half of the integers in the list and rewrites them in order at the end of the second half of the list. Which integer in the new list has exactly 12 integers to its left? | John first writes the integers from 1 to 20 in increasing order. When he erases the first half of the numbers, he erases the numbers from 1 to 10 and rewrites these at the end of the original list. Therefore, the number 1 has 10 numbers to its left. (These numbers are $11,12, \ldots, 20$.) Thus, the number 2 has 11 numbers to its left, and so the number 3 has 12 numbers to its left. | 3 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Six friends ate at a restaurant and agreed to share the bill equally. Because Luxmi forgot her money, each of her five friends paid an extra \$3 to cover her portion of the total bill. What was the total bill? | Since each of five friends paid an extra \$3 to cover Luxmi's portion of the bill, then Luxmi's share was $5 \times \$3=\$15$. Since each of the six friends had an equal share, then the total bill is $6 \times \$15=\$90$. | \$90 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Fractions"
] | 1.5 | If $x$ is $20 \%$ of $y$ and $x$ is $50 \%$ of $z$, then what percentage is $z$ of $y$? | Since $x$ is $20 \%$ of $y$, then $x=\frac{20}{100} y=\frac{1}{5} y$. Since $x$ is $50 \%$ of $z$, then $x=\frac{1}{2} z$. Therefore, $\frac{1}{5} y=\frac{1}{2} z$ which gives $\frac{2}{5} y=z$. Thus, $z=\frac{40}{100} y$ and so $z$ is $40 \%$ of $y$. | 40 \% | cayley |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | At what speed does Jeff run if Jeff and Ursula each run 30 km, Ursula runs at a constant speed of $10 \mathrm{~km} / \mathrm{h}$, and Jeff's time to complete the 30 km is 1 hour less than Ursula's time? | When Ursula runs 30 km at $10 \mathrm{~km} / \mathrm{h}$, it takes her $\frac{30 \mathrm{~km}}{10 \mathrm{~km} / \mathrm{h}}=3 \mathrm{~h}$.
This means that Jeff completes the same distance in $3 \mathrm{~h}-1 \mathrm{~h}=2 \mathrm{~h}$.
Therefore, Jeff's constant speed is $\frac{30 \mathrm{~km}}{2 \mathrm{~h}}=15 \mathrm{~km} / \mathrm{h}$. | 15 \mathrm{~km} / \mathrm{h} | pascal |
[
"Mathematics -> Algebra -> Intermediate Algebra -> Inequalities"
] | 1 | Which of the following is a possible value of $x$ if given two different numbers on a number line, the number to the right is greater than the number to the left, and the positions of $x, x^{3}$ and $x^{2}$ are marked on a number line? | From the number line shown, we see that $x<x^{3}<x^{2}$.
If $x>1$, then successive powers of $x$ are increasing (that is, $x<x^{2}<x^{3}$ ).
Since this is not the case, then it is not true that $x>1$.
If $x=0$ or $x=1$, then successive powers of $x$ are equal. This is not the case either.
If $0<x<1$, then successive powers of $x$ are decreasing (that is, $x^{3}<x^{2}<x$ ). This is not the case either.
Therefore, it must be the case that $x<0$.
If $x<-1$, we would have $x^{3}<x<0<x^{2}$. This is because when $x<-1$, then $x$ is negative and we have $x^{2}>1$ which gives $x^{3}=x^{2} \times x<1 \times x$. This is not the case here either.
Therefore, it must be the case that $-1<x<0$.
From the given possibilities, this means that $-\frac{2}{5}$ is the only possible value of $x$.
We can check that if $x=-\frac{2}{5}=-0.4$, then $x^{2}=0.16$ and $x^{3}=-0.064$, and so we have $x<x^{3}<x^{2}$. We can also check by substitution that none of the other possible answers gives the correct ordering of $x, x^{2}$ and $x^{3}$. | -\frac{2}{5} | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Elena earns $\$ 13.25$ per hour working at a store. How much does Elena earn in 4 hours? | Elena works for 4 hours and earns $\$ 13.25$ per hour. This means that she earns a total of $4 \times \$ 13.25=\$ 53.00$. | \$53.00 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Fractions"
] | 1 | Which of the following is equal to $110 \%$ of 500? | Solution 1: $10 \%$ of 500 is $\frac{1}{10}$ of 500, which equals 50. Thus, $110 \%$ of 500 equals $500+50$, which equals 550. Solution 2: $110 \%$ of 500 is equal to $\frac{110}{100} \times 500=110 \times 5=550$. | 550 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Ratios and Proportions -> Other",
"Mathematics -> Number Theory -> Other"
] | 1 | The ratio of apples to bananas in a box is $3: 2$. What total number of apples and bananas in the box cannot be equal to? | Since the ratio of apples to bananas is $3: 2$, then we can let the numbers of apples and bananas equal $3n$ and $2n$, respectively, for some positive integer $n$. Therefore, the total number of apples and bananas is $3n + 2n = 5n$, which is a multiple of 5. Of the given choices, only (E) 72 is not a multiple of 5 and so cannot be the total. (Each of the other choices can be the total by picking an appropriate value of $n$.) | 72 | pascal |
[
"Mathematics -> Algebra -> Intermediate Algebra -> Inequalities"
] | 1.5 | If $x$ is a number less than -2, which of the following expressions has the least value: $x$, $x+2$, $\frac{1}{2}x$, $x-2$, or $2x$? | For any negative real number $x$, the value of $2x$ will be less than the value of $\frac{1}{2}x$. Therefore, $\frac{1}{2}x$ cannot be the least of the five values. Thus, the least of the five values is either $x-2$ or $2x$. When $x < -2$, we know that $2x - (x-2) = x + 2 < 0$. Since the difference between $2x$ and $x-2$ is negative, then $2x$ has the smaller value and so is the least of all five values. | 2x | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1 | Which number is closest to \(-3.4\) on a number line? | On a number line, \(-3.4\) is between \(-4\) and \(-3\). This means that \(-3.4\) is closer to \(-3\) than to \(-4\), and so the answer is \(-3\). | -3 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Dhruv is older than Bev. Bev is older than Elcim. Elcim is younger than Andy. Andy is younger than Bev. Bev is younger than Cao. Who is the third oldest? | The five sentences give \(D > B\) and \(B > E\) and \(A > E\) and \(B > A\) and \(C > B\). These show us that Dhruv and Cao are older than Bev, and Elcim and Andy are younger than Bev. This means that two people are older than Bev and two people are younger than Bev, which means that Bev must be the third oldest. | Bev | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 2 | The value of $\frac{2^4 - 2}{2^3 - 1}$ is? | We note that $2^3 = 2 \times 2 \times 2 = 8$ and $2^4 = 2^3 \times 2 = 16$. Therefore, $\frac{2^4 - 2}{2^3 - 1} = \frac{16 - 2}{8 - 1} = \frac{14}{7} = 2$. Alternatively, $\frac{2^4 - 2}{2^3 - 1} = \frac{2(2^3 - 1)}{2^3 - 1} = 2$. | 2 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | Mayar and Rosie are 90 metres apart. Starting at the same time, they run towards each other. Mayar runs twice as fast as Rosie. How far has Mayar run when they meet? | Suppose that Rosie runs \(x\) metres from the time that they start running until the time that they meet. Since Mayar runs twice as fast as Rosie, then Mayar runs \(2x\) metres in this time. When Mayar and Rosie meet, they will have run a total of 90 m, since between the two of them, they have covered the full 90 m. Therefore, \(2x + x = 90\) and so \(3x = 90\) or \(x = 30\). Since \(2x = 60\), this means that Mayar has run 60 m when they meet. | 60 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Fractions"
] | 1 | In the list 7, 9, 10, 11, 18, which number is the average (mean) of the other four numbers? | The average of the numbers \(7, 9, 10, 11\) is \(\frac{7+9+10+11}{4} = \frac{37}{4} = 9.25\), which is not equal to 18, which is the fifth number. The average of the numbers \(7, 9, 10, 18\) is \(\frac{7+9+10+18}{4} = \frac{44}{4} = 11\), which is equal to 11, the remaining fifth number. | 11 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 1.5 | A sign has 31 spaces on a single line. The word RHOMBUS is written from left to right in 7 consecutive spaces. There is an equal number of empty spaces on each side of the word. Counting from the left, in what space number should the letter $R$ be put? | Since the letters of RHOMBUS take up 7 of the 31 spaces on the line, there are $31-7=24$ spaces that are empty. Since the numbers of empty spaces on each side of RHOMBUS are the same, there are $24 \div 2=12$ empty spaces on each side. Therefore, the letter R is placed in space number $12+1=13$, counting from the left. | 13 | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 1.5 | Which of the following is closest in value to 7? | We note that $7=\sqrt{49}$ and that $\sqrt{40}<\sqrt{49}<\sqrt{50}<\sqrt{60}<\sqrt{70}<\sqrt{80}$.
This means that $\sqrt{40}$ or $\sqrt{50}$ is the closest to 7 of the given choices.
Since $\sqrt{40} \approx 6.32$ and $\sqrt{50} \approx 7.07$, then $\sqrt{50}$ is closest to 7. | \sqrt{50} | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 1.5 | What number did Janet pick if she added 7 to the number, multiplied the sum by 2, subtracted 4, and the final result was 28? | We undo Janet's steps to find the initial number.
To do this, we start with 28, add 4 (to get 32), then divide the sum by 2 (to get 16), then subtract 7 (to get 9).
Thus, Janet's initial number was 9. | 9 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1 | Who is the tallest if Igor is shorter than Jie, Faye is taller than Goa, Jie is taller than Faye, and Han is shorter than Goa? | Since Igor is shorter than Jie, then Igor cannot be the tallest.
Since Faye is taller than Goa, then Goa cannot be the tallest.
Since Jie is taller than Faye, then Faye cannot be the tallest.
Since Han is shorter than Goa, then Han cannot be the tallest.
The only person of the five who has not been eliminated is Jie, who must thus be the tallest. | Jie | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | On February 1, it was $16.2^{\circ} \mathrm{C}$ outside Jacinta's house at 3:00 p.m. On February 2, it was $-3.6^{\circ} \mathrm{C}$ outside Jacinta's house at 2:00 a.m. If the temperature changed at a constant rate between these times, what was the rate at which the temperature decreased? | The total decrease in temperature between these times is $16.2^{\circ} \mathrm{C}-\left(-3.6^{\circ} \mathrm{C}\right)=19.8^{\circ} \mathrm{C}$. The length of time between 3:00 p.m. one day and 2:00 a.m. the next day is 11 hours, since it is 1 hour shorter than the length of time between 3:00 p.m. and 3:00 a.m. Since the temperature decreased at a constant rate over this period of time, the rate of decrease in temperature was $\frac{19.8^{\circ} \mathrm{C}}{11 \mathrm{~h}}=1.8^{\circ} \mathrm{C} / \mathrm{h}$. | 1.8^{\circ} \mathrm{C} / \mathrm{h} | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1 | Morgan uses a spreadsheet to create a table of values. In the first column, she lists the positive integers from 1 to 400. She then puts integers in the second column in the following way: if the integer in the first column of a given row is $n$, the number in the second column of that row is $3 n+1$. Which of the following integers does not appear in the second column: 31, 94, 131, 331, 907? | Since $31=3 imes 10+1$ and $94=3 imes 31+1$ and $331=3 imes 110+1$ and $907=3 imes 302+1$, then each of $31,94,331$, and 907 appear in the second column of Morgan's spreadsheet. Thus, 131 must be the integer that does not appear in Morgan's spreadsheet. (We note that 131 is 2 more than $3 imes 43=129$ so is not 1 more than a multiple of 3.) | 131 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1 | Peyton puts 30 L of oil and 15 L of vinegar into a large empty can. He then adds 15 L of oil to create a new mixture. What percentage of the new mixture is oil? | After Peyton has added 15 L of oil, the new mixture contains $30+15=45 \mathrm{~L}$ of oil and 15 L of vinegar. Thus, the total volume of the new mixture is $45+15=60 \mathrm{~L}$. Of this, the percentage that is oil is $\frac{45}{60} \times 100 \%=\frac{3}{4} \times 100 \%=75 \%$. | 75\% | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1.5 | Anna thinks of an integer that is not a multiple of three, not a perfect square, and the sum of its digits is a prime number. What could the integer be? | Since 12 and 21 are multiples of 3 (12 = 4 \times 3 and 21 = 7 \times 3), the answer is not 12 or 21. 16 is a perfect square (16 = 4 \times 4) so the answer is not 16. The sum of the digits of 26 is 8, which is not a prime number, so the answer is not 26. Since 14 is not a multiple of three, 14 is not a perfect square, and the sum of the digits of 14 is 1 + 4 = 5 which is prime, then the answer is 14. | 14 | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1.5 | Ewan writes out a sequence where he counts by 11s starting at 3. Which number will appear in Ewan's sequence? | Ewan's sequence starts with 3 and each following number is 11 larger than the previous number. Since every number in the sequence is some number of 11s more than 3, this means that each number in the sequence is 3 more than a multiple of 11. Furthermore, every such positive integer is in Ewan's sequence. Since $110 = 11 \times 10$ is a multiple of 11, then $113 = 110 + 3$ is 3 more than a multiple of 11, and so is in Ewan's sequence. | 113 | fermat |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 1 | If \( n = 7 \), which of the following expressions is equal to an even integer: \( 9n, n+8, n^2, n(n-2), 8n \)? | When \( n=7 \), we have \( 9n=63, n+8=15, n^2=49, n(n-2)=35, 8n=56 \). Therefore, \( 8n \) is even. For every integer \( n \), the expression \( 8n \) is equal to an even integer. | 8n | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1 | In a certain year, July 1 was a Wednesday. What day of the week was July 17 in that year? | Since July 1 is a Wednesday, then July 8 and July 15 are both Wednesdays. Since July 15 is a Wednesday, then July 17 is a Friday. | Friday | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | A store sells jellybeans at a fixed price per gram. The price for 250 g of jellybeans is $\$ 7.50$. What mass of jellybeans sells for $\$ 1.80$? | The store sells 250 g of jellybeans for $\$ 7.50$, which is 750 cents. Therefore, 1 g of jellybeans costs $750 \div 250=3$ cents. This means that $\$ 1.80$, which is 180 cents, will buy $180 \div 3=60 \mathrm{~g}$ of jellybeans. | 60 \mathrm{~g} | cayley |
[
"Mathematics -> Algebra -> Intermediate Algebra -> Inequalities"
] | 1.5 | If $x$ is a number less than -2, which of the following expressions has the least value: $x$, $x+2$, $\frac{1}{2}x$, $x-2$, or $2x$? | For any negative real number $x$, the value of $2x$ will be less than the value of $\frac{1}{2}x$. Therefore, $\frac{1}{2}x$ cannot be the least of the five values. Thus, the least of the five values is either $x-2$ or $2x$. When $x < -2$, we know that $2x - (x-2) = x + 2 < 0$. Since the difference between $2x$ and $x-2$ is negative, then $2x$ has the smaller value and so is the least of all five values. | 2x | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Integers"
] | 2 | Glen, Hao, Ioana, Julia, Karla, and Levi participated in the 2023 Canadian Team Mathematics Contest. On their team uniforms, each had a different number chosen from the list $11,12,13,14,15,16$. Hao's and Julia's numbers were even. Karla's and Levi's numbers were prime numbers. Glen's number was a perfect square. What was Ioana's number? | From the given list, the numbers 11 and 13 are the only prime numbers, and so must be Karla's and Levi's numbers in some order. From the given list, 16 is the only perfect square; thus, Glen's number was 16. The remaining numbers are $12,14,15$. Since Hao's and Julia's numbers were even, then their numbers must be 12 and 14 in some order. Thus, Ioana's number is 15. | 15 | pascal |
[
"Mathematics -> Geometry -> Plane Geometry -> Area"
] | 1.5 | A rectangle has length 13 and width 10. The length and the width of the rectangle are each increased by 2. By how much does the area of the rectangle increase? | The area of the original rectangle is $13 imes 10=130$. When the dimensions of the original rectangle are each increased by 2, we obtain a rectangle that is 15 by 12. The area of the new rectangle is $15 imes 12=180$, and so the area increased by $180-130=50$. | 50 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1 | If July 3, 2030 is a Wednesday, what day of the week is July 14, 2030? | July 14 is 11 days after July 3 of the same year. Since there are 7 days in a week, then July 10 and July 3 occur on the same day of the week, namely Wednesday. July 14 is 4 days after July 10, and so is a Sunday. | Sunday | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1 | A hiker is exploring a trail. The trail has three sections: the first $25 \%$ of the trail is along a river, the next $\frac{5}{8}$ of the trail is through a forest, and the remaining 3 km of the trail is up a hill. How long is the trail? | Since $25 \%$ is equivalent to $\frac{1}{4}$, then the fraction of the trail covered by the section along the river and the section through the forest is $\frac{1}{4}+\frac{5}{8}=\frac{2}{8}+\frac{5}{8}=\frac{7}{8}$. This means that the final section up a hill represents $1-\frac{7}{8}=\frac{1}{8}$ of the trail. Since $\frac{1}{8}$ of the trail is 3 km long, then the entire trail is $8 \times 3 \mathrm{~km}=24 \mathrm{~km}$ long. | 24 \text{ km} | pascal |
[
"Mathematics -> Algebra -> Prealgebra -> Simple Equations"
] | 1.5 | At the end of which year did Steve have more money than Wayne for the first time? | Steve's and Wayne's amounts of money double and halve each year, respectively. By 2004, Steve has more money than Wayne. | 2004 | pascal |
[
"Mathematics -> Applied Mathematics -> Math Word Problems"
] | 1.5 | How much money does Roman give Dale if Roman wins a contest with a prize of $\$ 200$, gives $30 \%$ of the prize to Jackie, and then splits $15 \%$ of what remains equally between Dale and Natalia? | To determine $30 \%$ of Roman's $\$ 200$ prize, we calculate $\$ 200 \times 30 \%=\$ 200 \times \frac{30}{100}=\$ 2 \times 30=\$ 60$. After Roman gives $\$ 60$ to Jackie, he has $\$ 200-\$ 60=\$ 140$ remaining. He splits $15 \%$ of this between Dale and Natalia. The total that he splits is $\$ 140 \times 15 \%=\$ 140 \times 0.15=\$ 21$. Since Roman splits $\$ 21$ equally between Dale and Natalia, then Roman gives Dale a total of $\$ 21 \div 2=\$ 10.50$. | \$ 10.50 | cayley |