index
int64
0
674
question
stringlengths
49
4.42k
answer
stringlengths
1
196
200
Let $\lfloor x\rfloor$ represent the greatest integer which is less than or equal to $x$. For example, $\lfloor 3\rfloor=3,\lfloor 2.6\rfloor=2$. If $x$ is positive and $x\lfloor x\rfloor=17$, what is the value of $x$ ?
4.25
201
A cube has edges of length $n$, where $n$ is an integer. Three faces, meeting at a corner, are painted red. The cube is then cut into $n^{3}$ smaller cubes of unit length. If exactly 125 of these cubes have no faces painted red, determine the value of $n$.
6
202
Thurka bought some stuffed goats and some toy helicopters. She paid a total of $\$ 201$. She did not buy partial goats or partial helicopters. Each stuffed goat cost $\$ 19$ and each toy helicopter cost $\$ 17$. How many of each did she buy?
7,4
203
Determine all real values of $x$ for which $(x+8)^{4}=(2 x+16)^{2}$.
-6,-8,-10
204
If $f(x)=2 x+1$ and $g(f(x))=4 x^{2}+1$, determine an expression for $g(x)$.
g(x)=x^2-2x+2
205
A geometric sequence has 20 terms. The sum of its first two terms is 40 . The sum of its first three terms is 76 . The sum of its first four terms is 130 . Determine how many of the terms in the sequence are integers. (A geometric sequence is a sequence in which each term after the first is obtained from the previ...
5
206
Determine all real values of $x$ for which $3^{(x-1)} 9^{\frac{3}{2 x^{2}}}=27$.
1,\frac{3+\sqrt{21}}{2},\frac{3-\sqrt{21}}{2}
207
Determine all points $(x, y)$ where the two curves $y=\log _{10}\left(x^{4}\right)$ and $y=\left(\log _{10} x\right)^{3}$ intersect.
(1,0),(\frac{1}{100},-8),(100,8)
208
Oi-Lam tosses three fair coins and removes all of the coins that come up heads. George then tosses the coins that remain, if any. Determine the probability that George tosses exactly one head.
\frac{27}{64}
209
Ross starts with an angle of measure $8^{\circ}$ and doubles it 10 times until he obtains $8192^{\circ}$. He then adds up the reciprocals of the sines of these 11 angles. That is, he calculates $$ S=\frac{1}{\sin 8^{\circ}}+\frac{1}{\sin 16^{\circ}}+\frac{1}{\sin 32^{\circ}}+\cdots+\frac{1}{\sin 4096^{\circ}}+\frac{1}...
4^{\circ}
210
For each positive integer $n$, let $T(n)$ be the number of triangles with integer side lengths, positive area, and perimeter $n$. For example, $T(6)=1$ since the only such triangle with a perimeter of 6 has side lengths 2,2 and 2 . Determine the values of $T(10), T(11)$ and $T(12)$.
2,4,3
211
For each positive integer $n$, let $T(n)$ be the number of triangles with integer side lengths, positive area, and perimeter $n$. For example, $T(6)=1$ since the only such triangle with a perimeter of 6 has side lengths 2,2 and 2 . Determine the smallest positive integer $n$ such that $T(n)>2010$.
309
212
Suppose $0^{\circ}<x<90^{\circ}$ and $2 \sin ^{2} x+\cos ^{2} x=\frac{25}{16}$. What is the value of $\sin x$ ?
\frac{3}{4}
213
The first term of a sequence is 2007. Each term, starting with the second, is the sum of the cubes of the digits of the previous term. What is the 2007th term?
153
214
Sequence A has $n$th term $n^{2}-10 n+70$. (The first three terms of sequence $\mathrm{A}$ are $61,54,49$. ) Sequence B is an arithmetic sequence with first term 5 and common difference 10. (The first three terms of sequence $\mathrm{B}$ are $5,15,25$.) Determine all $n$ for which the $n$th term of sequence $\mathrm...
5,15
215
Determine all values of $x$ for which $2+\sqrt{x-2}=x-2$.
6
216
Determine all values of $x$ for which $(\sqrt{x})^{\log _{10} x}=100$.
100,\frac{1}{100}
217
Suppose that $f(x)=x^{2}+(2 n-1) x+\left(n^{2}-22\right)$ for some integer $n$. What is the smallest positive integer $n$ for which $f(x)$ has no real roots?
23
218
A bag contains 3 red marbles and 6 blue marbles. Akshan removes one marble at a time until the bag is empty. Each marble that they remove is chosen randomly from the remaining marbles. Given that the first marble that Akshan removes is red and the third marble that they remove is blue, what is the probability that the ...
\frac{10}{21}
219
Determine the number of quadruples of positive integers $(a, b, c, d)$ with $a<b<c<d$ that satisfy both of the following system of equations: $$ \begin{aligned} a c+a d+b c+b d & =2023 \\ a+b+c+d & =296 \end{aligned} $$
417
220
Suppose that $\triangle A B C$ is right-angled at $B$ and has $A B=n(n+1)$ and $A C=(n+1)(n+4)$, where $n$ is a positive integer. Determine the number of positive integers $n<100000$ for which the length of side $B C$ is also an integer.
222
221
Determine all real values of $x$ for which $$ \sqrt{\log _{2} x \cdot \log _{2}(4 x)+1}+\sqrt{\log _{2} x \cdot \log _{2}\left(\frac{x}{64}\right)+9}=4 $$
[\frac{1}{2},8]
222
For every real number $x$, define $\lfloor x\rfloor$ to be equal to the greatest integer less than or equal to $x$. (We call this the "floor" of $x$.) For example, $\lfloor 4.2\rfloor=4,\lfloor 5.7\rfloor=5$, $\lfloor-3.4\rfloor=-4,\lfloor 0.4\rfloor=0$, and $\lfloor 2\rfloor=2$. Determine the integer equal to $\left\l...
590
223
For every real number $x$, define $\lfloor x\rfloor$ to be equal to the greatest integer less than or equal to $x$. (We call this the "floor" of $x$.) For example, $\lfloor 4.2\rfloor=4,\lfloor 5.7\rfloor=5$, $\lfloor-3.4\rfloor=-4,\lfloor 0.4\rfloor=0$, and $\lfloor 2\rfloor=2$. Determine a polynomial $p(x)$ so that f...
p(x)=\frac{(x-1)(x-2)}{6}
224
One of the faces of a rectangular prism has area $27 \mathrm{~cm}^{2}$. Another face has area $32 \mathrm{~cm}^{2}$. If the volume of the prism is $144 \mathrm{~cm}^{3}$, determine the surface area of the prism in $\mathrm{cm}^{2}$.
166
225
The equations $y=a(x-2)(x+4)$ and $y=2(x-h)^{2}+k$ represent the same parabola. What are the values of $a, h$ and $k$ ?
2,-1,-18
226
In an arithmetic sequence with 5 terms, the sum of the squares of the first 3 terms equals the sum of the squares of the last 2 terms. If the first term is 5 , determine all possible values of the fifth term. (An arithmetic sequence is a sequence in which each term after the first is obtained from the previous term by...
-5,7
227
Dan was born in a year between 1300 and 1400. Steve was born in a year between 1400 and 1500. Each was born on April 6 in a year that is a perfect square. Each lived for 110 years. In what year while they were both alive were their ages both perfect squares on April 7?
1469
228
Determine all values of $k$ for which the points $A(1,2), B(11,2)$ and $C(k, 6)$ form a right-angled triangle.
1,3,9,11
229
If $\cos \theta=\tan \theta$, determine all possible values of $\sin \theta$, giving your answer(s) as simplified exact numbers.
\frac{-1+\sqrt{5}}{2}
230
Linh is driving at $60 \mathrm{~km} / \mathrm{h}$ on a long straight highway parallel to a train track. Every 10 minutes, she is passed by a train travelling in the same direction as she is. These trains depart from the station behind her every 3 minutes and all travel at the same constant speed. What is the constant s...
\frac{600}{7}
231
Determine all pairs $(a, b)$ of real numbers that satisfy the following system of equations: $$ \begin{aligned} \sqrt{a}+\sqrt{b} & =8 \\ \log _{10} a+\log _{10} b & =2 \end{aligned} $$ Give your answer(s) as pairs of simplified exact numbers.
(22+8\sqrt{6},22-8\sqrt{6}),(22-8\sqrt{6},22+8\sqrt{6})
232
A permutation of a list of numbers is an ordered arrangement of the numbers in that list. For example, $3,2,4,1,6,5$ is a permutation of $1,2,3,4,5,6$. We can write this permutation as $a_{1}, a_{2}, a_{3}, a_{4}, a_{5}, a_{6}$, where $a_{1}=3, a_{2}=2, a_{3}=4, a_{4}=1, a_{5}=6$, and $a_{6}=5$. Determine the average v...
\frac{10}{3}
233
A permutation of a list of numbers is an ordered arrangement of the numbers in that list. For example, $3,2,4,1,6,5$ is a permutation of $1,2,3,4,5,6$. We can write this permutation as $a_{1}, a_{2}, a_{3}, a_{4}, a_{5}, a_{6}$, where $a_{1}=3, a_{2}=2, a_{3}=4, a_{4}=1, a_{5}=6$, and $a_{6}=5$. Determine the average v...
4
234
A permutation of a list of numbers is an ordered arrangement of the numbers in that list. For example, $3,2,4,1,6,5$ is a permutation of $1,2,3,4,5,6$. We can write this permutation as $a_{1}, a_{2}, a_{3}, a_{4}, a_{5}, a_{6}$, where $a_{1}=3, a_{2}=2, a_{3}=4, a_{4}=1, a_{5}=6$, and $a_{6}=5$. Determine the average v...
6700
235
If $0^{\circ}<x<90^{\circ}$ and $3 \sin (x)-\cos \left(15^{\circ}\right)=0$, what is the value of $x$ to the nearest tenth of a degree?
18.8^{\circ}
236
The function $f(x)$ has the property that $f(2 x+3)=2 f(x)+3$ for all $x$. If $f(0)=6$, what is the value of $f(9)$ ?
33
237
Suppose that the functions $f(x)$ and $g(x)$ satisfy the system of equations $$ \begin{aligned} f(x)+3 g(x) & =x^{2}+x+6 \\ 2 f(x)+4 g(x) & =2 x^{2}+4 \end{aligned} $$ for all $x$. Determine the values of $x$ for which $f(x)=g(x)$.
5,-2
238
In a short-track speed skating event, there are five finalists including two Canadians. The first three skaters to finish the race win a medal. If all finalists have the same chance of finishing in any position, what is the probability that neither Canadian wins a medal?
\frac{1}{10}
239
Determine the number of positive integers less than or equal to 300 that are multiples of 3 or 5 , but are not multiples of 10 or 15 .
100
240
In the series of odd numbers $1+3+5-7-9-11+13+15+17-19-21-23 \ldots$ the signs alternate every three terms, as shown. What is the sum of the first 300 terms of the series?
-900
241
A two-digit number has the property that the square of its tens digit plus ten times its units digit equals the square of its units digit plus ten times its tens digit. Determine all two-digit numbers which have this property, and are prime numbers.
11,19,37,73
242
A lead box contains samples of two radioactive isotopes of iron. Isotope A decays so that after every 6 minutes, the number of atoms remaining is halved. Initially, there are twice as many atoms of isotope $\mathrm{A}$ as of isotope $\mathrm{B}$, and after 24 minutes there are the same number of atoms of each isotope. ...
8
243
Solve the system of equations: $$ \begin{aligned} & \log _{10}\left(x^{3}\right)+\log _{10}\left(y^{2}\right)=11 \\ & \log _{10}\left(x^{2}\right)-\log _{10}\left(y^{3}\right)=3 \end{aligned} $$
10^{3},10
244
A positive integer $n$ is called "savage" if the integers $\{1,2,\dots,n\}$ can be partitioned into three sets $A, B$ and $C$ such that i) the sum of the elements in each of $A, B$, and $C$ is the same, ii) $A$ contains only odd numbers, iii) $B$ contains only even numbers, and iv) C contains every multiple of 3 (a...
8,32,44,68,80
245
Tanner has two identical dice. Each die has six faces which are numbered 2, 3, 5, $7,11,13$. When Tanner rolls the two dice, what is the probability that the sum of the numbers on the top faces is a prime number?
\frac{1}{6}
246
If $\frac{1}{\cos x}-\tan x=3$, what is the numerical value of $\sin x$ ?
-\frac{4}{5}
247
Determine all linear functions $f(x)=a x+b$ such that if $g(x)=f^{-1}(x)$ for all values of $x$, then $f(x)-g(x)=44$ for all values of $x$. (Note: $f^{-1}$ is the inverse function of $f$.)
f(x)=x+22
248
Determine all pairs $(a, b)$ of positive integers for which $a^{3}+2 a b=2013$.
(1,1006),(3,331),(11,31)
249
Determine all real values of $x$ for which $\log _{2}\left(2^{x-1}+3^{x+1}\right)=2 x-\log _{2}\left(3^{x}\right)$.
\frac{\log2}{\log2-\log3}
250
A multiplicative partition of a positive integer $n \geq 2$ is a way of writing $n$ as a product of one or more integers, each greater than 1. Note that we consider a positive integer to be a multiplicative partition of itself. Also, the order of the factors in a partition does not matter; for example, $2 \times 3 \tim...
11
251
A multiplicative partition of a positive integer $n \geq 2$ is a way of writing $n$ as a product of one or more integers, each greater than 1. Note that we consider a positive integer to be a multiplicative partition of itself. Also, the order of the factors in a partition does not matter; for example, $2 \times 3 \tim...
31
252
What are all values of $x$ such that $$ \log _{5}(x+3)+\log _{5}(x-1)=1 ? $$
2
253
A chef aboard a luxury liner wants to cook a goose. The time $t$ in hours to cook a goose at $180^{\circ} \mathrm{C}$ depends on the mass of the goose $m$ in kilograms according to the formula $$ t=a m^{b} $$ where $a$ and $b$ are constants. The table below gives the times observed to cook a goose at $180^{\circ} \ma...
1.68,0.45
254
A circle passes through the origin and the points of intersection of the parabolas $y=x^{2}-3$ and $y=-x^{2}-2 x+9$. Determine the coordinates of the centre of this circle.
(-\frac{1}{2},\frac{7}{2})
255
In a soccer league with 5 teams, each team plays 20 games(that is, 5 games with each of the other 4 teams). For each team, every game ends in a win (W), a loss (L), or a tie (T). The numbers of wins, losses and ties for each team at the end of the season are shown in the table. Determine the values of $x, y$ and $z$. ...
19,0,1
256
Three thin metal rods of lengths 9,12 and 15 are welded together to form a right-angled triangle, which is held in a horizontal position. A solid sphere of radius 5 rests in the triangle so that it is tangent to each of the three sides. Assuming that the thickness of the rods can be neglected, how high above the plane ...
5
257
Triangle $A B C$ has vertices $A(0,5), B(3,0)$ and $C(8,3)$. Determine the measure of $\angle A C B$.
45^{\circ}
258
Blaise and Pierre will play 6 games of squash. Since they are equally skilled, each is equally likely to win any given game. (In squash, there are no ties.) The probability that each of them will win 3 of the 6 games is $\frac{5}{16}$. What is the probability that Blaise will win more games than Pierre?
\frac{11}{32}
259
Determine all real values of $x$ for which $$ 3^{x+2}+2^{x+2}+2^{x}=2^{x+5}+3^{x} $$
3
260
Determine all real values of $x$ such that $$ \log _{5 x+9}\left(x^{2}+6 x+9\right)+\log _{x+3}\left(5 x^{2}+24 x+27\right)=4 $$
0,-1,-\frac{3}{2}
261
For each positive integer $N$, an Eden sequence from $\{1,2,3, \ldots, N\}$ is defined to be a sequence that satisfies the following conditions: (i) each of its terms is an element of the set of consecutive integers $\{1,2,3, \ldots, N\}$, (ii) the sequence is increasing, and (iii) the terms in odd numbered position...
12
262
For each positive integer $N$, an Eden sequence from $\{1,2,3, \ldots, N\}$ is defined to be a sequence that satisfies the following conditions: (i) each of its terms is an element of the set of consecutive integers $\{1,2,3, \ldots, N\}$, (ii) the sequence is increasing, and (iii) the terms in odd numbered position...
6764,10945
263
If $a$ is chosen randomly from the set $\{1,2,3,4,5\}$ and $b$ is chosen randomly from the set $\{6,7,8\}$, what is the probability that $a^{b}$ is an even number?
\frac{2}{5}
264
A bag contains some blue and some green hats. On each turn, Julia removes one hat without looking, with each hat in the bag being equally likely to be chosen. If it is green, she adds a blue hat into the bag from her supply of extra hats, and if it is blue, she adds a green hat to the bag. The bag initially contains 4 ...
\frac{11}{18}
265
Suppose that, for some angles $x$ and $y$, $$ \begin{aligned} & \sin ^{2} x+\cos ^{2} y=\frac{3}{2} a \\ & \cos ^{2} x+\sin ^{2} y=\frac{1}{2} a^{2} \end{aligned} $$ Determine the possible value(s) of $a$.
1
266
The sequence $2,5,10,50,500, \ldots$ is formed so that each term after the second is the product of the two previous terms. The 15 th term ends with exactly $k$ zeroes. What is the value of $k$ ?
233
267
If $\log _{2} x-2 \log _{2} y=2$, determine $y$, as a function of $x$
\frac{1}{2},\sqrt{x}
268
Define $f(x)=\sin ^{6} x+\cos ^{6} x+k\left(\sin ^{4} x+\cos ^{4} x\right)$ for some real number $k$. Determine all real numbers $k$ for which $f(x)$ is constant for all values of $x$.
-\frac{3}{2}
269
Define $f(x)=\sin ^{6} x+\cos ^{6} x+k\left(\sin ^{4} x+\cos ^{4} x\right)$ for some real number $k$. If $k=-0.7$, determine all solutions to the equation $f(x)=0$.
x=\frac{1}{6}\pi+\pik,\frac{1}{3}\pi+\pik,\frac{2}{3}\pi+\pik,\frac{5}{6}\pi+\pik
270
Define $f(x)=\sin ^{6} x+\cos ^{6} x+k\left(\sin ^{4} x+\cos ^{4} x\right)$ for some real number $k$. Determine all real numbers $k$ for which there exists a real number $c$ such that $f(c)=0$.
[-1,-\frac{1}{2}]
271
Hexagon $A B C D E F$ has vertices $A(0,0), B(4,0), C(7,2), D(7,5), E(3,5)$, $F(0,3)$. What is the area of hexagon $A B C D E F$ ?
29
272
A list $a_{1}, a_{2}, a_{3}, a_{4}$ of rational numbers is defined so that if one term is equal to $r$, then the next term is equal to $1+\frac{1}{1+r}$. For example, if $a_{3}=\frac{41}{29}$, then $a_{4}=1+\frac{1}{1+(41 / 29)}=\frac{99}{70}$. If $a_{3}=\frac{41}{29}$, what is the value of $a_{1} ?$
\frac{7}{5}
273
A hollow cylindrical tube has a radius of $10 \mathrm{~mm}$ and a height of $100 \mathrm{~mm}$. The tube sits flat on one of its circular faces on a horizontal table. The tube is filled with water to a depth of $h \mathrm{~mm}$. A solid cylindrical rod has a radius of $2.5 \mathrm{~mm}$ and a height of $150 \mathrm{~mm...
60
274
A function $f$ has the property that $f\left(\frac{2 x+1}{x}\right)=x+6$ for all real values of $x \neq 0$. What is the value of $f(4) ?$
\frac{13}{2}
275
Determine all real numbers $a, b$ and $c$ for which the graph of the function $y=\log _{a}(x+b)+c$ passes through the points $P(3,5), Q(5,4)$ and $R(11,3)$.
\frac{1}{3},-2,5
276
A computer is programmed to choose an integer between 1 and 99, inclusive, so that the probability that it selects the integer $x$ is equal to $\log _{100}\left(1+\frac{1}{x}\right)$. Suppose that the probability that $81 \leq x \leq 99$ is equal to 2 times the probability that $x=n$ for some integer $n$. What is the v...
9
277
What is the smallest positive integer $x$ for which $\frac{1}{32}=\frac{x}{10^{y}}$ for some positive integer $y$ ?
3125
278
Determine all possible values for the area of a right-angled triangle with one side length equal to 60 and with the property that its side lengths form an arithmetic sequence. (An arithmetic sequence is a sequence in which each term after the first is obtained from the previous term by adding a constant. For example, ...
2400,1350,864
279
Amrita and Zhang cross a lake in a straight line with the help of a one-seat kayak. Each can paddle the kayak at $7 \mathrm{~km} / \mathrm{h}$ and swim at $2 \mathrm{~km} / \mathrm{h}$. They start from the same point at the same time with Amrita paddling and Zhang swimming. After a while, Amrita stops the kayak and imm...
50
280
Determine all pairs $(x, y)$ of real numbers that satisfy the system of equations $$ \begin{aligned} x\left(\frac{1}{2}+y-2 x^{2}\right) & =0 \\ y\left(\frac{5}{2}+x-y\right) & =0 \end{aligned} $$
(0,0),(0,\frac{5}{2}),(\frac{1}{2},0),(-\frac{1}{2},0),(\frac{3}{2},4),(-1,\frac{3}{2})
281
Determine all real numbers $x>0$ for which $$ \log _{4} x-\log _{x} 16=\frac{7}{6}-\log _{x} 8 $$
2^{-2/3},8
282
The string $A A A B B B A A B B$ is a string of ten letters, each of which is $A$ or $B$, that does not include the consecutive letters $A B B A$. The string $A A A B B A A A B B$ is a string of ten letters, each of which is $A$ or $B$, that does include the consecutive letters $A B B A$. Determine, with justificatio...
631
283
Let $k$ be a positive integer with $k \geq 2$. Two bags each contain $k$ balls, labelled with the positive integers from 1 to $k$. André removes one ball from each bag. (In each bag, each ball is equally likely to be chosen.) Define $P(k)$ to be the probability that the product of the numbers on the two balls that he c...
\frac{27}{100}
284
In an arithmetic sequence, the first term is 1 and the last term is 19 . The sum of all the terms in the sequence is 70 . How many terms does the sequence have? (An arithmetic sequence is a sequence in which each term after the first is obtained from the previous term by adding a constant. For example, 3, 5, 7, 9 is an...
7
285
Suppose that $a(x+b(x+3))=2(x+6)$ for all values of $x$. Determine $a$ and $b$.
-2,-2
286
An integer $n$, with $100 \leq n \leq 999$, is chosen at random. What is the probability that the sum of the digits of $n$ is 24 ?
\frac{1}{90}
287
The parabola $y=x^{2}-2 x+4$ is translated $p$ units to the right and $q$ units down. The $x$-intercepts of the resulting parabola are 3 and 5 . What are the values of $p$ and $q$ ?
3,4
288
If $\log _{2} x,\left(1+\log _{4} x\right)$, and $\log _{8} 4 x$ are consecutive terms of a geometric sequence, determine the possible values of $x$. (A geometric sequence is a sequence in which each term after the first is obtained from the previous term by multiplying it by a constant. For example, $3,6,12$ is a geo...
64,\frac{1}{4}
289
Determine the two pairs of positive integers $(a, b)$ with $a<b$ that satisfy the equation $\sqrt{a}+\sqrt{b}=\sqrt{50}$.
(2,32),(8,18)
290
Consider the system of equations: $$ \begin{aligned} c+d & =2000 \\ \frac{c}{d} & =k \end{aligned} $$ Determine the number of integers $k$ with $k \geq 0$ for which there is at least one pair of integers $(c, d)$ that is a solution to the system.
20
291
Determine all real numbers $x$ for which $2 \log _{2}(x-1)=1-\log _{2}(x+2)$.
\sqrt{3}
292
Consider the function $f(x)=x^{2}-2 x$. Determine all real numbers $x$ that satisfy the equation $f(f(f(x)))=3$.
3,1,-1,1+\sqrt{2},1-\sqrt{2}
293
Suppose that $x$ satisfies $0<x<\frac{\pi}{2}$ and $\cos \left(\frac{3}{2} \cos x\right)=\sin \left(\frac{3}{2} \sin x\right)$. Determine all possible values of $\sin 2 x$, expressing your answers in the form $\frac{a \pi^{2}+b \pi+c}{d}$ where $a, b, c, d$ are integers.
\frac{\pi^{2}-9}{9}
294
For positive integers $a$ and $b$, define $f(a, b)=\frac{a}{b}+\frac{b}{a}+\frac{1}{a b}$. For example, the value of $f(1,2)$ is 3 . Determine the value of $f(2,5)$.
3
295
For positive integers $a$ and $b$, define $f(a, b)=\frac{a}{b}+\frac{b}{a}+\frac{1}{a b}$. For example, the value of $f(1,2)$ is 3 . Determine all positive integers $a$ for which $f(a, a)$ is an integer.
1
296
Amir and Brigitte play a card game. Amir starts with a hand of 6 cards: 2 red, 2 yellow and 2 green. Brigitte starts with a hand of 4 cards: 2 purple and 2 white. Amir plays first. Amir and Brigitte alternate turns. On each turn, the current player chooses one of their own cards at random and places it on the table. Th...
\frac{7}{15}
297
Consider the sequence $t_{1}=1, t_{2}=-1$ and $t_{n}=\left(\frac{n-3}{n-1}\right) t_{n-2}$ where $n \geq 3$. What is the value of $t_{1998}$ ?
\frac{-1}{1997}
298
The $n$th term of an arithmetic sequence is given by $t_{n}=555-7 n$. If $S_{n}=t_{1}+t_{2}+\ldots+t_{n}$, determine the smallest value of $n$ for which $S_{n}<0$.
158
299
If $x$ and $y$ are real numbers, determine all solutions $(x, y)$ of the system of equations $$ \begin{aligned} & x^{2}-x y+8=0 \\ & x^{2}-8 x+y=0 \end{aligned} $$
(-1,-9),(4+2\sqrt{2},8),(4-2\sqrt{2},8)