0% found this document useful (0 votes)
2K views

TBO Problem Solving Booklet

This document contains 40 multi-part mathematics questions covering a wide range of topics including: combinatorics, geometry, probability, number theory, algebra and equations. The questions involve calculating values, proving statements, finding solutions, sketching graphs, and more. Many questions generalize the problem or ask for a formula to be conjectured.

Uploaded by

Nahian Rahman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views

TBO Problem Solving Booklet

This document contains 40 multi-part mathematics questions covering a wide range of topics including: combinatorics, geometry, probability, number theory, algebra and equations. The questions involve calculating values, proving statements, finding solutions, sketching graphs, and more. Many questions generalize the problem or ask for a formula to be conjectured.

Uploaded by

Nahian Rahman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

1. How many ways can you arrange each of the digits 1 to 6 to create distinct 6 digit numbers?

How many of these contain the digits 1, 2 and 3 next to each other and in that order?
In how many arrangements does 5 occur before 1?
How many distinct 6 digit numbers are there in which all of the digits 1 to 5 appear?

2. The Power Set is formed from all subsets of a given set.


If a set contains n elements what is the cardinality of its Power Set?
How many subsets contain a given element x1?

3. If a round table has n people sitting around it, what is the probability of person A sitting exactly k seats away from
person B?

4. How can you maximise the number of regions n straight lines will divide the plane in to?
What is this maximum in terms of n?
What if we replace lines with circles?
What does this tell you about Venn Diagrams?

5. How many vertices and edges does a line segment have? A square? A cube? A tesseract?
Can you conjecture formulae for the number of edges and vertices of an n dimensional hypercube?
Can you give the coordinates of the vertices of a tesseract (where 4 edges coincide with the coordinate axes)?
What would the longest length between two vertices be?

6. In a football competition where every round played is a knockout match (i.e. a draw leading to a replay is not an
option), how many matches will be played in the competition in total if there are n teams?

7. In how many ways can 2n opponents be paired in the first round of a tennis competition?
Can you come up with a more succinct expression for your previous solution (i.e. if I gave you a large value for n
you could then use your calculator to calculate the answer quickly)?

8. How many distinct tessellations of the plane use only one regular polygon?
Why are there only five platonic solids?
Using Euler’s Polyhedron Formula V-E+F=2 show that a platonic solid made of triangles must have 4, 8 or 20
faces.

9. The numbers 1 to 1000 are written on a blackboard. You randomly choose two numbers a and b from among them
and replace them with their difference. You continue this process until you are left with a single number on the
board, is it possible for you to be left with the number 1?

10. If I colour three faces of a cube red and the other faces blue, how many distinguishable colourings are there?

11. Every subset of the set (1, 2, 3, ..., n) either contains the element 1 or it does not.
By considering these two possibilities, show that

(𝑛−1
𝑟−1
) + (𝑛−1
𝑟
) = (𝑛𝑟). Explain why (𝑛−2
𝑟−2
) + 2(𝑛−2
𝑟−1
) + (𝑛−2
𝑟
) = (𝑛𝑟).

12. 10 distinct points lie within a unit square, prove at least two of the points lie within √2
3
units of each other.

13. Consider an infinite chessboard, the squares of which have been filled with positive integers. Each of these integers
is the arithmetic mean of four of its neighbours (above, below, left, right). Show that all the integers are equal to each
other.
14. Two full decks of cards are shuffled and placed side by side. I take the top card from each pile and pair them up.
What is the probability I have:
i) 52 matching pairs?
ii) 51 matching pairs?
iii) 50 matching pairs?
iv) 49 matching pairs?
v) k matching pairs?

15. If n points are distributed around the circumference of a circle and each point is joined to every other point by a
chord of the circle (assuming that no three chords intersect at a point inside the circle) in to how many regions is the
circle divided?

16. 2n points are chosen in the plane such that no 3 are collinear, n are coloured blue and n are coloured red. Prove that
it is always possible to join the n red points to the n blue points by line segments, such that no two line segments
cross.

17. For n>1, the integers from 1 to n2 are placed in the cells of an nxn chessboard. Show that there is a pair of
horizontally, vertically, or diagonally adjacent cells whose value differs by at least n+1.

18. Say you have finitely many red and blue points on a plane with the interesting property: every line segment that joins
two points of the same colour contains a point of the other colour. Prove that all the points lie
on a single straight line.

19. n students are standing in a field such that the distance between each pair is distinct. Each student is holding a ball,
and when the teacher blows a whistle, each student throws their ball to the nearest student. Prove that there is a pair
of students that throw their balls to each other.

20. A longevity chain is a sequence of consecutive integers, whose digit sums are never a multiple of 9.
What is the longest possible length of a longevity chain?

21. The T-tetromino is the shape made by joining four 1x1 squares edge to edge, as shown. A rectangle R has
dimensions (2a)x(2b) where a and b are integers. The expression ‘R can be tiled by T’ means that R can be covered
exactly by copies of T without gaps or overlaps.
i) Can R be tiled by T when both a and b are even?
ii) Can R be tiled by T when both a and b are odd?

22. I have a large supply of counters which I place in each of the 1x1 squares of an 8x8 chessboard (1 counter on each
square). Each counter is red, white or blue. A particular pattern of coloured counters is called an arrangement.
Determine whether there are more arrangements which contain an even number of red counters or more
arrangements which contain an odd number of red counters.

23. Prove that it is impossible to have a cuboid for which the volume, the surface area and the perimeter are numerically
equal (the perimeter of a cuboid is the sum of the lengths of all its twelve edges).

24. A two player game is played on a 5x5 grid. A token starts in the bottom left corner of the grid. On each turn, a
player can move the token one or two units to the right, or to the leftmost square of the above row. The last player
who is able to move wins. Determine which positions of the token are winning positions and which are losing.
Generalize this problem to larger grids. How many winning positions are there on an mxn grid?

25. Two people play a game: There are n sweets in a pile and they each take it in turns to remove at least one sweet from
the pile whilst ensuring they take no more than half of what remains. The person who removes the last sweet is the
loser. Are there values of n for which the second player has a winning strategy?
1
26. Show that the family of concentric circles which have centre ( 3 , √2) are such that each circle has exactly 1 lattice
point on its boundary, and each lattice point is on a circle.

27. There are 6 ropes in a bag. In each step, two rope ends are picked at random, tied together and put back into a bag.
The process is repeated until there are no free ends. What is the expected number of loops en at the end of the
process? (Hint: Find a formula linking en and en-1)

28. For each non-empty subset of integers (1, 2, 3, ..., n) consider the reciprocal of the product of the elements.
Let Sn denote the sum of these products. Conjecture and prove a formula for Sn.

29. A thin rod is broken into three pieces. What is the probability that a triangle can be formed from the three pieces?

30. Given n consecutive positive integers, show that n! is a factor of their product.

31. The lengths of the sides of a triangle are in geometric progression with common ratio r.
2 1+√5
Prove that 1+√5
<𝑟<
2

32. Find the number of integer solutions the equation |x|+|y|≤100.

33. Are there any integer solutions to the equation x2+y2=3z2 where x, y, z are co-prime?
Are there any integer solutions at all?

34. Sketch x2-ny2=0 where n is a natural number.


Find all natural solution pairs (x,y) in the case n=9.
Find all natural solution pairs (x,y) in the case n=10.

1 1 1
35. How many natural number solutions are there to the equation 𝑎
+ + = 1 where a<b<c?
𝑏 𝑐

36. Find all positive integer solutions (x,y) to x2+y2=2015.


Will the following equation have any positive integer solutions x2+33y2=555555555?

37. If n, x, y, z are all positive integers, find all solutions of the equation nx+ny=nz.

38. Use algebraic techniques to determine whether the following equation has any real solutions: x4+2x3+3x2+2x+1=0.

39. How many solutions are there to the equation |x|+|x-1|=0?


How many solutions are there to the equation |27x2-48|+|6x2-5x-4|=0?
What are the solutions of the equation |sin(2x)|+|cos(0.5x)|=0?

40. If three positive real numbers a, b, c satisfy the following equations show that at least one of them must be 1 and
hence deduce all solutions:
1 1 1
𝑎𝑏𝑐 = 1 and 𝑎+𝑏+𝑐 =3= + +
𝑎 𝑏 𝑐

41. Prove that the only solution to the equation x2+y2+z2=2xyz for integers x, y, z is x=y=z=0.

1 1 1
42. Show that no three real numbers a, b, c satisfy the equations 𝑎 + 𝑏 + 𝑐 = 0 = 𝑎 + 𝑏 + 𝑐

43. If x and y are positive integers, find all solutions of the equation 2xy-4x2+12x-5y=11.

44. A right angled triangle has all of its sides an integer length.
If the length of the perimeter equals the area, find all such triangles.
45. Prove that n2(n2-1)(n2-4) is divisible by 360 whenever n is a natural number.

46. Find the last two digits of 99n.

2𝑛 𝑛
47. Which will be larger as n→ ∞ ; 22 or 100100 ?

48. Do you know a solution to the equation 5x=4x+3x? Are there any more? Prove it.

49. Prove that n2-1 is divisible by 8 when n is odd.


Prove that n5-n is divisible by 6 whenever n is a natural number.
Prove that n5-n is divisible by 30 whenever n is a natural number.

50. Simplify 12 − 22 + 32 − 42 + ⋯ + (2𝑛 − 1)2 − (2𝑛)2 .


Find 212 − 222 + 232 − 242 + ⋯ + 392 − 402 .

51. Construct a counter example to the statement: When written in decimal notation, every square number has at most
1000 digits that are not 0 or 1.

52. Prove that 4n-1 is divisible by 3 whenever n is a natural number.

53. A natural number from 1 to 1000000 is selected at random, what is the probability its cube ends in 11?

1 1 1 1
54. Given that 8<π2<10, show that log + > 2 and + >2
2𝜋 log5 𝜋 log2 𝜋 log𝜋 2

55. Prove that there are infinitely many primes.

56. Prove that there are infinitely many primes of the form 4n+3.

57. Is log 2 3 rational? Prove it.

58. Prove that 14n+11 is never prime.

59. Let n be a natural number. Suppose an-1 is prime. Show that a=2 and that n must be prime (Mersenne Primes).
Comment on primes of the form 2n+1 (Fermat Numbers).

60. Find all prime numbers p such that 2p-1 and 2p+1 are also prime.

61. Show that 3<π<4.

62. If the ratio of consecutive Fibonacci numbers approaches a limit what must this limit be?

63. Find the exact value of 𝑐𝑜𝑠 2 (1°) + 𝑐𝑜𝑠 2 (2°) + 𝑐𝑜𝑠 2 (3°) + ⋯ + 𝑐𝑜𝑠 2 (89°)

64. If a natural number n has N digits how many digits can n2 have? What about nn?
How would you write a formula for the number of digits of n?

1 𝜋2 1
65. Given that ∑∞
1 𝑟2
=
6
find the exact value of ∑∞
1 (2𝑟−1)2

66. Prove that if a, b, c are all odd then the quadratic equation ax2+bx+c=0 cannot have rational roots.

67. Is tan(1°) irrational?


What about cos(1°)?
1 (𝑛−1)2 (𝑛−2)2 1
68. Find lim ( 𝑛 + 𝑛3
+
𝑛3
+ ⋯+
𝑛3
)
𝑛→∞

1
69. Evaluate ∏∞
2 ( 1 − 𝑛2 )

70. Conjecture and prove a formula for 1x1!+2x2!+3x3!+...+nxn!

71. Is 1234567891011 a square number? Is 24681012141618202224?

72. Let f(x,y) be a function of two real variables which is not identically zero. If f(x,y)=k(f(y,x)) for all values
of x and y, what are the possible values of k?

73. Let h(x)=x3+ax, where a is a constant. When will an inverse to h(x) exist for all x?

𝑓(𝑥)
74. Suppose that 𝑓(0) = 0 and that, for 𝑥 ≠ 0 , 0 < 𝑥
<1
1 1 1
i) Show that − 2 < ∫−1 𝑓(𝑥)𝑑𝑥 <
2
𝑓(𝑥)
ii) How does the above inequality change if 0 < 𝑥2
< 1 instead?

75. Show that cos(𝑛𝜃) = 𝑓𝑛 (cos(𝜃)) for polynomials 𝑓𝑛 (𝑥) satisfying 𝑓𝑛+1 (𝑥) = 2𝑥𝑓𝑛 (𝑥) − 𝑓𝑛−1 (𝑥).
Find all the roots of 𝑓2 (𝑥) + 𝑓3 (𝑥) = 0 , and write them in the form cos(𝜑) for suitable 𝜑.

76. Consider the cubic curve given by the equation y=ax3+bx2+cx+d, find conditions on a, b, c, d which ensure the
curve has a local maximum and a local minimum. Under these conditions, show that the curve has a point of
inflection midway between the turning points.

77. Find all real valued functions which satisfy (f(x+y))2≡(f(x))2+(f(y))2.

78. What is the domain and range of the functions; f(x)=ln(x), ff(x) and fff(x)?
What about fn(x)?

1
79. Find the value of 1 + 1
1+ 1
1+…

𝑎+sin(𝑥)
80. Find the smallest 𝑎 > 1 such that 𝑎+sin(𝑦) ≤ 𝑒 𝑦−𝑥 for all 𝑥 ≤ 𝑦.

81. Let f(x) be a non-constant function satisfying the functional equation f(x+y)=f(x)f(y).
Show that f(n)=kn for all integers n and for k=f(0).
Show also that the same holds for all rational numbers and that k>0.

82. Where in the plane is sin2x+cos2y=1?

83. Sketch 𝑦 = 𝑥𝑙𝑛(𝑥)

ln(𝑥)
84. Sketch 𝑦 = 𝑥
and hence find all natural solutions of the equation 𝑎𝑏 = 𝑏 𝑎 .

1
85. Sketch 𝑦 = (𝑥)𝑥 and 𝑦 = (𝑥)𝑥

sin(𝑥) sin(𝑥)
86. Sketch 𝑦 = 𝑥
and 𝑦 = 𝑥−1

1 1
87. Sketch 𝑦 = cos (𝑥) and 𝑦 = sin (𝑥)
𝑥+sin(𝑥)
88. Sketch 𝑦 = 𝑥−sin(𝑥)

89. Sketch 𝑦 = cos(𝑥 + |𝑥|) for −2𝜋 < 𝑥 < 2𝜋

90. Sketch 𝑦 = √𝑥 3 − 𝑥 and 𝑦 2 = 𝑥 3 − 𝑥

𝑥 4 −7𝑥 2 +12
91. Sketch 𝑦 = 𝑥 4 −4𝑥 2 +4

𝑥 2 +1
92. Sketch 𝑦 = 𝑥2 −1

93. Sketch 𝑦 = |𝑥 2 − 1| and comment on the derivative.


1
Sketch 𝑦 = 𝑥 3 and comment on the derivative.
2
Sketch 𝑦 = 𝑥 3 and comment on the derivative.

94. Sketch 𝑦 = 𝑥 2 − 𝑥 4 and 𝑦 2 = 𝑥 2 − 𝑥 4 (consider the derivative at the origin carefully)

2 2
95. Sketch 𝑦 = 𝑒 −𝑥 − 𝑒 −3𝑥

96. By sketching appropriate graphs, find all solutions to the equation 𝑥 − 1 = (𝑒 − 1)ln(𝑥).
Hence sketch the graph with equation 𝑦 = 𝑒 𝑥 − 𝑥 𝑒 .

3𝑒 𝑥 −𝑒 −𝑥 𝑏 3𝑒 𝑥 −𝑒 −𝑥
97. Write 𝑒 𝑥 +𝑒 −𝑥
in the form 𝑎 + 𝑒 2𝑥+1 and hence sketch 𝑦 = 𝑒 𝑥 +𝑒 −𝑥
.

98. Sketch 𝑥 2𝑛 + 𝑦 2𝑛 = 1 for n=2 and 4.


Explain what happens to the graph as 𝑛 → ∞.

99. Sketch the curve |3x2+y2-12|=|x2-y2+4|.

100. Sketch 𝑦 = √1 − 𝑥 2 + √4 − 𝑥 2

101. Sketch i) 1 = |𝑥| + |𝑦| ii) 1 = |𝑥| − |𝑦| iii) 1 = |𝑦 − 𝑥|

102. What is the area of the region in the Cartesian plane whose points (x,y) satisfy |x|+|y|+|x+y|<2?

103. Find the minimum value of the expression |𝑥 − 1| + |𝑥 − 2| + |𝑥 − 4| + |𝑥 − 6|.

𝑑𝑦
104. Solve the differential equation 𝑑𝑥 = 𝑘𝑦 for 𝑥 > 0 subject to the initial condition 𝑥 = 0, 𝑦 = 1 and k>0.
𝑑𝑦 𝑦
Sketch the solution to the differential equation 𝑑𝑥 = 𝑘𝑦(1 − 𝑀) where 𝑀 is a large constant and the same initial
conditions apply (without directly finding 𝑦).

𝑑𝑦 𝑥
105. Find 𝑑𝑥 when 𝑦 = ∫0 𝑡 8 𝑒 𝑡 𝑑𝑡 .

𝑥
106. Find 𝑓(𝑥) if ∫0 𝑓(𝑡) 𝑑𝑡 = 3𝑓(𝑥) + 𝑘, where 𝑘 is a constant.

107. Find explicit expressions for i) sinh−1 (𝑥) ii) cosh−1 (𝑥) iii) tanh−1 (𝑥)

1 1 1 1 1 1
108. Is the series 1 + 2 + 3 + 4 … divergent? How about the series 1 + 4 + 9 + 16 + ⋯ ?
1 1
Sketch on separate axes 𝑦 = 𝑥 and 𝑦 = 𝑥2 , considering your sketches and by using integration justify your claims.
𝑡
109. By considering the inequality ∫0 ( 𝑓(𝑥) + 𝜇𝑔(𝑥) )2 𝑑𝑥 ≥ 0 , where 𝜇 is a constant, prove that, for all functions 𝑓(𝑥)
and 𝑔(𝑥):
𝑡 𝑡 𝑡
( ∫0 𝑓(𝑥)𝑔(𝑥)𝑑𝑥 )2 ≤ ( ∫0 (𝑓(𝑥))2 𝑑𝑥 )( ∫0 (𝑔(𝑥))2 𝑑𝑥 ) (Cauchy –Schwarz Inequality)

1 1 7
Hence show that ∫0 (1 + 𝑥 5 )2 𝑑𝑥 ≤ √6.

sin(𝑥) cos(𝑥)
110. Let 𝐴 = ∫ sin(𝑥)+cos(𝑥) 𝑑𝑥 and 𝐵 = ∫ sin(𝑥)+cos(𝑥) 𝑑𝑥 , find 𝐴 and 𝐵.

111. Integrate 𝑠𝑖𝑛4 (𝑥)𝑐𝑜𝑠(𝑥) and 𝑠𝑖𝑛6 (𝑥)𝑐𝑜𝑠 3 (𝑥), in general when will this method work?

1
112. Evaluate 𝐼 = ∫ 𝑥𝑛+𝑥 𝑑𝑥 .

𝑏 𝑏
113. Prove that for a continuous function ∫𝑎 𝑓(𝑥) 𝑑𝑥 = ∫𝑎 𝑓(𝑎 + 𝑏 − 𝑥) 𝑑𝑥 .
𝜋
8 ln(9−𝑥) 𝑠𝑖𝑛2000 (𝜃)
Hence evaluate i) 𝐼 = ∫4 ln(9−𝑥)+ln(𝑥−3)
𝑑𝑥 ii) 𝐽 = ∫02 𝑠𝑖𝑛2000(𝜃)+𝑐𝑜𝑠2000(𝜃) 𝑑𝜃

1 1
114. Evaluate 𝐼 = ∫0 3 𝑑𝑥 .
√𝑥+ √𝑥

1 𝑠
115. By considering the graph of the function 𝑓(𝑥) = 𝑥 −𝑠 show that 𝑠−1 < 1 + 2−𝑠 + 3−𝑠 + ⋯ < 𝑠−1 whenever 𝑠 > 1.

1
116. Evaluate i) 𝐼 = ∫ 1−sin(𝑥) 𝑑𝑥 ii) 𝐽 = ∫ 𝑒 𝑥 sin(𝑥) 𝑑𝑥 iii) 𝐾 = ∫ √𝑒 2𝑥 + 1 𝑑𝑥

1 4 1 7
117. Which of the following numbers is bigger and why; 𝐼 = ∫0 √1 − 𝑥 7 𝑑𝑥 or = ∫0 √1 − 𝑥 4 𝑑𝑥 ?

𝜋
𝜋 𝑥𝑠𝑖𝑛(𝑥) (𝜋−𝑥)𝑠𝑖𝑛(𝑥)
118. Show that ∫𝜋 1+𝑐𝑜𝑠 2 (𝑥)
𝑑𝑥 = ∫02
1+𝑐𝑜𝑠 2 (𝑥)
𝑑𝑥 .
2
𝜋 𝑥𝑠𝑖𝑛(𝑥)
Hence find 𝐼 = ∫0 1+𝑐𝑜𝑠 2 (𝑥)
𝑑𝑥 .

1 𝑥2 1
119. Show that ∫0 √1−𝑥 2
𝑑𝑥 = ∫0 √1 − 𝑥 2 𝑑𝑥 .
1 𝑥2
Hence find 𝐼 = ∫0 √1−𝑥 2
𝑑𝑥 .

120. What is the shortest distance from the point A(3,1) to the curve with equation y=x2+1?
What is the shortest distance from the line y=x and the curve y=x2+1?
What is the shortest distance between the two curves y=x2+1 and x=y2+1?

121. The points A(6,0) and B(0,-4) are points on a triangle, the third point lies on the graph of y=x2, find
the co-ordinates of the third point which minimises the area of the triangle.

122. If I have a triangle of fixed perimeter P what will the maximum area be?
Does there exist a right-angled triangle of fixed perimeter P of smallest area?

123. Prove, without directly calculating its value, that 1110-1 is divisible by 100.

124. Find the sum of the coefficients of the polynomial obtained after expanding and collecting terms
of the product (1-3x+3x2-5x3+5x4)(1+3x-3x2+5x3-5x4).

125. Find a polynomial with integer coefficients whose roots include √2 + √3.
126. Prove that in the product (1 − 𝑥 + 𝑥 2 − 𝑥 3 + ⋯ − 𝑥 99 + 𝑥 100 )(1 + 𝑥 + 𝑥 2 + ⋯ + 𝑥 99 + 𝑥 100 ) after multiplying out
and collecting terms, there does not appear a term in 𝑥 of odd degree.

127. Determine m, an integer, so that the equation x4-(3m+2)x2+m2=0 has four real solutions for x that
form an arithmetic progression.

𝑝
128. If the rational quantity 𝑞
(in lowest terms) is a root of 𝑓(𝑥) = 𝑎𝑛 𝑥 𝑛 + 𝑎𝑛−1 𝑥 𝑛−1 + ⋯ + 𝑎1 𝑥 + 𝑎0 ,
prove that 𝑝|𝑎0 and 𝑞|𝑎𝑛 . Hence show that the nth root of an integer is either an integer itself or irrational.

129. Show that if four distinct points of the curve y=2x4+7x3+3x-5 are collinear then their average x-coordinate is some
constant k. Find k.

130. Prove that 199+299+399+499+599 is divisible by 5.

1 1 1
131. Show that if n is a positive integer greater than one then 1 + 2 +. . . + 𝑛 is not an integer.

132. Consider the sequence 0, 1, 1, 2, 2, ..., r, r, r+1, r+1, ..., deduce the sum of the first n terms S(n).
Prove that S(s+t)-S(s-t)=st where s and t are positive integers and s>t.

1 1 1
133. Prove that for n a positive integer 1 + 1! + 2! + ⋯ + 𝑛! < 3.

134. Let P(x,y) be a polynomial in x and y such that: i) P(x,y)≡P(y,x) ii) (x-y) is a factor of P(x,y).
Deduce that (x-y)2 is a factor of P(x,y).

𝑥
135. If 2log(x-2y)=log(x)+log(y) find 𝑦.

136. Let a be the integer consisting of m digit 1’s and b be the integer consisting of a digit 1 at the start, a digit 5 at the
end and with m-1 digit 0’s in between.
Show that ab+1 is a perfect square and find its square root.

137. Prove that 10201 is composite in any base.

138. How many integers from 1 to 1030 inclusive are perfect squares, cubes or fifth powers?

[𝑛𝑥]
139. Prove that for any positive integer n and any real number x, [ 𝑛
] = [𝑥] where [z] denotes the largest integer value
less than or equal to z.

140. If you pick 3 cards from a randomly shuffled pack of cards are you more likely to see a face card than not?

141. Evaluate, without the use of a calculator, (log 3 169)(log13 243).

142. A three-dimensional version of noughts and crosses can be played with a 4x4 cube, the winner is the first player to
get four noughts (or crosses) in a straight line.
How many winning lines are there?

143. Two positive numbers, a and b, with distinct first digits are multiplied together. Is it possible for the first digit of the
product to fall strictly between the first digits of the two numbers?

144. A gambler played a game with his friend, he bet half of his money on the toss of coin; he won on heads and lost on
tails. The game was repeated over and over and at the end the gambler had lost as many times as he had won. Did he
make money, lose money or break even?
145. Alice and Bob play a fair game repeatedly for £1 a game. If originally Alice has £a and Bob has £b, what is Alice’s
chance of winning all of Bob’s money, assuming that play continues until one person has lost all of his or her
money?

146. Determine the function F(x) which satisfies the functional equation x2F(x)+F(1-x)=2x-x4.

147. There are n! permutations (s1, s2, s3, ..., sn) of (1, 2, 3, ..., n).
How many of them satisfy sk>k-3 for k=1, 2, 3, ..., n?

1
148. Is 𝑛+1 (2𝑛
𝑛
) always integer valued when n is a positive integer?

149. If you are faced with a corridor of width m and another corridor of width n, which is perpendicular to the first, what
is the maximum length of ladder you can carry through the corridors?
[You may model the ladder as a one-dimensional rod.]

150. A bracelet is made up of a combination of 11 red, yellow or blue beads. How many distinct bracelets can be made if
you have at least 11 beads of each colour and if rotations are considered the same but reflections are not?

151. i) A regular fair dice is rolled twelve times, what is the probability of getting two of each number?
ii) A fair ten-sided dice is rolled four times, what is the probability that your sequence of rolls is increasing?

You might also like