10! = ?

Size: px
Start display at page:

Download "10! = ?"

Transcription

1 AwesomeMath Team Contest 013 Solutions Problem 1. Define the value of a letter as its position in the alphabet. For example, C is the third letter, so its value is 3. The value of a word is the sum of the value of the letters in it. Find the value of MATH. 4 M is the 13th letter, A is the 1st letter, T is the 0th letter, H is the 8th letter = 4. Problem. 10 The sum of three consecutive integers is 15. Determine their product. Let the numbers be n 1, n and n + 1. Then their sum is 3n = 15, which implies that n = 5. The numbers are thus 4, 5, 6. Their product is = 10. Problem 3. How many different positive integers divide 70 10! = ? Note that 10! = When constructing a divisor, we can choose to have 0 to 8 factors (9 choices) of. Similarly, we can choose to have 0 to 4 factors (5 choices) of 3. Continuing this argument, the number of choices for divisors for 10! is (8 + 1)(4 + 1)( + 1)(1 + 1) = 70. Problem 4. Four rectangular strips, each measuring 4 by 16 inches, are laid out with two vertical strips crossing two horizontal strips forming a single polygon which looks like a tic-tac-toe pattern. What is the perimeter of this polygon? 96 Each of the strips have a perimeter of (4 + 16) = 40, so the total perimeter of the four separate strips is 4 40 = 160. When placed in the configuration shown, for every crossing, a 4 4 square is eliminated from the perimeter. Since there are four 4 crossings, each of which have a perimeter of 16, the desired perimeter is = 96. Problem 5. Evaluate the product ( 1 + ) ( 1 + ) ( 1 + ) ( 1 + ) ( 1 + ) ( 1 + ) ( 1 + ) ( 1 + ) = All the factors cancel except for the 99 and 100 in the numerator and the 3 and 4 in the denominator. The answer is thus = 85. Problem 6. Let p 1 =, p = 3, p 3 = 5, be the sequence of prime numbers. Find the least positive even integer n such that p 1 + p + + p n is not a prime. 8 Let S n = p 1 + p + + p n. Calculating, we find S = 5, S 4 = 17, S 6 = 41, S 8 = 77, which is composite. Thus the answer is 8. 1

2 Problem 7. In ABC, the measure of ABC is 10. Point D is chosen in the triangle so that line DA bisects BAC and line DC bisects BCA. Find the degree measure of ADC. 150 From triangle ABC, we have x + y + 10 = 180. From triangle ADC, we have x + y + α = 180, implying x + y + α = 360. Subtracting the first equation, we have α 10 = 180, implying α = 150. Problem 8. polygon have? 13 A regular polygon has five times as many diagonals as it has sides. How many vertices does the If a regular polygon has n sides, it has n(n 3) diagonals. This can be seen by pairing each vertex with each other vertex not counting itself or its two neighbors. We are thus solving the equation n(n 3) = 5n, which implies n(n 3) = 10n, or n 3 = 10 implying n = 13. Problem 9. The faces of a cube contain the numbers 1,, 3, 4, 5, 6 such that the sum of the numbers on each pair of opposite faces is 7. For each of the cube s eight corners, we multiply the three numbers on the faces incident to that corner, and write down its value. (In the diagram, the value of the indicated corner is 1 3 = 6.) What is the sum of the eight values assigned to the cube s corners? 343 The left picture shows the corners and faces touching the side labeled 1, and the right picture shows the opposite side of the die, whose label is 6. Computing the eight numbers individually and summing them, we can find that the sum of numbers is 343. Alternatively, since no corner contains two numbers that sum to 7, the sum can be computed as (1+6)(+5)(3+4) = 7 3 = 343.

3 Problem 10. Given three distinct digits a, b, and c, it is possible, by choosing two distinct digits at a time, to form six two-digit numbers. Determine all possible sets {a, b, c} for which the sum of the six two-digit numbers is 484. {6, 7, 9}, {5, 8, 9} (order of elements does not matter: accept all permutations) The six possible numbers are 10a + b, 10a + c, 10b + a, 10b + c, 10c + a, 10c + b. The sum of all six numbers is (a + b + c). Since the digits are distinct, the possible sets are {6, 7, 9} and {5, 8, 9}. Problem 11. In a certain football league, the only way to score is to kick a field goal for 3 points or score a touchdown for 7 points. Thus the scores 1, 4 and 8 are not possible. How many positive scores are not possible? 6 Checking directly, we obtain that 3, 6, 7, 9, 10, 1, 13, 14 points are achievable. Since we have 3 consecutive scores, 1, 13, 14 which are achievable, it follows that every score > 14 is achievable. Note that if n is an achievable score, then n + 3 is achievable. Hence = 15, = 16, = 17 are all achievable scores. Continuing this argument, all positive integer scores greater than 14 are achievable. Consequently the only scores that are not achievable are 1,, 4, 5, 8, 11. The answer is 6. Problem 1. c? 166 The two roots of the quadratic equation x 85x + c = 0 are prime numbers. What is the value of By Vieta s relations, if a and b are the roots of the quadratic, we have a + b = 85 and ab = c. Since a+b is odd, one root of equation must be even. One root must be, which implies that the other is 83. c = 83 = 166. Problem 13. Simplify the product ( )( )( )( ) 139 Rewrite the given product as ( )( )( )( 11 ( 5 7)) = [( 5 + 7) 11][11 ( 5 7) ] This can be computed directly, coming out to = 11( 5 + 7) (5 7) ( 5 7) 139 Problem 14. What is the sum of all the different solutions to the following equation? (x + 1)(x 4 + 1)(x 6 + 1) x (x 1) = 0 0 Mltiplying by x + 1, we find that the roots of the above equation are the same as the roots of (x + 1)(x 4 + 1)(x 6 + 1) + (x 1) = 0 Where we have used the fact that 1 is not a root of the above equation. Note that if r is a root, then so is r. Consequently the sum of the roots if 0. 3

4 Problem 15. How many triangles are there in the diagram below? 56 To count the triangles, notice that all triangles are right triangles. There are 10 triangles with a right angle at the intersection of two diagonal lines and a hypotenuse along the left vertical side of the rectangle. By symmetry, there are just as many triangles with a hypotenuse along the top, right, or bottom side of the rectange. This accounts for 40 triangles. There are 4 triangles with a right angle at the lower right corner of the rectangle. Again by symmetry, there are four times this many triangles or 16. Thus the diagram contains = 56 triangles. Problem 16. How many sequences a 1, a, a 3, a 4, a 5 satisfying a 1 < a < a 3 < a 4 < a 5 can be formed if each a i must be chosen from the set {1,, 3, 4, 5, 6, 7, 8, 9}? 16 Any 5 numbers chosen from the set {1,,, 9} determine exactly one increasing sequence of a i. Thus to find the answer we can just count the number of ways to pick 5 numbers from the 9. This is just ( 9 5) = 16. Problem 17. If x, y, z are real numbers, find the minimal value of x + 5y + 10z xy 4yz 6zx Note that the given expression is equal to (x y) + (y z) + (3z x) + 3 The minimum of the sum of squares is 0, achieved when x = y = z = 0. Hence the minimum of the expression is 3. Problem 18. Find the minimum value of the following function: 1 f(x) = (x 5) + (x 7) (x 4) (x 8) + (x 3) + (x 9) The function f(x) is quadratic. Its leading coefficient is = > 0, so the graph of f is a U -shaped or upward pointing parabola. The minimum is attained at its vertex. Since the function is symmetric about x = 6, the vertex must be at x = 6. We have f(6) = = ( ) = 1. Problem Let x 1 and x be the roots of the equation x + 3x + 1 = 0. Evaluate ( ) ( ) x1 x + x + 1 x We have x 1 + 3x = 0 and x + 3x + 1 = 0, which implies ( ) ( ) x1 x x 1 + = x + 1 x x + x x x 1 + x = 3x 1 1 x + 3x 1 x 1 = 3(x 1 + x ) + x 1 + x x 1 x = 3(x 1 + x ) 6x 1 x + (x 1 + x ) x 1 x By Vieta s formulas, we find the value of this expression to be 18. 4

5 Problem 0. Find the smallest positive integer n such that 11 n 1 is divisible by The last digit of 11 n 1 is 0, so 5 always divides 11 n 1. Checking the remainders when the powers of 11 are divided by 3 and 7, we find that 3 divides 11 n 1 precisely when n is even, and 7 divides 11 n 1 when 3 n. The smallest value of n that satisfies these conditions is n = 6. Problem 1. In how many ways can we arrange 7 (identical) white balls and 5 (identical) black balls in a row so that there is at least one white ball between any two black balls? 56 Denote the white balls as W and the black ones as B. We must have BWBWBWBWB, leaving us with 3 spare W balls which can be placed anywhere. There are 6 different places to place each white ball (at either end or next to one of the existing W balls). If we put each W in a different place, then there are 6 5 4/3! = 0 possibilities. If we put two W in one place and one in another, there are 6 5 = 30 possibilities. If we put all of the W in the same place, there are 6 possibilities. Adding them, we have 56 possibilities total. Alternatively, place all the 7 white balls first. Then there are 8 places to put the 5 black ones, which each must be in a different place. The number of ways to do this is ! = 56. Problem. The diagram shows a rectangle ABCD with AB = 16 and BC = 1. Angle ACE is a right angle and CE = 15. The line segments AE and CD meet at F. What is the area of triangle ACF? 75 Using the Pythagorean theorem in ABC and then in ACE we find AC = 0 and AE = 5. It follows that ABC ACE, as the sides are in the same ratio. Therefore, we have BAC = CAE. Of course, by alternate interior angles, BAC = ACF. It follows that CAF = ACF, implying that ACF is isosceles. Let M be the midpoint of AC and join M to F. This creates two more right angled triangles AMF and CMF also similar to ABC. We have MF MA = BC 15 CA which implies MF =. The area of ACF is thus = 75. Problem 3. The integer m has ninety-nine digits, all of them nines. What is the sum of the digits of m? 891. We have that m = m = ( ) = = where there are 98 nines and 98 zeros. The sum of the digits is = 891. Problem 4. Let ABCD be a square with A = (0, 0), B = (5, 0), C = (5, 5), D = (0, 5). Let P be a point on the line y = x. Find the value of x such that the sum of the squares of the distances from P to the vertices of the square is a minimum. 3 Let P = (x, x). We have P A + P B + P C + P D = x + 4x + (x 5) + 4x + (x 5) + (x 5) + x + (x 5) = 0 = 0x 60x ( ( x 3 ) ) The quadratic function is minimized at the vertex, i.e. when x = 3. 5

6 Problem 5. A circle has two parallel chords of length x that are x units apart. If the part of the circle included between the chords has area + π, find x. Let C be the area of the circle, S be the area of the square two of whose edges are chords, and A be the area of the part of the circle included between the chords. The radius of the circle is x, implying that C = π x and S = x. The area A is the area of the square plus one half of the difference between the areas of the circle and square. It follows that x = A 1+ π =. A = C S + S = C + S = 1 + π/ x Problem 6. How many subsets {a, b, c} of {1,, 3,..., 15} satisfy b a 3 and c b 3? 165 Let x = a, y = b, and z = c 4. Then x, y, and z are elements that satisfy 1 x < y < z 11, so the number of possible triples (x, y, z) is ( ) 11 3 = 165. Each triple (x, y, z) leads back to a possible triple (a, b, c), so the number of possible triples (a, b, c) is also 165. Problem 7. Find all ordered triples (x, y, z) of positive reals such that x+y+z = 7 and x +y +z xy yz zx = 0. (x, y, z) = (9, 9, 9) We have x + y + z xy yz zx = (x y) +(y z) +(z x) = 0, which implies x = y = z = 7 3 = 9. Problem 8. Three lines are drawn parallel to each of the sides of triangle ABC so that they intersect in the interior of ABC. The resulting three smaller traingles have areas 1, 4, and 9. Find the area of triangle ABC. 36 Name the three intersection points along the horizontal in the center of the triangle D, E, F, and name the two intersections along the base of the triangle G, H as shown. Since the areas of the shaded triangles are in the ratio 1 to 4 to 9, the sides of these similar triangles are in the ratio 1 to to 3. Thus DE + EF = GH. Since EF is parallel to DB, BG = DE. Similarly, HC = EF. Therefore BC = DF and ADF has half the altitude of ABC. Thus ADF = EGH, and [ABC] = 4 [EGH] = 36. 6

7 Problem 9. In a certain country, there are 100 senators, each of whom has 4 aides. These senators and aides serve on various committees. A committee may consist either of 5 senators, of 4 senators and 4 aides, or of senators and 1 aides. Every senator serves on 5 committees, and every aide serves on 3 committees. How many committees are there altogether? 160 If each senator gets a point for every committee on which she serves, and every aide gets 1 4 point for every committee on which he serves, then the 100 senators get 500 points altogether, and the 400 aides get 300 points altogether, for a total of 800 points. But each committee contributes 5 points, so there must be = 160 committees. Problem 30. Let ACE be a triangle with a point B on segment AC and a point D on segment CE such that BD is parallel to AE. A point Y is chosen on segment AE and segment CY is drawn. Let X be the intersection of CY and BD. If CX = 5, XY = 3, what is the ratio of the area of trapezoid ABDE to the area of triangle BCD? 39 5 Draw the altitude from C to AE intersecting line BD at K and line AE at L. Then CK is the altitude of triangle BCD, so CKX CLY. Since CY/CX = 8/5, CL/CK = 8/5. Also CKB CLA, so that CA/CB = 8/5 and BCD ACE, so that AE/BD = 8/5. The area of ACE is (1/)(AE)(CL), and the area of BCD is (1/)(BD)(CK) so the ratio of the area of ACE to the area of BCD is 64/5. It follows that the ratio of the area of ABDE to the area of BCD is 39/5. Problem 31. The function f(x), defined for 0 x 1, has the following properties: (i) f(0) = 0. (ii) If 0 x < y 1, then f(x) f(y). (iii) f(1 x) = 1 f(x) for all 0 x 1. (iv) f( x 3 ) = f(x) for all 0 x 1. Express f( 7 ) in lowest terms. 3 8 From (iii), f(1) = 1. Then from (iv), f(1/3) = f(1)/ = 1/, and from (iii), f(/3) = 1 f(1/3) = 1/. Then from (ii), f(x) = 1/ for all 1/3 x /3. In particular, f(3/7) = 1/. Then from (iv), f(1/7) = f(3/7)/ = 1/4. Then from (iii), f(6/7) = 1 f(1/7) = 3/4. Finally, from (iv), f(/7) = f(6/7)/ = 3/8. 7

8 Problem Then Let Then Problem 33. Let g(x) = 3x 3 x + 7x 9. Find g(x + 7) g(x + 6) g(x + 5) + g(x + 4) g(x + 3) + g(x + ) + g(x + 1) g(x). Let g 1 (x) = g(x + 1) g(x) = [3(x + 1) 3 (x + 1) + 7(x + 1) 9] (3x 3 x + 7x 9) = 9x + 5x + 8. g(x + 7) g(x + 6) g(x + 5) + g(x + 4) g(x + 3) + g(x + ) + g(x + 1) g(x) = g 1 (x + 6) g 1 (x + 4) g 1 (x + ) + g 1 (x). g (x) = g 1 (x + ) g 1 (x) = [9(x + ) + 5(x + ) + 8] (9x + 5x + 8) = 36x g 1 (x + 6) g 1 (x + 4) g 1 (x + ) + g 1 (x) = g (x + 4) g (x) = 36(x + 4) x 46 = 144. Solve in complex numbers the system x(yz 1) = 3 y(zx 1) = 4 z(xy 1) = 5 (x, y, z) = (3,, 1), (i, 1 + i, + i), ( i, 1 i, i) Subtracting the first equation from the second, we obtain x y = 1, while subtracting the second equation from the third yields y z = 1. We have y = z + 1 which implies from the first equation x = z +. The third equation becomes z(z + 3z + 1) = 5 Moving all the terms to the left, we find that z 3 + 3z + z 5 = 0. Noting this cubic equation has 1 as a root, this is equivalent to (z 1)(z + 4z + 5) = 0 whose solutions are z 1 = 1 and z,3 = ± 1. The solutions to the system are thus (x, y, z) = (3,, 1), (i, 1 + i, + i), ( i, 1 i, i) Problem 34. When expressed in decimal, the number 6684 contains 013 digits. How many digits does the number contain? 467 In general, the number of digits in n is log 10 n + 1. Hence, log = 013. Since log is not an integer, it must be strictly between 01 and 013. But log log = log = 6684, so log must be strictly between = 4671 and = 467. Then the number of digits in is log = =

9 Problem 35. A perfect power is a number of the form m n, where m and n are positive integers greater than 1. How many positive integers less than or equal to 1 can be expressed as a perfect power? 81 For n 1, it is not difficult to list the perfect n th powers that are less than or equal to 1. n n th perfect powers less than or equal to 1 #, 3,..., , 3 3,..., , 3 4,..., , 3 5, , 3 6, , This gives us a count of = 98. However, in the table, the number 1 appears five times, the number 10 appears twice, the number 9 appears twice, the number 8 appears three times, the numbers 6 and 3 6 appear three times, and the numbers 4, 3 4, 5 4, 6 4, and 7 4 appear twice, for a total of = 81 distinct perfect powers. Problem 36. Find the sum of the coefficients of x 17 and x 18 in the expansion of (1 + x 5 + x 7 ) To get a term of x k in the expansion of (1 + x 5 + x 7 ) 0, we can choose a, b, and c terms of the form 1, x 5, and x 7, respectively, among the 0 factors of 1 + x 5 + x 7. Then 5b + 7c = k and a + b + c = 0. When k = 17, the only solution is a = 17, b =, and c = 1. Hence, the coefficient of x 17 is 0! 17!!1! = 340. When k = 18, there is no solution in a, b, and c. Hence, the sum of the coefficients is 340. Problem 37. Simplify (17 + 5) 3/ (17 5) 3/ 17 First, we find Let a + b = Then a + ab + b = We set a + b = 17 and ab = 5. Then ab = 5, so a b = 5. Hence, by Vieta s formulas, a and b are roots of the quadratic x 17x + 5 = (x 4)(x 13) = 0. Thus, we can take a = and b = 13, so = Similarly, 17 5 = 13. Then (17 + 5) 3/ (17 5) 3/ = ( + 13) 3 ( 13 ) 3 = ( ) ( ) = 17. Problem 38. Suppose x 3 ax + bx 48 is a polynomial with three positive roots p, q, and r such that p < q < r. What is the minimum possible value of 1/p + /q + 3/r? 3 By Vieta s relations, we know pqr = 48. By AM-GM, we have 1 p + q r 3 3 pqr = 3 by AM-GM, with equality when 1/p = /q = 3/r. Indeed, equality is achievable when p =, q = 4, r = 6, which implies that 3/ is the minimum possible value. 9

10 Problem 39. You have infinitely many boxes, and you randomly put 3 balls into them. The boxes are labeled 1,,. Each ball has probability 1/ n of being put into box n. The balls are placed independently of each other. What is the probability that some box will contain at least balls? 5/7 The desired probability is the sum of the probabilities that boxes 1,, respectively contain at least balls. For box n, the probability of having at least balls is 3[(1/ n ) (1 1/ n )] + (1/ n ) 3 = 3/ n / 3n = 3/4 n /8 n Summing to infinity using the geometric series formula, we find that the answer is 3/4 1 1/4 + /8 1 1/8 = 5/7. Problem 40. A great circle is a circle drawn on a sphere whose center is also the center of the sphere. Eight great circles are drawn on a sphere, so that no three great circles pass through the same point. Find the number of regions these eight great circles divide the surface of the sphere into. 58 Let a n be the number of regions that n great circles divide the surface of the sphere into. Suppose that we have n 1 great circles. When we draw the n th great circle, this circle intersects each of the previous great circles at two points, so the n th great circle can be divided into n arcs, where each arc runs between two consecutive intersection points. Furthermore, each of these n arcs divides a previous region into two regions, so a n = a n 1 + n. Using this recursion, we find a 1 =, a = 4, a 3 = 8, a 4 = 14, a 5 =, a 6 = 3, a 7 = 44, and a 8 = 58. In general, a n = n n +. Problem When the product is written as a number, what is its tens digit? Let P n = (10n + 1)(10n + 3)(10n + 5)(10n + 7)(10n + 9). Then Hence, P n n n n n n n (mod 100) = P 0 P 1 P (5 95) (15 85) (5 75) (35 65) (45 55) (mod 100). Problem 4. Solve the system of equations { (x ) + y + (x + ) + y = 6 9x + 5y = 45 (x, y) = ( , 70), ( 70, 70), ( 70, 70), ( 70, 70) Also accept the same solution set with replaced with From the second equation, we consider the ellipse x 5 + y 9 = 1. By the definition of the ellipse, the sum of distances from any point on the ellipse to each of its foci are constant. We calculate its foci as F 1 (0, ) and F (0, ), and for any point P on the ellipse, we have P F 1 + P F = 6. 10

11 The first equation states that the sum of distances from a point P on the ellipse to the points F 3 (, 0) and F 4 (, 0) is also 6. By symmetry it implies that the point must also be on the ellipse x 9 + y 5 = 1. Solving the two ellipse equations, the system is now easily solved. To simplify calculations, we can use the fact that x = y or x = y by geometrical symmetry (since F 1 F 3 F F 4 is a square). Calculating, we find that (x, y) = ( , 70), ( 70, 70), ( 70, 70), ( 70, 70) Problem 43. Let x = There exist unique integers a, b, and c such that x 5 = ax + bx + c. Find a + b + c. 78 Hence, Let α = 3 and β = 3 4. Then x = α + β, and x 3 = (α + β) 3 = α 3 + 3α β + 3αβ + β 3 = + 3αβ(α + β) + 4 = 6 + 6x. x 5 = x 3 x = (6x + 6)x = 6x 3 + 6x = 6(6x + 6) + 6x = 6x + 36x Thus, a = 6, b = 36, and c = 36, so a + b + c = = 78 Problem 44. Let ABC be a triangle and let D and E be points on BC such that DAB = EAC. If BD = 1, DE = 3, and EC = 4, then what is AC/AB? 7 By the sine law on triangles ABD and ACD, AB/ sin ADB = BD/ sin BAD and AC/ sin ADC = CD/ sin CAD. From these equations, AB AC = BD sin ADB/ sin BAD CD sin ADC/ sin CAD. Since ADB + ADC = 180, sin ADB = sin ADC. Hence, AB AC = BD sin CAD CD sin BAD. Likewise, by the sine law on triangles ABE and ACE, AB/ sin AEB = BE/ sin BAE and AC/ sin AEC = CE/ sin CAE. From these equations, AB AC = BE sin AEB/ sin BAE CE sin AEC/ sin CAE. Since AEB + AEC = 180, sin AEB = sin AEC. Hence, AB AC = BE sin CAE CE sin BAE. But BAD = CAE, which means BAE = CAD. Therefore, Then 7AB = AC, so AC/AB = 7. AB AC AB AC = BD sin CAD CD sin BAD BE sin CAE CE sin BAE = BD CD BE CE = =

12 Problem 45. Let ABC be a triangle with AB =, CA = 3, BC = 4. Let D be the point diametrically opposite A on the circumcircle of ABC, and let E lie on line AD such that D is the midpoint of AE. Line l passes through E perpendicular to AE, and F and G are the intersections of the extensions of AB and AC with l. Compute F G Using Heron s formula we arrive at [ABC] = 3 15 ( ) 4. Employing the relation [ABC] = abc 4R, where R is the circumradius of ABC, we have R 3 = [ABC] = Since ABD = 90, BDEF is cyclic. Hence AB AF = AD AE = R 4R = Similarly, AC AG = 15. Hence BCGF is cyclic, implying ABC AGF. We then have F G = BC AF AC = = Problem 46. Points A, C, and B lie on a line in that order such that AC = 4 and BC =. Circles ω 1, ω, and ω 3 have BC, AC, and AB as diameters. Circle Γ is externally tangent to ω 1 and ω at D and E respectively, and is internally tangent to ω 3. Compute the circumradius of triangle CDE. 3 Let the center of ω i be O i for i = 1,, 3 and let O denote the center of Γ. Then O, D, and O 1 are collinear, as are O, E, and O. If we let r denote the radius of Γ, we have OO 1 = r + 1, OO = r +, OO 3 = 3 r, O 1 O 3 =, O 3 O = 1, O 1 O = 3. By Stewart s Theorem, we have This gives rise to the equation OO 1 O O 3 + OO O 3 O 1 = O O 3 O 3 O 1 O 1 O + OO 3 O 1 O (r + 1) 1 + (r + ) = (3 r) 3 Solving, we find r = 6 7. Noting that the circumcircle of CDE is the incircle of OO 1O, we can easily compute the sides of OO 1 O to be 13 7, 0 7, 3. By Heron s, the area of OO 1O is , but the semipereter s = 7, so the desired radius is 3. Problem If f(x) = x xxx, find the last two digits of f(17) + f(18) + f(19) + f(0). Our goal is to find f(17) + f(18) + f(19) + f(0) modulo 100. By the Chinese Remainder Theorem, it suffices to find the sum modulo 4 and 5. The sum 0 (mod 4) because 18 and 0 are raised to high powers and 19 and 17 are both raised to odd powers. Computing, we have (mod 5) = f(18) 1 (mod 5). Also, clearly f(0) 0 (mod 5). To find f(17) modulo 5, we compute X mod φ(5) = 0. X 1 (mod 4) since 17 1 (mod 4). X (mod 5), so X 17 (mod 0). Since (mod 5), we have (mod 5). Thus f(17) (mod 5) To compute f(19) mod 5, we need to compute Y mod 0. We have 19 1 (mod 0), which implies Y 1 (mod 0). Therefore f(19) = (mod 5). Thus f(17) + f(18) + f(19) + f(0) (mod 5). We have that this sum is 0 (mod 4). Hence f(17) + f(18) + f(19) + f(0) 3 (mod 100). ( Problem 48. If p(x) is a polynomial with integer coefficients, let q(x) = p(x) x(1 x). If q(x) = q and p() = 7, p(3) = 11, find p(10) x ) for every x 0 Insert the equation for q(x) into itself, and obtain q((x 1)/x) = q(x). Write q(x) and q((x 1)/x) in terms of x and p(x). Multiplying and clearing denominators, we have p(x) = x 3 p((x 1/x)) = x 3 p(1 1/x). Since both sides of the equation must be polynomials, it follows that p(x) is a cubic. Let p(x) = ax 3 + bx + cx + d. Substituting, we can obtain two equations: b + c = 3a = 3d. The values of p() and p(3) give two more equations: 8a + 4b + c + d = 7 and 7a + 9b + 3c + d = 11. Solving the system of four equations, we obtain a = 1, b = 5, c =, d = 1. It follows that p(10) = = 51. 1

13 Problem 49. A set of six edges of a regular octahedron is called a Hamiltonian cycle if the edges in some order constitute a continuous loop that visits each vertex exactly once. How many ways are there to partition the twelve edges into two Hamiltonian cycles? 6 Call the octahedron ABCDEF where A, B, and C are opposite D, E, and F, respectively. Note that each Hamiltonian cycle can be described in terms of the order it visits vertices in exactly 1 different ways. Conversely, listing the six vertices in some order determines a Hamiltonian cycle precisely when no pair of opposite vertices are listed consecutively or first-and-last. Suppose we begin with AB. If D is listed third, then the final three letters are CEF or F EC. Otherwise C or F is listed next, and each gives three possibilities for the final three. (For example, ABC is to be followed by DEF, DF E, or EDF.) Thus, there are 6 4 ( ) = 19 listings. These correspond to 19/1 = 16 Hamiltonian cycles. Finally, the complement of all but four Hamiltonian cycles is a Hamiltonian cycle. Each vertex has degree four, so it is an endpoint of two edges in the complement of a Hamiltonian cycle, so it is also a Hamiltonian cycle unless it describes two opposite faces. It follows that there are six pairs of disjoint Hamiltonian cycles. Problem 50. and Find the number of quadruples (a, b, c, d) of non-zero integers satisfying both 1 a + 1 b + 1 c + 1 d = 1 (a + b + c + d) = ab + cd + (a + b)(c + d) Multiply the first equation by abcd and then rewrite it as Rewrite the second equation to get abcd (bcd + acd + abd + abc) = 0 Now note that (a + b + c + d) (ab + cd + ac + ad + bc + bd) = 1 (a )(b )(c )(d ) = abcd (bcd + acd + abd + abc) +4(ab + cd + ac + ad + bc + cd) 8(a + b + c + d) + 16 = [abcd (bcd + acd + abd + abc)] 4[(a + b + c + d) (ab + cd + ac + ad + bc + bd)] + 16 = [0] 4[1] + 16 = 1 There are four ways to factor 1 as the product of four positive integers: , 6 1 1, , and 3 1. If one takes one of these products and assigns the first factor to be a, the second factor to be b, the third to be c, and the fourth to be d, the assignment does not result in an assignment of values for a, b, c, d which satisfy the original two equations. On the other hand, if two or four of the four factors in some of the products are made negative, then some solutions can be found. There are three families of such solutions resulting from the products ( 3)()()( 1), ( 4)( 3)( 1)( 1), and (4)( 3)( 1)(1). There are 4! + 4!! + 4!! = 48 ways to permute these solutions, which gives rise to 48 quadruples. 13

nx + 1 = (n + 1)x 13(n + 1) and nx = (n + 1)x + 27(n + 1).

nx + 1 = (n + 1)x 13(n + 1) and nx = (n + 1)x + 27(n + 1). 1. (Answer: 630) 001 AIME SOLUTIONS Let a represent the tens digit and b the units digit of an integer with the required property. Then 10a + b must be divisible by both a and b. It follows that b must

More information

11 th Philippine Mathematical Olympiad Questions, Answers, and Hints

11 th Philippine Mathematical Olympiad Questions, Answers, and Hints view.php3 (JPEG Image, 840x888 pixels) - Scaled (71%) https://mail.ateneo.net/horde/imp/view.php3?mailbox=inbox&inde... 1 of 1 11/5/2008 5:02 PM 11 th Philippine Mathematical Olympiad Questions, Answers,

More information

UNC Charlotte 2005 Comprehensive March 7, 2005

UNC Charlotte 2005 Comprehensive March 7, 2005 March 7, 2005 1. The numbers x and y satisfy 2 x = 15 and 15 y = 32. What is the value xy? (A) 3 (B) 4 (C) 5 (D) 6 (E) none of A, B, C or D Solution: C. Note that (2 x ) y = 15 y = 32 so 2 xy = 2 5 and

More information

2009 Math Olympics Level II Solutions

2009 Math Olympics Level II Solutions Saginaw Valley State University 009 Math Olympics Level II Solutions 1. f (x) is a degree three monic polynomial (leading coefficient is 1) such that f (0) 3, f (1) 5 and f () 11. What is f (5)? (a) 7

More information

Non-standard MMC problems

Non-standard MMC problems Non-standard MMC problems Carl Joshua Quines 1 Algebra 1. (15S/9B/E6) A quadratic function f(x) satisfies f(0) = 30 and f(2) = 0. Determine all the zeros of f(x). [2 and 15] 2. (15S/IVB/E6) What is the

More information

UNCC 2001 Comprehensive, Solutions

UNCC 2001 Comprehensive, Solutions UNCC 2001 Comprehensive, Solutions March 5, 2001 1 Compute the sum of the roots of x 2 5x + 6 = 0 (A) (B) 7/2 (C) 4 (D) 9/2 (E) 5 (E) The sum of the roots of the quadratic ax 2 + bx + c = 0 is b/a which,

More information

2018 LEHIGH UNIVERSITY HIGH SCHOOL MATH CONTEST

2018 LEHIGH UNIVERSITY HIGH SCHOOL MATH CONTEST 08 LEHIGH UNIVERSITY HIGH SCHOOL MATH CONTEST. A right triangle has hypotenuse 9 and one leg. What is the length of the other leg?. Don is /3 of the way through his run. After running another / mile, he

More information

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Euclid Contest. Wednesday, April 15, 2015

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Euclid Contest. Wednesday, April 15, 2015 The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca 015 Euclid Contest Wednesday, April 15, 015 (in North America and South America) Thursday, April 16, 015 (outside of North America

More information

2015 Canadian Team Mathematics Contest

2015 Canadian Team Mathematics Contest The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca 205 Canadian Team Mathematics Contest April 205 Solutions 205 University of Waterloo 205 CTMC Solutions Page 2 Individual Problems.

More information

Hanoi Open Mathematical Competition 2017

Hanoi Open Mathematical Competition 2017 Hanoi Open Mathematical Competition 2017 Junior Section Saturday, 4 March 2017 08h30-11h30 Important: Answer to all 15 questions. Write your answers on the answer sheets provided. For the multiple choice

More information

SMT 2018 Geometry Test Solutions February 17, 2018

SMT 2018 Geometry Test Solutions February 17, 2018 SMT 018 Geometry Test Solutions February 17, 018 1. Consider a semi-circle with diameter AB. Let points C and D be on diameter AB such that CD forms the base of a square inscribed in the semicircle. Given

More information

x = y +z +2, y = z +x+1, and z = x+y +4. C R

x = y +z +2, y = z +x+1, and z = x+y +4. C R 1. [5] Solve for x in the equation 20 14+x = 20+14 x. 2. [5] Find the area of a triangle with side lengths 14, 48, and 50. 3. [5] Victoria wants to order at least 550 donuts from Dunkin Donuts for the

More information

HANOI OPEN MATHEMATICS COMPETITON PROBLEMS

HANOI OPEN MATHEMATICS COMPETITON PROBLEMS HANOI MATHEMATICAL SOCIETY NGUYEN VAN MAU HANOI OPEN MATHEMATICS COMPETITON PROBLEMS 2006-2013 HANOI - 2013 Contents 1 Hanoi Open Mathematics Competition 3 1.1 Hanoi Open Mathematics Competition 2006...

More information

Math Contest, Fall 2017 BC EXAM , z =

Math Contest, Fall 2017 BC EXAM , z = Math Contest, Fall 017 BC EXAM 1. List x, y, z in order from smallest to largest fraction: x = 111110 111111, y = 1 3, z = 333331 333334 Consider 1 x = 1 111111, 1 y = thus 1 x > 1 z > 1 y, and so x

More information

37th United States of America Mathematical Olympiad

37th United States of America Mathematical Olympiad 37th United States of America Mathematical Olympiad 1. Prove that for each positive integer n, there are pairwise relatively prime integers k 0, k 1,..., k n, all strictly greater than 1, such that k 0

More information

Math Wrangle Practice Problems

Math Wrangle Practice Problems Math Wrangle Practice Problems American Mathematics Competitions December 22, 2011 ((3!)!)! 1. Given that, = k. n!, where k and n are positive integers and n 3. is as large as possible, find k + n. 2.

More information

Math Wrangle Practice Problems

Math Wrangle Practice Problems Math Wrangle Practice Problems American Mathematics Competitions November 19, 2010 1. Find the sum of all positive two-digit integers that are divisible by each of their digits. 2. A finite set S of distinct

More information

0113ge. Geometry Regents Exam In the diagram below, under which transformation is A B C the image of ABC?

0113ge. Geometry Regents Exam In the diagram below, under which transformation is A B C the image of ABC? 0113ge 1 If MNP VWX and PM is the shortest side of MNP, what is the shortest side of VWX? 1) XV ) WX 3) VW 4) NP 4 In the diagram below, under which transformation is A B C the image of ABC? In circle

More information

HIGH SCHOOL - SOLUTIONS = n = 2315

HIGH SCHOOL - SOLUTIONS = n = 2315 PURPLE COMET! MATH MEET April 018 HIGH SCHOOL - SOLUTIONS Copyright c Titu Andreescu and Jonathan Kane Problem 1 Find the positive integer n such that 1 3 + 5 6 7 8 + 9 10 11 1 = n 100. Answer: 315 1 3

More information

Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Ismailia Road Branch

Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Ismailia Road Branch Cairo Governorate Department : Maths Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Sheet Ismailia Road Branch Sheet ( 1) 1-Complete 1. in the parallelogram, each two opposite

More information

46th ANNUAL MASSACHUSETTS MATHEMATICS OLYMPIAD. A High School Competition Conducted by. And Sponsored by FIRST-LEVEL EXAMINATION SOLUTIONS

46th ANNUAL MASSACHUSETTS MATHEMATICS OLYMPIAD. A High School Competition Conducted by. And Sponsored by FIRST-LEVEL EXAMINATION SOLUTIONS 46th ANNUAL MASSACHUSETTS MATHEMATICS OLYMPIAD 009 00 A High School Competition Conducted by THE MASSACHUSETTS ASSOCIATION OF MATHEMATICS LEAGUES (MAML) And Sponsored by THE ACTUARIES CLUB OF BOSTON FIRST-LEVEL

More information

2017 Canadian Team Mathematics Contest

2017 Canadian Team Mathematics Contest The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca 017 Canadian Team Mathematics Contest April 017 Solutions 017 University of Waterloo 017 CTMC Solutions Page Individual Problems

More information

Joe Holbrook Memorial Math Competition

Joe Holbrook Memorial Math Competition Joe Holbrook Memorial Math Competition 8th Grade Solutions October 9th, 06. + (0 ( 6( 0 6 ))) = + (0 ( 6( 0 ))) = + (0 ( 6)) = 6 =. 80 (n ). By the formula that says the interior angle of a regular n-sided

More information

2008 Euclid Contest. Solutions. Canadian Mathematics Competition. Tuesday, April 15, c 2008 Centre for Education in Mathematics and Computing

2008 Euclid Contest. Solutions. Canadian Mathematics Competition. Tuesday, April 15, c 2008 Centre for Education in Mathematics and Computing Canadian Mathematics Competition An activity of the Centre for Education in Mathematics and Computing, University of Waterloo, Waterloo, Ontario 008 Euclid Contest Tuesday, April 5, 008 Solutions c 008

More information

13 = m m = (C) The symmetry of the figure implies that ABH, BCE, CDF, and DAG are congruent right triangles. So

13 = m m = (C) The symmetry of the figure implies that ABH, BCE, CDF, and DAG are congruent right triangles. So Solutions 2005 56 th AMC 2 A 2. (D It is given that 0.x = 2 and 0.2y = 2, so x = 20 and y = 0. Thus x y = 0. 2. (B Since 2x + 7 = 3 we have x = 2. Hence 2 = bx 0 = 2b 0, so 2b = 8, and b = 4. 3. (B Let

More information

T-2 In the equation A B C + D E F = G H I, each letter denotes a distinct non-zero digit. Compute the greatest possible value of G H I.

T-2 In the equation A B C + D E F = G H I, each letter denotes a distinct non-zero digit. Compute the greatest possible value of G H I. 2016 ARML Local Problems and Solutions Team Round Solutions T-1 All the shelves in a library are the same length. When filled, two shelves side-by-side can hold exactly 12 algebra books and 10 geometry

More information

The sum x 1 + x 2 + x 3 is (A): 4 (B): 6 (C): 8 (D): 14 (E): None of the above. How many pairs of positive integers (x, y) are there, those satisfy

The sum x 1 + x 2 + x 3 is (A): 4 (B): 6 (C): 8 (D): 14 (E): None of the above. How many pairs of positive integers (x, y) are there, those satisfy Important: Answer to all 15 questions. Write your answers on the answer sheets provided. For the multiple choice questions, stick only the letters (A, B, C, D or E) of your choice. No calculator is allowed.

More information

13 th Annual Harvard-MIT Mathematics Tournament Saturday 20 February 2010

13 th Annual Harvard-MIT Mathematics Tournament Saturday 20 February 2010 13 th Annual Harvard-MIT Mathematics Tournament Saturday 0 February 010 1. [3] Suppose that x and y are positive reals such that Find x. x y = 3, x + y = 13. 3+ Answer: 17 Squaring both sides of x y =

More information

1 Hanoi Open Mathematical Competition 2017

1 Hanoi Open Mathematical Competition 2017 1 Hanoi Open Mathematical Competition 017 1.1 Junior Section Question 1. Suppose x 1, x, x 3 are the roots of polynomial P (x) = x 3 6x + 5x + 1. The sum x 1 + x + x 3 is (A): 4 (B): 6 (C): 8 (D): 14 (E):

More information

Paper: 03 Class-X-Math: Summative Assessment - I

Paper: 03 Class-X-Math: Summative Assessment - I 1 P a g e Paper: 03 Class-X-Math: Summative Assessment - I Total marks of the paper: 90 Total time of the paper: 3.5 hrs Questions: 1] Triangle ABC is similar to triangle DEF and their areas are 64 cm

More information

2017 Harvard-MIT Mathematics Tournament

2017 Harvard-MIT Mathematics Tournament Team Round 1 Let P(x), Q(x) be nonconstant polynomials with real number coefficients. Prove that if P(y) = Q(y) for all real numbers y, then P(x) = Q(x) for all real numbers x. 2 Does there exist a two-variable

More information

2007 Fermat Contest (Grade 11)

2007 Fermat Contest (Grade 11) Canadian Mathematics Competition An activity of the Centre for Education in Mathematics and Computing, University of Waterloo, Waterloo, Ontario 007 Fermat Contest (Grade 11) Tuesday, February 0, 007 Solutions

More information

UNC Charlotte 2005 Comprehensive March 7, 2005

UNC Charlotte 2005 Comprehensive March 7, 2005 March 7, 2005 1 The numbers x and y satisfy 2 x = 15 and 15 y = 32 What is the value xy? (A) 3 (B) 4 (C) 5 (D) 6 (E) none of A, B, C or D 2 Suppose x, y, z, and w are real numbers satisfying x/y = 4/7,

More information

Written test, 25 problems / 90 minutes

Written test, 25 problems / 90 minutes Sponsored by: UGA Math Department and UGA Math Club Written test, 5 problems / 90 minutes October, 06 WITH SOLUTIONS Problem. Let a represent a digit from to 9. Which a gives a! aa + a = 06? Here aa indicates

More information

Math is Cool Championships

Math is Cool Championships Individual Contest Express all answers as reduced fractions unless stated otherwise. Leave answers in terms of π where applicable. Do not round any answers unless stated otherwise. Record all answers on

More information

Math Day at the Beach 2017 Solutions

Math Day at the Beach 2017 Solutions Math Day at the Beach 07 Solutions Mike Bao, Brendan Brzycki, Benjamin Chen, Samuel Cui, Michael Diao, Ayush Kamat, Emma Qin, Jack Sun, Jason Ye, Xuyang Yu, Beckman Math Club Individual Round Problem.

More information

PURPLE COMET MATH MEET April 2012 MIDDLE SCHOOL - SOLUTIONS

PURPLE COMET MATH MEET April 2012 MIDDLE SCHOOL - SOLUTIONS PURPLE COMET MATH MEET April 2012 MIDDLE SCHOOL - SOLUTIONS Copyright c Titu Andreescu and Jonathan Kane Problem 1 Evaluate 5 4 4 3 3 2 2 1 1 0. Answer: 549 The expression equals 625 64 9 2 1 = 549. Problem

More information

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note Math 001 - Term 171 Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note x A x belongs to A,x is in A Between an element and a set. A B A is a subset of B Between two sets. φ

More information

International Mathematical Talent Search Round 26

International Mathematical Talent Search Round 26 International Mathematical Talent Search Round 26 Problem 1/26. Assume that x, y, and z are positive real numbers that satisfy the equations given on the right. x + y + xy = 8, y + z + yz = 15, z + x +

More information

1. (E) Suppose the two numbers are a and b. Then the desired sum is. 2(a + 3) + 2(b + 3) = 2(a + b) + 12 = 2S + 12.

1. (E) Suppose the two numbers are a and b. Then the desired sum is. 2(a + 3) + 2(b + 3) = 2(a + b) + 12 = 2S + 12. 1 (E) Suppose the two numbers are a and b Then the desired sum is (a + ) + (b + ) = (a + b) + 1 = S + 1 (E) Suppose N = 10a+b Then 10a+b = ab+(a+b) It follows that 9a = ab, which implies that b = 9, since

More information

High School Math Contest

High School Math Contest High School Math Contest University of South Carolina February th, 017 Problem 1. If (x y) = 11 and (x + y) = 169, what is xy? (a) 11 (b) 1 (c) 1 (d) (e) 8 Solution: Note that xy = (x + y) (x y) = 169

More information

9 th CBSE Mega Test - II

9 th CBSE Mega Test - II 9 th CBSE Mega Test - II Time: 3 hours Max. Marks: 90 General Instructions All questions are compulsory. The question paper consists of 34 questions divided into four sections A, B, C and D. Section A

More information

f(x + y) + f(x y) = 10.

f(x + y) + f(x y) = 10. Math Field Day 202 Mad Hatter A A Suppose that for all real numbers x and y, Then f(y x) =? f(x + y) + f(x y) = 0. A2 Find the sum + 2 + 4 + 5 + 7 + 8 + 0 + + +49 + 50 + 52 + 53 + 55 + 56 + 58 + 59. A3

More information

HANOI OPEN MATHEMATICAL COMPETITON PROBLEMS

HANOI OPEN MATHEMATICAL COMPETITON PROBLEMS HANOI MATHEMATICAL SOCIETY NGUYEN VAN MAU HANOI OPEN MATHEMATICAL COMPETITON PROBLEMS HANOI - 2013 Contents 1 Hanoi Open Mathematical Competition 3 1.1 Hanoi Open Mathematical Competition 2006... 3 1.1.1

More information

SAGINAW VALLEY STATE UNIVERSITY SOLUTIONS OF 2013 MATH OLYMPICS LEVEL II. 1 4n + 1. n < < n n n n + 1. n < < n n 1. n 1.

SAGINAW VALLEY STATE UNIVERSITY SOLUTIONS OF 2013 MATH OLYMPICS LEVEL II. 1 4n + 1. n < < n n n n + 1. n < < n n 1. n 1. SAGINAW VALLEY STATE UNIVERSITY SOLUTIONS OF 03 MATH OLYMPICS LEVEL II. The following inequalities hold for all positive integers n: n + n < 4n + < n n. What is the greatest integer which is less than

More information

Pre RMO Exam Paper Solution:

Pre RMO Exam Paper Solution: Paper Solution:. How many positive integers less than 000 have the property that the sum of the digits of each such number is divisible by 7 and the number itself is divisible by 3? Sum of Digits Drivable

More information

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Euclid Contest. Tuesday, April 12, 2016

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Euclid Contest. Tuesday, April 12, 2016 The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca 016 Euclid Contest Tuesday, April 1, 016 (in North America and South America) Wednesday, April 13, 016 (outside of North America

More information

CHMMC 2015 Individual Round Problems

CHMMC 2015 Individual Round Problems CHMMC 05 Individual Round Problems November, 05 Problem 0.. The following number is the product of the divisors of n. What is n? 6 3 3 Solution.. In general, the product of the divisors of n is n # of

More information

IMO Training Camp Mock Olympiad #2

IMO Training Camp Mock Olympiad #2 IMO Training Camp Mock Olympiad #2 July 3, 2008 1. Given an isosceles triangle ABC with AB = AC. The midpoint of side BC is denoted by M. Let X be a variable point on the shorter arc MA of the circumcircle

More information

Marquette University

Marquette University Marquette University 2 0 7 C O M P E T I T I V E S C H O L A R S H I P E X A M I N A T I O N I N M A T H E M A T I C S Do not open this booklet until you are directed to do so.. Fill out completely the

More information

International Mathematical Olympiad. Preliminary Selection Contest 2004 Hong Kong. Outline of Solutions 3 N

International Mathematical Olympiad. Preliminary Selection Contest 2004 Hong Kong. Outline of Solutions 3 N International Mathematical Olympiad Preliminary Selection Contest 004 Hong Kong Outline of Solutions Answers:. 8. 0. N 4. 49894 5. 6. 004! 40 400 7. 6 8. 7 9. 5 0. 0. 007. 8066. π + 4. 5 5. 60 6. 475 7.

More information

1. The sides of a triangle are in the ratio 3 : 5 : 9. Which of the following words best describes the triangle?

1. The sides of a triangle are in the ratio 3 : 5 : 9. Which of the following words best describes the triangle? UNIVERSITY OF NORTH CAROLINA CHARLOTTE 999 HIGH SCHOOL MATHEMATICS CONTEST March 8, 999 The sides of a triangle are in the ratio : 5 : 9 Which of the following words best describes the triangle? (A) obtuse

More information

1966 IMO Shortlist. IMO Shortlist 1966

1966 IMO Shortlist. IMO Shortlist 1966 IMO Shortlist 1966 1 Given n > 3 points in the plane such that no three of the points are collinear. Does there exist a circle passing through (at least) 3 of the given points and not containing any other

More information

2016 EF Exam Texas A&M High School Students Contest Solutions October 22, 2016

2016 EF Exam Texas A&M High School Students Contest Solutions October 22, 2016 6 EF Exam Texas A&M High School Students Contest Solutions October, 6. Assume that p and q are real numbers such that the polynomial x + is divisible by x + px + q. Find q. p Answer Solution (without knowledge

More information

MIDDLE SCHOOL - SOLUTIONS. is 1. = 3. Multiplying by 20n yields 35n + 24n + 20 = 60n, and, therefore, n = 20.

MIDDLE SCHOOL - SOLUTIONS. is 1. = 3. Multiplying by 20n yields 35n + 24n + 20 = 60n, and, therefore, n = 20. PURPLE COMET! MATH MEET April 208 MIDDLE SCHOOL - SOLUTIONS Copyright c Titu Andreescu and Jonathan Kane Problem Find n such that the mean of 7 4, 6 5, and n is. Answer: 20 For the mean of three numbers

More information

BRITISH COLUMBIA SECONDARY SCHOOL MATHEMATICS CONTEST,

BRITISH COLUMBIA SECONDARY SCHOOL MATHEMATICS CONTEST, BRITISH COLUMBIA SECONDARY SCHOOL MATHEMATICS CONTEST, 014 Solutions Junior Preliminary 1. Rearrange the sum as (014 + 01 + 010 + + ) (013 + 011 + 009 + + 1) = (014 013) + (01 011) + + ( 1) = 1 + 1 + +

More information

SUMMATIVE ASSESSMENT I, IX / Class IX

SUMMATIVE ASSESSMENT I, IX / Class IX I, 0 SUMMATIVE ASSESSMENT I, 0 0 MATHEMATICS / MATHEMATICS MATHEMATICS CLASS CLASS - IX - IX IX / Class IX MA-0 90 Time allowed : hours Maximum Marks : 90 (i) (ii) 8 6 0 0 (iii) 8 (iv) (v) General Instructions:

More information

2003 AIME2 SOLUTIONS (Answer: 336)

2003 AIME2 SOLUTIONS (Answer: 336) 1 (Answer: 336) 2003 AIME2 SOLUTIONS 2 Call the three integers a, b, and c, and, without loss of generality, assume a b c Then abc = 6(a + b + c), and c = a + b Thus abc = 12c, and ab = 12, so (a, b, c)

More information

Collinearity/Concurrence

Collinearity/Concurrence Collinearity/Concurrence Ray Li (rayyli@stanford.edu) June 29, 2017 1 Introduction/Facts you should know 1. (Cevian Triangle) Let ABC be a triangle and P be a point. Let lines AP, BP, CP meet lines BC,

More information

number. However, unlike , three of the digits of N are 3, 4 and 5, and N is a multiple of 6.

number. However, unlike , three of the digits of N are 3, 4 and 5, and N is a multiple of 6. C1. The positive integer N has six digits in increasing order. For example, 124 689 is such a number. However, unlike 124 689, three of the digits of N are 3, 4 and 5, and N is a multiple of 6. How many

More information

0811ge. Geometry Regents Exam BC, AT = 5, TB = 7, and AV = 10.

0811ge. Geometry Regents Exam BC, AT = 5, TB = 7, and AV = 10. 0811ge 1 The statement "x is a multiple of 3, and x is an even integer" is true when x is equal to 1) 9 2) 8 3) 3 4) 6 2 In the diagram below, ABC XYZ. 4 Pentagon PQRST has PQ parallel to TS. After a translation

More information

Unofficial Solutions

Unofficial Solutions Canadian Open Mathematics Challenge 2016 Unofficial Solutions COMC exams from other years, with or without the solutions included, are free to download online. Please visit http://comc.math.ca/2016/practice.html

More information

HIGH SCHOOL - PROBLEMS

HIGH SCHOOL - PROBLEMS PURPLE COMET! MATH MEET April 2017 HIGH SCHOOL - PROBLEMS Copyright c Titu Andreescu and Jonathan Kane Problem 1 Paul starts at 1 and counts by threes: 1, 4, 7, 10,.... At the same time and at the same

More information

45-th Moldova Mathematical Olympiad 2001

45-th Moldova Mathematical Olympiad 2001 45-th Moldova Mathematical Olympiad 200 Final Round Chişinǎu, March 2 Grade 7. Prove that y 3 2x+ x 3 2y x 2 + y 2 for any numbers x,y [, 2 3 ]. When does equality occur? 2. Let S(n) denote the sum of

More information

1. If two angles of a triangle measure 40 and 80, what is the measure of the other angle of the triangle?

1. If two angles of a triangle measure 40 and 80, what is the measure of the other angle of the triangle? 1 For all problems, NOTA stands for None of the Above. 1. If two angles of a triangle measure 40 and 80, what is the measure of the other angle of the triangle? (A) 40 (B) 60 (C) 80 (D) Cannot be determined

More information

(D) (A) Q.3 To which of the following circles, the line y x + 3 = 0 is normal at the point ? 2 (A) 2

(D) (A) Q.3 To which of the following circles, the line y x + 3 = 0 is normal at the point ? 2 (A) 2 CIRCLE [STRAIGHT OBJECTIVE TYPE] Q. The line x y + = 0 is tangent to the circle at the point (, 5) and the centre of the circles lies on x y = 4. The radius of the circle is (A) 3 5 (B) 5 3 (C) 5 (D) 5

More information

= 126 possible 5-tuples.

= 126 possible 5-tuples. 19th Philippine Mathematical Olympiad 1 January, 017 JUDGES COPY EASY 15 seconds, points 1. If g (x) = x x 5 Answer: 14 Solution: Note that x x and f ( g ( x)) = x, find f (). x 6 = = x = 1. Hence f ()

More information

International Mathematical Olympiad. Preliminary Selection Contest 2011 Hong Kong. Outline of Solutions

International Mathematical Olympiad. Preliminary Selection Contest 2011 Hong Kong. Outline of Solutions International Mathematical Olympiad Preliminary Selection Contest Hong Kong Outline of Solutions Answers:.. 76... 6. 7.. 6.. 6. 6.... 6. 7.. 76. 6. 7 Solutions:. Such fractions include. They can be grouped

More information

INTERNATIONAL MATHEMATICAL OLYMPIADS. Hojoo Lee, Version 1.0. Contents 1. Problems 1 2. Answers and Hints References

INTERNATIONAL MATHEMATICAL OLYMPIADS. Hojoo Lee, Version 1.0. Contents 1. Problems 1 2. Answers and Hints References INTERNATIONAL MATHEMATICAL OLYMPIADS 1990 2002 Hojoo Lee, Version 1.0 Contents 1. Problems 1 2. Answers and Hints 15 3. References 16 1. Problems 021 Let n be a positive integer. Let T be the set of points

More information

Year 1: Fall. HSA Topics - 2 Year Cycle

Year 1: Fall. HSA Topics - 2 Year Cycle Year 1: Fall Primes and divisibility Derive divisibility rules for 2,3,5,6,9,10,11 Optional:Derive divisibility rules for larger primes such as 7, 13, 17, etc Show Euclid s proof of the infinitude of primes

More information

SOLUTIONS SECTION A [1] = 27(27 15)(27 25)(27 14) = 27(12)(2)(13) = cm. = s(s a)(s b)(s c)

SOLUTIONS SECTION A [1] = 27(27 15)(27 25)(27 14) = 27(12)(2)(13) = cm. = s(s a)(s b)(s c) 1. (A) 1 1 1 11 1 + 6 6 5 30 5 5 5 5 6 = 6 6 SOLUTIONS SECTION A. (B) Let the angles be x and 3x respectively x+3x = 180 o (sum of angles on same side of transversal is 180 o ) x=36 0 So, larger angle=3x

More information

Concours Fermat 2016 (11 e année Secondaire V)

Concours Fermat 2016 (11 e année Secondaire V) Le CENTRE d ÉDUCATION en MATHÉMATIQUES et en INFORMATIQUE cemc.uwaterloo.ca Concours Fermat 016 (11 e année Secondaire V) le mercredi 4 février 016 (Amérique du Nord et Amérique du Sud) le jeudi 5 février

More information

CAREER POINT. PRMO EXAM-2017 (Paper & Solution) Sum of number should be 21

CAREER POINT. PRMO EXAM-2017 (Paper & Solution) Sum of number should be 21 PRMO EXAM-07 (Paper & Solution) Q. How many positive integers less than 000 have the property that the sum of the digits of each such number is divisible by 7 and the number itself is divisible by 3? Sum

More information

1 Line n intersects lines l and m, forming the angles shown in the diagram below. 4 In the diagram below, MATH is a rhombus with diagonals AH and MT.

1 Line n intersects lines l and m, forming the angles shown in the diagram below. 4 In the diagram below, MATH is a rhombus with diagonals AH and MT. 1 Line n intersects lines l and m, forming the angles shown in the diagram below. 4 In the diagram below, MATH is a rhombus with diagonals AH and MT. Which value of x would prove l m? 1) 2.5 2) 4.5 3)

More information

HMMT November 2012 Saturday 10 November 2012

HMMT November 2012 Saturday 10 November 2012 HMMT November 01 Saturday 10 November 01 1. [5] 10 total. The prime numbers under 0 are:,, 5, 7, 11, 1, 17, 19,, 9. There are 10 in. [5] 180 Albert s choice of burgers, sides, and drinks are independent

More information

2005 Euclid Contest. Solutions

2005 Euclid Contest. Solutions Canadian Mathematics Competition An activity of the Centre for Education in Mathematics and Computing, University of Waterloo, Waterloo, Ontario 2005 Euclid Contest Tuesday, April 19, 2005 Solutions c

More information

0610ge. Geometry Regents Exam The diagram below shows a right pentagonal prism.

0610ge. Geometry Regents Exam The diagram below shows a right pentagonal prism. 0610ge 1 In the diagram below of circle O, chord AB chord CD, and chord CD chord EF. 3 The diagram below shows a right pentagonal prism. Which statement must be true? 1) CE DF 2) AC DF 3) AC CE 4) EF CD

More information

(A) 2S + 3 (B) 3S + 2 (C) 3S + 6 (D) 2S + 6 (E) 2S + 12

(A) 2S + 3 (B) 3S + 2 (C) 3S + 6 (D) 2S + 6 (E) 2S + 12 1 The sum of two numbers is S Suppose 3 is added to each number and then each of the resulting numbers is doubled What is the sum of the final two numbers? (A) S + 3 (B) 3S + (C) 3S + 6 (D) S + 6 (E) S

More information

PRMO Solution

PRMO Solution PRMO Solution 0.08.07. How many positive integers less than 000 have the property that the sum of the digits of each such number is divisible by 7 and the number itself is divisible by 3?. Suppose a, b

More information

0811ge. Geometry Regents Exam

0811ge. Geometry Regents Exam 0811ge 1 The statement "x is a multiple of 3, and x is an even integer" is true when x is equal to 1) 9 ) 8 3) 3 4) 6 In the diagram below, ABC XYZ. 4 Pentagon PQRST has PQ parallel to TS. After a translation

More information

... z = (2x y) 2 2y 2 3y.

... z = (2x y) 2 2y 2 3y. 1. [4] Let R be the rectangle in the Cartesian plane with vertices at (0,0),(2,0),(2,1), and (0,1). R can be divided into two unit squares, as shown. The resulting figure has 7 segments of unit length,

More information

History of Mathematics Workbook

History of Mathematics Workbook History of Mathematics Workbook Paul Yiu Department of Mathematics Florida Atlantic University Last Update: April 7, 2014 Student: Spring 2014 Problem A1. Given a square ABCD, equilateral triangles ABX

More information

Nozha Directorate of Education Form : 2 nd Prep

Nozha Directorate of Education Form : 2 nd Prep Cairo Governorate Department : Maths Nozha Directorate of Education Form : 2 nd Prep Nozha Language Schools Geometry Revision Sheet Ismailia Road Branch Sheet ( 1) 1-Complete 1. In the parallelogram, each

More information

Alg. (( Sheet 1 )) [1] Complete : 1) =.. 3) =. 4) 3 a 3 =.. 5) X 3 = 64 then X =. 6) 3 X 6 =... 7) 3

Alg. (( Sheet 1 )) [1] Complete : 1) =.. 3) =. 4) 3 a 3 =.. 5) X 3 = 64 then X =. 6) 3 X 6 =... 7) 3 Cairo Governorate Department : Maths Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Sheet Ismailia Road Branch [1] Complete : 1) 3 216 =.. Alg. (( Sheet 1 )) 1 8 2) 3 ( ) 2 =..

More information

IMO Training Camp Mock Olympiad #2 Solutions

IMO Training Camp Mock Olympiad #2 Solutions IMO Training Camp Mock Olympiad #2 Solutions July 3, 2008 1. Given an isosceles triangle ABC with AB = AC. The midpoint of side BC is denoted by M. Let X be a variable point on the shorter arc MA of the

More information

BRITISH COLUMBIA COLLEGES High School Mathematics Contest 2003 Solutions

BRITISH COLUMBIA COLLEGES High School Mathematics Contest 2003 Solutions BRITISH COLUMBIA COLLEGES High School Mathematics Contest 3 Solutions Junior Preliminary. Solve the equation x = Simplify the complex fraction by multiplying numerator and denominator by x. x = = x = (x

More information

0112ge. Geometry Regents Exam Line n intersects lines l and m, forming the angles shown in the diagram below.

0112ge. Geometry Regents Exam Line n intersects lines l and m, forming the angles shown in the diagram below. Geometry Regents Exam 011 011ge 1 Line n intersects lines l and m, forming the angles shown in the diagram below. 4 In the diagram below, MATH is a rhombus with diagonals AH and MT. Which value of x would

More information

1. Find all solutions to 1 + x = x + 1 x and provide all algebra for full credit.

1. Find all solutions to 1 + x = x + 1 x and provide all algebra for full credit. . Find all solutions to + x = x + x and provide all algebra for full credit. Solution: Squaring both sides of the given equation gives + x = x 2 + 2x x + x which implies 2x x 2 = 2x x. This gives the possibility

More information

ANSWERS. CLASS: VIII TERM - 1 SUBJECT: Mathematics. Exercise: 1(A) Exercise: 1(B)

ANSWERS. CLASS: VIII TERM - 1 SUBJECT: Mathematics. Exercise: 1(A) Exercise: 1(B) ANSWERS CLASS: VIII TERM - 1 SUBJECT: Mathematics TOPIC: 1. Rational Numbers Exercise: 1(A) 1. Fill in the blanks: (i) -21/24 (ii) -4/7 < -4/11 (iii)16/19 (iv)11/13 and -11/13 (v) 0 2. Answer True or False:

More information

3 According to the standard convention for exponentiation,

3 According to the standard convention for exponentiation, AMC 10 2002 A 1 The ratio 102000 +10 2002 10 2001 is closest to which of the following numbers? +102001 (A) 0.1 (B) 0.2 (C) 1 (D) 5 (E) 10 2 For the nonzero numbers a, b, c, define (a,b,c) = a b + b c

More information

UNC Charlotte Super Competition - Comprehensive test March 2, 2015

UNC Charlotte Super Competition - Comprehensive test March 2, 2015 March 2, 2015 1. triangle is inscribed in a semi-circle of radius r as shown in the figure: θ The area of the triangle is () r 2 sin 2θ () πr 2 sin θ () r sin θ cos θ () πr 2 /4 (E) πr 2 /2 2. triangle

More information

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Euclid Contest. Thursday, April 6, 2017

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Euclid Contest. Thursday, April 6, 2017 The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca 017 Euclid Contest Thursday, April 6, 017 (in North America and South America) Friday, April 7, 017 (outside of North America and

More information

FROSH-SOPH 2 PERSON COMPETITION LARGE PRINT QUESTION 1 ICTM 2017 STATE DIVISION AA 1. Determine the sum of all distinct positive integers between 8 and 16 inclusive that can be expressed in one and only

More information

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true?

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true? chapter vector geometry solutions V. Exercise A. For the shape shown, find a single vector which is equal to a)!!! " AB + BC AC b)! AD!!! " + DB AB c)! AC + CD AD d)! BC + CD!!! " + DA BA e) CD!!! " "

More information

Spring 2016 McNabb GDCTM Contest Pre-Algebra Solutions NO Calculators Allowed

Spring 2016 McNabb GDCTM Contest Pre-Algebra Solutions NO Calculators Allowed Spring 2016 McNabb GDCTM Contest Pre-Algebra Solutions NO Calculators Allowed 1. What percent of 45 is 36? Answer: 80 From 45(n/100) = 36 we get n = 100 36/45 = 80. 2. Cindy is 3 miles away from home.

More information

Exercises for Unit V (Introduction to non Euclidean geometry)

Exercises for Unit V (Introduction to non Euclidean geometry) Exercises for Unit V (Introduction to non Euclidean geometry) V.1 : Facts from spherical geometry Ryan : pp. 84 123 [ Note : Hints for the first two exercises are given in math133f07update08.pdf. ] 1.

More information

2016 AMC 12/AHSME. 3 The remainder can be defined for all real numbers x and y with y 0 by. x rem(x,y) = x y y

2016 AMC 12/AHSME. 3 The remainder can be defined for all real numbers x and y with y 0 by. x rem(x,y) = x y y AMC 12/AHSME 2016 A 1 What is the value of 11! 10!? 9! (A) 99 (B) 100 (C) 110 (D) 121 (E) 132 2 For what value of x does 10 x 100 2x = 1000 5? (A) 1 (B) 2 (C) 3 (D) 4 (E) 5 3 The remainder can be defined

More information

TRIANGLES CHAPTER 7. (A) Main Concepts and Results. (B) Multiple Choice Questions

TRIANGLES CHAPTER 7. (A) Main Concepts and Results. (B) Multiple Choice Questions CHAPTER 7 TRIANGLES (A) Main Concepts and Results Triangles and their parts, Congruence of triangles, Congruence and correspondence of vertices, Criteria for Congruence of triangles: (i) SAS (ii) ASA (iii)

More information

USA Aime 1983: Problems & Solutions 1

USA Aime 1983: Problems & Solutions 1 USA Aime 1983: Problems & Solutions 1 1 Problems 1. Let x,y, and z all exceed 1, and let w be a positive number such that log x w = 4, log y w = 40, and log xyz w = 1. Find log z w.. Let f(x) = x p + x

More information

2 13b + 37 = 54, 13b 37 = 16, no solution

2 13b + 37 = 54, 13b 37 = 16, no solution Answers: (999-00 HKMO Final Events) Created by: Mr. Francis Hung Last updated: 6 February 07 Individual Events SI P 6 I P 5 I P 6 I P I P I5 P Q 7 Q 8 Q 8 Q Q Q R R 7 R R 996 R R S 990 S 6 S S 666 S S

More information