, where a and c are coprime positive integers and b is squarefree, compute abc. where m and n are positive coprime integers. Find m+n.

Size: px
Start display at page:

Download ", where a and c are coprime positive integers and b is squarefree, compute abc. where m and n are positive coprime integers. Find m+n."

Transcription

1 Problems from the CMIMC 2016 Algebra 1 In a race, people rode either bicycles with blue wheels or tricycles with tan wheels. Given that 15 more people rode bicycles than tricycles and there were 15 more tan wheels than blue wheels, what is the total number of people who rode in the race? 2 Suppose that some real number x satisfies log 2 x+log 8 x+log 64 x = log x 2+log x 16+log x 128. Given that the value of log 2 x+log x 2 can be expressed as a b c, where a and c are coprime positive integers and b is squarefree, compute abc. 3 Let l be a real number satisfying the equation (1+l)2 1+l 2 = Then (1+l) 3 1+l 3 = m n, where m and n are positive coprime integers. Find m+n. 4 A line with negative slope passing through the point (18,8) intersects the x and y axes at (a,0) and (0,b), respectively. What is the smallest possible value of a+b? 5 The parabolas y = x x + 32 and x = y y meet at one point (x 0,y 0 ). Find x 0 +y 0. 6 For some complex number ω with ω = 2016, there is some real λ > 1 such that ω,ω 2, and λω form an equilateral triangle in the complex plane. Then, λ can be written in the form a+ b c, where a,b, and c are positive integers and b is squarefree. Compute a+b+c. 7 Suppose a, b, c, and d are positive real numbers that satisfy the system of equations (a+b)(c+d) = 143, (a+c)(b+d) = 150, (a+d)(b+c) = 169. Compute the smallest possible value of a 2 +b 2 +c 2 +d 2.

2 8 Let r 1, r 2,..., r 20 be the roots of the polynomial x 20 7x If 1 r r r can be written in the form m n where m and n are positive coprime integers, find m+n. 9 Let x denote the greatest integer function and {x} = x x denote the fractional part of x. Let 1 x 1 <... < x 100 be the 100 smallest values of x 1 such that x x 3 + {x}{x 3 } = x 2. Compute 50 k=1 1 x 2. 2k x2 2k 1 10 Denote by F 0 (x), F 1 (x),... the sequence of Fibonacci polynomials, which satisfy the recurrence F 0 (x) = 1, F 1 (x) = x, and F n (x) = xf n 1 (x)+f n 2 (x) for all n 2. It is given that there exist unique integers λ 0, λ 1,..., λ 1000 such that Combinatorics 1000 x 1000 = λ i F i (x) i=0 for all real x. For which integer k is λ k maximized? 1 The phrase COLORFUL TARTAN is spelled out with wooden blocks, where blocks of the same letter are indistinguishable. How many ways are there to distribute the blocks among two bags of different color such that neither bag contains more than one of the same letter? 2 Six people each flip a fair coin. Everyone who flipped tails then flips their coin again. Given that the probability that all the coins are now heads can be expressed as simplified fraction m n, compute m+n. 3 At CMU, markers come in two colors: blue and orange. Zachary fills a hat randomly with three markers such that each color is chosen with equal probability, then Chase shuffles an additional orange marker into the hat. If Zachary chooses one of the markers in the hat at random and it turns out to be orange, the probability that there is a second orange marker in the hat can be expressed as simplified fraction m n. Find m+n.

3 4 Kevin colors three distinct squares in a 3 3 grid red. Given that there exist two uncolored squares such that coloring one of them would create a horizontal or vertical red line, find the number of ways he could have colored the original three squares. 5 Let S be a regular 18-gon, and for two vertices in S define the distance between them to be the length of the shortest path along the edges of S between them (e.g. adjacent vertices have distance 1). Find the number of ways to choose three distinct vertices from S such that no two of them have distance 1, 8, or 9. 6 Shen, Ling, and Ru each place four slips of paper with their name on it into a bucket. They then play the following game: slips are removed one at a time, and whoever has all of their slips removed first wins. Shen cheats, however, and adds an extra slip of paper into the bucket, and will win when four of his are drawn. Given that the probability that Shen wins can be expressed as simplified fraction m n, compute m+n. 7 There are eight people, each with their own horse. The horses are arbitrarily arranged in a line from left to right, while the people are lined up in random order to the left of all the horses. One at a time, each person moves rightwards in an attempt to reach their horse. If they encounter a mounted horse on their way to their horse, the mounted horse shouts angrily at the person, who then scurries home immediately. Otherwise, they get to their horse safely and mount it. The expected number of people who have scurried home after all eight people have attempted to reach their horse can be expressed as simplified fraction m n. Find m+n. 8 Brice is eating bowls of rice. He takes a random amount of time t 1 (0,1) minutestoconsumehisfirstbowl, andeverybowlthereaftertakest n = t n 1 +r n minutes, where t n 1 is the time it took him to eat his previous bowl and r n (0, 1) is chosen uniformly and randomly. The probability that it takes Brice at least 12 minutes to eat 5 bowls of rice can be expressed as simplified fraction m n. Compute m+n distinct potatoes are chosen independently and randomly from a box of 2016 potatoes numbered 1,2,...,2016, with p being the smallest chosen potato. Then, potatoes are drawn one at a time from the remaining 1009 until the first one with value q < p is drawn. If no such q exists, let S = 1. Otherwise, let S = pq. Then given that the expected value of S can be expressed as simplified fraction m n, find m+n.

4 10 For all positive integers m 1, denote by G m the set of simple graphs with exactly m edges. Find the number of pairs of integers (m,n) with 1 < 2n m 100 such that there exists a simple graph G G m satisfying the following property: it is possible to label the edges of G with labels E 1, E 2,..., E m such that for all i j, edges E i and E j are incident if and only if either i j n or i j m n. Computer Science Note: A graph is said to be simple if it has no self-loops or multiple edges. In other words, no edge connects a vertex to itself, and the number of edges connecting two distinct vertices is either 0 or 1. 1 For how many distinct ordered triples (a,b,c) of boolean variables does the expression a (b c) evaluate to true? 2 In concurrent computing, two processes may have their steps interwoven in an unknown order, as long as the steps of each process occur in order. Consider the following two processes: Process A B Step 1 x x 4 x x 5 Step 2 x x 3 x x 4 Step 3 x x 4 x x 5 Step 4 x x 3 x x 4 One such interweaving is A1, B1, A2, B2, A3, B3, B4, A4, but A1, A3, A2, A4, B1, B2, B3, B4 is not since the steps of A do not occur in order. We run A and B concurrently with x initially valued at 6. Find the minimal possible value of x among all interweavings. 3 Sophia writes an algorithm to solve the graph isomorphism problem. Given a graph G = (V,E), her algorithm iterates through all permutations of the set {v 1,...,v V }, each time examining all ordered pairs (v i,v j ) V V to see if an edge exists. When V = 8, her algorithm makes N such examinations. What is the largest power of two that divides N? 4 Given a list A, let f(a) = [A[0]+A[1],A[0] A[1]]. Alef makes two programs to compute f(f(...(f(a)))), where the function is composed n times:

5 1: FUNCTION T 1 (A,n) 1: FUNCTION T 2 (A,n) 2: IF n = 0 2: IF n = 0 3: RETURN A 3: RETURN A 4: ELSE 4: ELSE 5: RETURN [T 1 (A,n 1)[0]+T 1 (A,n 1)[1], 5: B T 2 (A,n 1) T 1 (A,n 1)[0] T 1 (A,n 1)[1]] 6: RETURN [B[0]+B[1],B Each time T 1 or T 2 is called, Alef has to pay one dollar. How much money does he save by calling T 2 ([13,37],4) instead of T 1 ([13,37],4)? 5 We define the weight of a path to be the sum of the numbers written on each edge of the path. Find the minimum weight among all paths in the graph below that visit each vertex precisely once: 6 Aaronistryingtowriteaprogramtocomputethetermsofthesequencedefined recursively by a 0 = 0, a 1 = 1, and { a n 1 a n 2 n 0 (mod 2) a n = 2a n 1 a n 2 else 7 Given the list However, Aaron makes a typo, accidentally computing the recurrence by { a n 1 a n 2 n 0 (mod 3) a n = 2a n 1 a n 2 else For how many 0 k 2016 did Aaron coincidentally compute the correct value of a k? A = [9,12,1,20,17,4,10,7,15,8,13,14], we would like to sort it in increasing order. To accomplish this, we will perform the following operation repeatedly: remove an element, then insert it at any position in the list, shifting elements if necessary. What is the minimum number of applications of this operation necessary to sort A?

6 8 Consider the sequence of sets defined by S 0 = {0,1},S 1 = {0,1,2}, and for n 2, S n = S n 1 {2 n +x x S n 2 }. For example, S 2 = {0,1,2} { , } = {0,1,2,4,5}. Find the 200th smallest element of S Ryan has three distinct eggs, one of which is made of rubber and thus cannot break; unfortunately, he doesn t know which egg is the rubber one. Further, in some 100-story building there exists a floor such that all normal eggs dropped from below that floor will not break, while those dropped from at or above that floor will break and cannot be dropped again. What is the minimum number of times Ryan must drop an egg to determine the floor satisfying this property? 10 Given x 0 R, f,g : R R, we define the non-redundant binary tree T(x 0,f,g) in the following way: -The tree T initially consists of just x 0 at height 0. -Let v 0,...,v k be the vertices at height h. Then the vertices of height h+1 are added to T by: for i = 0,1,...,k, f(v i ) is added as a child of v i if f(v i ) T, and g(v i ) is added as a child of v i if g(v i ) T. For example, if f(x) = x + 1 and g(x) = x 1, then the first three layers of T(0,f,g) look like: Geometry If f(x) = 1024x 2047 x/2 and g(x) = 2x 3 x/2 +2 x/4, then how many vertices are in T(2016,f,g)?

7 1 Let ABC be an equilateral triangle and P a point on BC. If PB = 50 and PC = 30, compute PA. 2 Let ABCD be an isosceles trapezoid with AD = BC = 15 such that the distance between its bases AB and CD is 7. Suppose further that the circles with diameters AD and BC are tangent to each other. What is the area of the trapezoid? 3 Let ABC be a triangle. The angle bisector of B intersects AC at point P, while the angle bisector of C intersects AB at a point Q. Suppose the area of ABP is 27, the area of ACQ is 32, and the area of ABC is 72. The length of BC can be written in the form m n where m and n are positive integers with n as small as possible. What is m+n? 4 Andrew the Antelope canters along the surface of a regular icosahedron, which has twenty equilateral triangle faces and edge length 4. If he wants to move from one vertex to the opposite vertex, the minimum distance he must travel can be expressed as n for some integer n. Compute n. 5 Let P be a parallelepiped with side lengths x, y, and z. Suppose that the four space diagonals of P have lengths 15, 17, 21, and 23. Compute x 2 +y 2 +z 2. 6 In parallelogram ABCD, angles B and D are acute while angles A and C are obtuse. The perpendicular from C to AB and the perpendicular from A to BC intersect at a point P inside the parallelogram. If PB = 700 and PD = 821, what is AC? 7 Let ABC be a triangle with incenter I and incircle ω. It is given that there exist points X and Y on the circumference of ω such that BXC = BYC = 90. Suppose further that X, I, and Y are collinear. If AB = 80 and AC = 97, compute the length of BC. 8 Suppose ABCD is a convex quadrilateral satisfying AB = BC, AC = BD, ABD = 80, and CBD = 20. What is BCD in degrees? 9 Let ABC be a triangle with AB = 65, BC = 70, and CA = 75. A semicircle Γ with diameter BC is constructed outside the triangle. Suppose there exists a circle ω tangent to AB and AC and furthermore internally tangent to Γ at a point X. The length AX can be written in the form m n where m and n are positive integers with n not divisible by the square of any prime. Find m+n.

8 10 Let ABC be a triangle with circumcircle Ω and let N be the midpoint of the major arc BC. The incircle ω of ABC is tangent to AC and AB at points E and F respectively. Suppose point X is placed on the same side of EF as A such that XEF ABC. Let NX intersect BC at a point P. Given that AB = 15, BC = 16, and CA = 17, compute PX XN. Number Theory 1 David, when submitting a problem for CMIMC, wrote his answer as 100 x y, where x and y are two positive integers with x < y. Andrew interpreted the expression as a product of two rational numbers, while Patrick interpreted the answer as a mixed fraction. In this case, Patrick s number was exactly double Andrew s! What is the smallest possible value of x+y? 2 Let a 1, a 2,... be an infinite sequence of (positive) integers such that k divides gcd(a k 1,a k ) for all k 2. Compute the smallest possible value of a 1 + a 2 + +a How many pairs of integers (a,b) are there such that 0 a < b 100 and such is an integer? that 2b 2 a For some positive integer n, consider the usual prime factorization n = k i=1 p e i i = p e 1 1 pe pe k k, where k is the number of primes factors of n and p i are the prime factors of n. Define Q(n), R(n) by Q(n) = k i=1 p p i i and R(n) = For how many 1 n 70 does R(n) divide Q(n)? 5 Determine the sum of the positive integers n such that there exist primes p,q,r satisfying p n +q 2 = r 2. 6 Define a tasty residue of n to be an integer 1 < a < n such that there exists an integer m > 1 satisfying a m a (mod n). Find the number of tasty residues of k i=1 e e i i.

9 7 Determine the smallest positive prime p which satisfies the congruence 8 Given that p+p 1 25 (mod 143). Here, p 1 as usual denotes multiplicative inverse x=1 y=1 x y y = m 67! for some positive integer m, find m (mod 71). 9 Compute the number of positive integers n 50 such that there exist distinct positive integers a, b satisfying a b + b ( 1 a = n a + 1 ). b 10 Let f : N R be the function Team f(n) = k=1 1 lcm(k,n) 2. It is well-known that f(1) = π2 6. What is the smallest positive integer m such that m f(10) is the square of a rational multiple of π? 1 Construction Mayhem University has been on a mission to expand and improve its campus! The university has recently adopted a new construction schedule where a new project begins every two days. Each project will take exactly one more day than the previous one to complete (so the first project takes 3, the second takes 4, and so on.) Suppose the new schedule starts on Day 1. On which day will there first be at least 10 projects in place at the same time? 2 Right isosceles triangle T is placed in the first quadrant of the coordinate plane. Suppose that the projection of T onto the x-axis has length 6, while the projection of T onto the y-axis has length 8. What is the sum of all possible areas of the triangle T?

10 8 6 3 We have 7 buckets labelled 0-6. Initially bucket 0 is empty, while bucket n (for each 1 n 6) contains the list [1,2,...,n]. Consider the following program: choose a subset S of [1,2,...,6] uniformly at random, and replace the contents of bucket S with S. Let p q be the probability that bucket 5 still contains [1,2,...,5] after two executions of this program, where p,q are positive coprime integers. Find p. 4 For some integer n > 0, a square paper of side length 2 n is repeatedly folded in half, right-to-left then bottom-to-top, until a square of side length 1 is formed. A hole is then drilled into the square at a point 3 16 from the top and left edges, and then the paper is completely unfolded. The holes in the unfolded paper form a rectangular array of unevenly spaced points; when connected with horizontal and vertical line segments, these points form a grid of squares and rectangles. Let P be a point chosen randomly from inside this grid. Suppose the largest L such that, for all n, the probability that the four segments P is bounded by form a square is at least L can be written in the form m n where m and n are positive relatively prime integers. Find m + n. 5 Recall that in any row of Pascal s Triangle, the first and last elements of the row are 1 and each other element in the row is the sum of the two elements above it from the previous row. With this in mind, define the Pascal Squared Triangle as follows: - In the n th row, where n 1, the first and last elements of the row equal n 2 ; - Each other element is the sum of the two elements directly above it. The first few rows of the Pascal Squared Triangle are shown below.

11 Row 1: 1 Row 2: 4 4 Row 3: Row 4: Row 5: Let S n denote the sum of the entries in the n th row. For how many integers 1 n 10 6 is S n divisible by 13? 6 Suppose integers a < b < c satisfy Find c. a+b+c = 95 and a 2 +b 2 +c 2 = In ABC, AB = 17, AC = 25, and BC = 28. Points M and N are the midpoints of AB and AC respectively, and P is a point on BC. Let Q be the second intersection point of the circumcircles of BMP and CNP. It is known that as P moves along BC, line PQ passes through some fixed point X. Compute the sum of the squares of the distances from X to each of A, B, and C. 8 Let N be the number of triples of positive integers (a,b,c) with a b c 100 such that the polynomial P(x) = x 2 +(a 2 +4b 2 +c 2 +1)x+(4ab+4bc 2ca) has integer roots in x. Find the last three digits of N. 9 For how many permutations π of {1,2,...,9} does there exist an integer N such that N π(i) (mod i) for all integers 1 i 9? 10 Let P be the unique parabola in the xy-plane which is tangent to the x-axis at (5,0) and to the y-axis at (0,12). We say a line l is P-friendly if the x-axis, y-axis, and P divide l into three segments, each of which has equal length. If the sum of the slopes of all P-friendly lines can be written in the form m n for m and n positive relatively prime integers, find m+n.

12 Algebra Tiebreaker 1 Let 1 f(x) = x Compute f 2016 (2016), where f is composed upon itself 2016 times. 2 Determine the value of the sum 1 i<j 50 ij( 1) i+j. 3 Suppose x and y are real numbers which satisfy the system of equations x 2 3y 2 = 17 x and 3x 2 y 2 = 23 y. Then x 2 + y 2 can be written in the form m n, where m and n are positive integers and m is as small as possible. Find m+n. Combinatorics Tiebreaker 1 For a set S N, define f(s) = { s s S}. Find the number of sets T such that f(t) = 2 and f(f(t)) = {2}. 2 LetS = {1,2,3,4,5,6,7}. ComputethenumberofsetsofsubsetsT = {A,B,C} with A,B,C S such that A B C = S, (A C) (B C) =, and no subset contains two consecutive integers. 3 Let S be the set containing all positive integers whose decimal representations contain only 3s and 7s, have at most 1998 digits, and have at least one digit appear exactly 999 times. If N denotes the number of elements in S, find the remainder when N is divided by Computer Science Tiebreaker 1 A planar graph is a connected graph that can be drawn on a sphere without edge crossings. Such a drawing will divide the sphere into a number of faces. Let G be a planar graph with 11 vertices of degree 2, 5 vertices of degree 3, and 1 vertex of degree 7. Find the number of faces into which G divides the sphere.

13 2 The Stooge sort is a particularly inefficient recursive sorting algorithm defined as follows: given an array A of size n, we swap the first and last elements if they are out of order; we then (if n 3) Stooge sort the first 2n 3 elements, then the last 2n 3, then the first 2n 3 elements again. Given that this runs in O(n α ), where α is minimal, find the value of (243/32) α. 3 Let ε denote the empty string. Given a pair of strings (A,B) {0,1,2} {0,1}, we are allowed the following operations: (A,1) (A0,ε) (A,10) (A00,ε) (A,0B) (A0,B) (A,11B) (A01,B) (A,100B) (A0012,1B) (A, 101B) (A00122, 10B) We perform these operations on (A,B) until we can no longer perform any of them. We then iteratively delete any instance of 20 in A and replace any instance of 21 with 1 until there are no such substrings remaining. Among all binary strings X of size 9, how many different possible outcomes are there for this process performed on (ε, X)? Geometry Tiebreaker 1 Point A lies on the circumference of a circle Ω with radius 78. Point B is placed such that AB is tangent to the circle and AB = 65, while point C is located on Ω such that BC = 25. Compute the length of AC. 2 Identical spherical tennis balls of radius 1 are placed inside a cylindrical container of radius 2 and height 19. Compute the maximum number of tennis balls that can fit entirely inside this container. 3 Triangle ABC satisfies AB = 28, BC = 32, and CA = 36, and M and N are the midpoints of AB and AC respectively. Let point P be the unique point in the plane ABC such that PBM PNC. What is AP? Number Theory Tiebreaker

14 1 For all integers n 2, let f(n) denote the largest positive integer m such that m n is an integer. Evaluate f(2)+f(3)+ +f(100). 2 For each integer n 1, let S n be the set of integers k > n such that k divides 30n 1. How many elements of the set S = i 1S i = S 1 S 2 S 3... are less than 2016? 3 Let {x} denote the fractional part of x. For example, {5.5} = 0.5. Find the smallest prime p such that the inequality holds. p 2 { } n p > 2016 n=1 p 2

Organization Team Team ID#

Organization Team Team ID# 1. [4] A random number generator will always output 7. Sam uses this random number generator once. What is the expected value of the output? 2. [4] Let A, B, C, D, E, F be 6 points on a circle in that

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

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

Individual Round CHMMC November 20, 2016

Individual Round CHMMC November 20, 2016 Individual Round CHMMC 20 November 20, 20 Problem. We say that d k d k d d 0 represents the number n in base 2 if each d i is either 0 or, and n d k ( 2) k + d k ( 2) k + + d ( 2) + d 0. For example, 0

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

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

Organization Team Team ID#

Organization Team Team ID# 1. [5] A positive integer is called primer if it has a prime number of distinct prime factors. Find the smallest primer number. 2. [5] Pascal has a triangle. In the nth row, there are n + 1 numbers a n,0,

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

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

1998 IMO Shortlist BM BN BA BC AB BC CD DE EF BC CA AE EF FD

1998 IMO Shortlist BM BN BA BC AB BC CD DE EF BC CA AE EF FD IMO Shortlist 1998 Geometry 1 A convex quadrilateral ABCD has perpendicular diagonals. The perpendicular bisectors of the sides AB and CD meet at a unique point P inside ABCD. the quadrilateral ABCD is

More information

2017 ARML Local Problems Team Round (45 minutes)

2017 ARML Local Problems Team Round (45 minutes) 2017 ARML Local Problems Team Round (45 minutes) T-1 A fair six-sided die has faces with values 0, 0, 1, 3, 6, and 10. Compute the smallest positive integer that cannot be the sum of four rolls of this

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

2003 AIME Given that ((3!)!)! = k n!, where k and n are positive integers and n is as large as possible, find k + n.

2003 AIME Given that ((3!)!)! = k n!, where k and n are positive integers and n is as large as possible, find k + n. 003 AIME 1 Given that ((3!)!)! = k n!, where k and n are positive integers and n is as large 3! as possible, find k + n One hundred concentric circles with radii 1,, 3,, 100 are drawn in a plane The interior

More information

Solution: By direct calculation, or observe that = = ( ) 2222 = =

Solution: By direct calculation, or observe that = = ( ) 2222 = = 1 Fillins 1. Find the last 4 digits of 3333 6666. Solution: 7778. By direct calculation, or observe that 3333 6666 = 9999 2222 = (10000 1) 2222 = 22220000 2222 = 22217778. 2. How many ways are there to

More information

Math Day at the Beach 2017

Math Day at the Beach 2017 Math Day at the Beach 017 Multiple Choice Write your name and school and mark your answers on the answer sheet. You have 0 minutes to work on these problems. No calculator is allowed. 1. How many integers

More information

2018 MOAA Gunga Bowl: Problems

2018 MOAA Gunga Bowl: Problems 208 MOAA Gunga Bowl: Problems MOAA 208 Gunga Bowl Set. [5] Find + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 0 +. 2. [5] Find + 2 0 + 3 9 + 4 8 + 5 7 + 6 6. 3. [5] Let 2 + 2 3 + 3 4 + 4 5 + 5 6 + 6 7 + 7 8 + integers

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

Organization Team Team ID# 2. [2] Regular octagon CHILDREN has area 1. Find the area of pentagon CHILD. Organization Team Team ID#

Organization Team Team ID# 2. [2] Regular octagon CHILDREN has area 1. Find the area of pentagon CHILD. Organization Team Team ID# 1. [2] Suppose x is a rational number such that x 2 is also rational. Find x. 2. [2] Regular octagon CHILDREN has area 1. Find the area of pentagon CHILD. 3. [2] The length of a rectangle is three times

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

3. Which of these numbers does not belong to the set of solutions of the inequality 4

3. Which of these numbers does not belong to the set of solutions of the inequality 4 Math Field Day Exam 08 Page. The number is equal to b) c) d) e). Consider the equation 0. The slope of this line is / b) / c) / d) / e) None listed.. Which of these numbers does not belong to the set of

More information

2013 Sharygin Geometry Olympiad

2013 Sharygin Geometry Olympiad Sharygin Geometry Olympiad 2013 First Round 1 Let ABC be an isosceles triangle with AB = BC. Point E lies on the side AB, and ED is the perpendicular from E to BC. It is known that AE = DE. Find DAC. 2

More information

QUESTION BANK ON STRAIGHT LINE AND CIRCLE

QUESTION BANK ON STRAIGHT LINE AND CIRCLE QUESTION BANK ON STRAIGHT LINE AND CIRCLE Select the correct alternative : (Only one is correct) Q. If the lines x + y + = 0 ; 4x + y + 4 = 0 and x + αy + β = 0, where α + β =, are concurrent then α =,

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

14 th Annual Harvard-MIT Mathematics Tournament Saturday 12 February 2011

14 th Annual Harvard-MIT Mathematics Tournament Saturday 12 February 2011 14 th Annual Harvard-MIT Mathematics Tournament Saturday 1 February 011 1. Let a, b, and c be positive real numbers. etermine the largest total number of real roots that the following three polynomials

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

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

EASY PUTNAM PROBLEMS

EASY PUTNAM PROBLEMS EASY PUTNAM PROBLEMS (Last updated: December 11, 2017) Remark. The problems in the Putnam Competition are usually very hard, but practically every session contains at least one problem very easy to solve

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

Mu Alpha Theta National Convention 2013

Mu Alpha Theta National Convention 2013 Practice Round Alpha School Bowl P1. What is the common difference of the arithmetic sequence 10, 23,? P2. Find the sum of the digits of the base ten representation of 2 15. P3. Find the smaller value

More information

2007 Mathematical Olympiad Summer Program Tests

2007 Mathematical Olympiad Summer Program Tests 2007 Mathematical Olympiad Summer Program Tests Edited by Zuming Feng Mathematics Olympiad Summer Program 2007 Tests 1 Practice Test 1 1.1. In triangle ABC three distinct triangles are inscribed, similar

More information

Syllabus. + + x + n 1 n. + x + 2

Syllabus. + + x + n 1 n. + x + 2 1. Special Functions This class will cover problems involving algebraic functions other than polynomials, such as square roots, the floor function, and logarithms. Example Problem: Let n be a positive

More information

Math Day at the Beach 2016

Math Day at the Beach 2016 Multiple Choice Write your name and school and mark your answers on the answer sheet. You have 30 minutes to work on these problems. No calculator is allowed. 1. What is the median of the following five

More information

The Second Annual West Windsor-Plainsboro Mathematics Tournament

The Second Annual West Windsor-Plainsboro Mathematics Tournament The Second Annual West Windsor-Plainsboro Mathematics Tournament Saturday October 9th, 0 Grade 8 Test RULES The test consists of 0 multiple choice problems and 0 short answer problems to be done in 0 minutes.

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

(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

High School Math Contest

High School Math Contest High School Math Contest University of South Carolina February 4th, 017 Problem 1. If (x y) = 11 and (x + y) = 169, what is xy? (a) 11 (b) 1 (c) 1 (d) 4 (e) 48 Problem. Suppose the function g(x) = f(x)

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

Math Day at the Beach 2018

Math Day at the Beach 2018 Multiple Choice Write your name and school and mark your answers on the answer sheet. You have 30 minutes to work on these problems. No calculator is allowed. 1. A bag has some white balls and some red

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

Subject: General Mathematics

Subject: General Mathematics Subject: General Mathematics Written By Or Composed By:Sarfraz Talib Chapter No.1 Matrix A rectangular array of number arranged into rows and columns is called matrix OR The combination of rows and columns

More information

HMMT November 2013 Saturday 9 November 2013

HMMT November 2013 Saturday 9 November 2013 . [5] Evaluate + 5 + 8 + + 0. 75 There are 0 HMMT November 0 Saturday 9 November 0 Guts Round = 4 terms with average +0, so their sum is 7 0 = 75.. [5] Two fair six-sided dice are rolled. What is the probability

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

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

PUTNAM TRAINING EASY PUTNAM PROBLEMS

PUTNAM TRAINING EASY PUTNAM PROBLEMS PUTNAM TRAINING EASY PUTNAM PROBLEMS (Last updated: September 24, 2018) Remark. This is a list of exercises on Easy Putnam Problems Miguel A. Lerma Exercises 1. 2017-A1. Let S be the smallest set of positive

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

2017 China Team Selection Test

2017 China Team Selection Test China Team Selection Test 2017 TST 1 1 Find out the maximum value of the numbers of edges of a solid regular octahedron that we can see from a point out of the regular octahedron.(we define we can see

More information

1. Let g(x) and h(x) be polynomials with real coefficients such that

1. Let g(x) and h(x) be polynomials with real coefficients such that 1. Let g(x) and h(x) be polynomials with real coefficients such that g(x)(x 2 3x + 2) = h(x)(x 2 + 3x + 2) and f(x) = g(x)h(x) + (x 4 5x 2 + 4). Prove that f(x) has at least four real roots. 2. Let M be

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

The Advantage Testing Foundation Solutions

The Advantage Testing Foundation Solutions The Advantage Testing Foundation 2016 Problem 1 Let T be a triangle with side lengths 3, 4, and 5. If P is a point in or on T, what is the greatest possible sum of the distances from P to each of the three

More information

Given that m A = 50 and m B = 100, what is m Z? A. 15 B. 25 C. 30 D. 50

Given that m A = 50 and m B = 100, what is m Z? A. 15 B. 25 C. 30 D. 50 UNIT : SIMILARITY, CONGRUENCE AND PROOFS ) Figure A'B'C'D'F' is a dilation of figure ABCDF by a scale factor of. The dilation is centered at ( 4, ). ) Which transformation results in a figure that is similar

More information

Instructions. Do not open your test until instructed to do so!

Instructions. Do not open your test until instructed to do so! st Annual King s College Math Competition King s College welcomes you to this year s mathematics competition and to our campus. We wish you success in this competition and in your future studies. Instructions

More information

VKR Classes TIME BOUND TESTS 1-7 Target JEE ADVANCED For Class XI VKR Classes, C , Indra Vihar, Kota. Mob. No

VKR Classes TIME BOUND TESTS 1-7 Target JEE ADVANCED For Class XI VKR Classes, C , Indra Vihar, Kota. Mob. No VKR Classes TIME BOUND TESTS -7 Target JEE ADVANCED For Class XI VKR Classes, C-9-0, Indra Vihar, Kota. Mob. No. 9890605 Single Choice Question : PRACTICE TEST-. The smallest integer greater than log +

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

3. A square has 4 sides, so S = 4. A pentagon has 5 vertices, so P = 5. Hence, S + P = 9. = = 5 3.

3. A square has 4 sides, so S = 4. A pentagon has 5 vertices, so P = 5. Hence, S + P = 9. = = 5 3. JHMMC 01 Grade Solutions October 1, 01 1. By counting, there are 7 words in this question.. (, 1, ) = 1 + 1 + = 9 + 1 + =.. A square has sides, so S =. A pentagon has vertices, so P =. Hence, S + P = 9..

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

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

Glossary. Glossary Hawkes Learning Systems. All rights reserved.

Glossary. Glossary Hawkes Learning Systems. All rights reserved. A Glossary Absolute value The distance a number is from 0 on a number line Acute angle An angle whose measure is between 0 and 90 Acute triangle A triangle in which all three angles are acute Addends The

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

Test Corrections for Unit 1 Test

Test Corrections for Unit 1 Test MUST READ DIRECTIONS: Read the directions located on www.koltymath.weebly.com to understand how to properly do test corrections. Ask for clarification from your teacher if there are parts that you are

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

SMT 2011 General Test and Solutions February 19, F (x) + F = 1 + x. 2 = 3. Now take x = 2 2 F ( 1) = F ( 1) = 3 2 F (2)

SMT 2011 General Test and Solutions February 19, F (x) + F = 1 + x. 2 = 3. Now take x = 2 2 F ( 1) = F ( 1) = 3 2 F (2) SMT 0 General Test and Solutions February 9, 0 Let F () be a real-valued function defined for all real 0, such that ( ) F () + F = + Find F () Answer: Setting =, we find that F () + F ( ) = Now take =,

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

2005 Palm Harbor February Invitational Geometry Answer Key

2005 Palm Harbor February Invitational Geometry Answer Key 005 Palm Harbor February Invitational Geometry Answer Key Individual 1. B. D. C. D 5. C 6. D 7. B 8. B 9. A 10. E 11. D 1. C 1. D 1. C 15. B 16. B 17. E 18. D 19. C 0. C 1. D. C. C. A 5. C 6. C 7. A 8.

More information

2013 IMO Shortlist. a b c d 1

2013 IMO Shortlist. a b c d 1 IMO Shortlist 2013 Algebra A1 A2 Letnbeapositiveintegerandleta 1,...,a n 1 bearbitraryrealnumbers. Define the sequences u 0,...,u n and v 0,...,v n inductively by u 0 = u 1 = v 0 = v 1 = 1, and u k+1 =

More information

Solutions Math is Cool HS Championships Mental Math

Solutions Math is Cool HS Championships Mental Math Mental Math 9/11 Answer Solution 1 30 There are 5 such even numbers and the formula is n(n+1)=5(6)=30. 2 3 [ways] HHT, HTH, THH. 3 6 1x60, 2x30, 3x20, 4x15, 5x12, 6x10. 4 9 37 = 3x + 10, 27 = 3x, x = 9.

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

(C) 2013! (C) 65 6 (D) 5 12 (E) 1 2

(C) 2013! (C) 65 6 (D) 5 12 (E) 1 2 Question. What is the value of ) ) ) )? 2 3 4 202 ) 202 203 ) 202! nswer. Writing each factor as a fraction we get ) ) 2 3 4 )... ) 203! ) 202! ) = 202 2 2 3 3 4 20 202 = 202. 202 Question 2. If xy = 2,

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

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

TARGET : JEE 2013 SCORE. JEE (Advanced) Home Assignment # 03. Kota Chandigarh Ahmedabad

TARGET : JEE 2013 SCORE. JEE (Advanced) Home Assignment # 03. Kota Chandigarh Ahmedabad TARGT : J 01 SCOR J (Advanced) Home Assignment # 0 Kota Chandigarh Ahmedabad J-Mathematics HOM ASSIGNMNT # 0 STRAIGHT OBJCTIV TYP 1. If x + y = 0 is a tangent at the vertex of a parabola and x + y 7 =

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

2009 Math Olympics Level I

2009 Math Olympics Level I Saginaw Valle State Universit 009 Math Olmpics Level I. A man and his wife take a trip that usuall takes three hours if the drive at an average speed of 60 mi/h. After an hour and a half of driving at

More information

Mad Hatter Part I.

Mad Hatter Part I. Question 1. Mad Hatter 11-12. Part I. When a triangle s base is increased by 10%, and the altitude to this base is decreased by 10%, the change in area is Math Field Day. California State University, Fresno.

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

CBSE CLASS-10 MARCH 2018

CBSE CLASS-10 MARCH 2018 CBSE CLASS-10 MARCH 2018 MATHEMATICS Time : 2.30 hrs QUESTION & ANSWER Marks : 80 General Instructions : i. All questions are compulsory ii. This question paper consists of 30 questions divided into four

More information

0114ge. Geometry Regents Exam 0114

0114ge. Geometry Regents Exam 0114 0114ge 1 The midpoint of AB is M(4, 2). If the coordinates of A are (6, 4), what are the coordinates of B? 1) (1, 3) 2) (2, 8) 3) (5, 1) 4) (14, 0) 2 Which diagram shows the construction of a 45 angle?

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

2018 ARML Local Problems Team Round (45 minutes)

2018 ARML Local Problems Team Round (45 minutes) 2018 ARML Local Problems Team Round (45 minutes) T-1 A sphere with surface area 2118π is circumscribed around a cube and a smaller sphere is inscribed in the cube. Compute the surface area of the smaller

More information

This class will demonstrate the use of bijections to solve certain combinatorial problems simply and effectively.

This class will demonstrate the use of bijections to solve certain combinatorial problems simply and effectively. . Induction This class will demonstrate the fundamental problem solving technique of mathematical induction. Example Problem: Prove that for every positive integer n there exists an n-digit number divisible

More information

CDS-I 2019 Elementary Mathematics (Set-C)

CDS-I 2019 Elementary Mathematics (Set-C) 1 CDS-I 019 Elementary Mathematics (Set-C) Direction: Consider the following for the next three (03) items : A cube is inscribed in a sphere. A right circular cylinder is within the cube touching all the

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

2015 IMO Shortlist. a k+1 a 2 k. (s r n)x r x s, 1 r<s 2n

2015 IMO Shortlist. a k+1 a 2 k. (s r n)x r x s, 1 r<s 2n IMO Shortlist 2015 Algebra A1 Suppose that a sequence a 1,a 2,... of positive real numbers satisfies a k+1 a 2 k ka k +(k 1) for every positive integer k. Prove that a 1 +a 2 +...+a n n for every n 2.

More information

NEW YORK CITY INTERSCHOLASTIC MATHEMATICS LEAGUE Senior A Division CONTEST NUMBER 1

NEW YORK CITY INTERSCHOLASTIC MATHEMATICS LEAGUE Senior A Division CONTEST NUMBER 1 Senior A Division CONTEST NUMBER 1 PART I FALL 2011 CONTEST 1 TIME: 10 MINUTES F11A1 Larry selects a 13-digit number while David selects a 10-digit number. Let be the number of digits in the product of

More information

1. SETS AND FUNCTIONS

1. SETS AND FUNCTIONS . SETS AND FUNCTIONS. For two sets A and B, A, B A if and only if B A A B A! B A + B z. If A B, then A + B is B A\ B A B\ A. For any two sets Pand Q, P + Q is " x : x! P or x! Q, " x : x! P and x b Q,

More information

Math is Cool Masters

Math is Cool Masters Sponsored by: GENIE Industries 7 th Grade November 19, 2005 Individual Contest Express all answers as reduced fractions unless stated otherwise. Leave answers in terms of π where applicable. Do not round

More information

UNC Charlotte 2006 Comprehensive

UNC Charlotte 2006 Comprehensive March 6, 2006. What is the sum of the digits of the integer solution to 4? (A) 5 (B) 6 (C) 8 (D) 9 (E) 4 + 27 x = 2. In a box there are red and blue balls. If you select a handful of them with eyes closed,

More information

The Theorem of Pythagoras

The Theorem of Pythagoras CONDENSED LESSON 9.1 The Theorem of Pythagoras In this lesson you will Learn about the Pythagorean Theorem, which states the relationship between the lengths of the legs and the length of the hypotenuse

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

MockTime.com. (a) 36 (b) 33 (c) 20 (d) 6

MockTime.com. (a) 36 (b) 33 (c) 20 (d) 6 185 NDA Mathematics Practice Set 1. Which of the following statements is not correct for the relation R defined by arb if and only if b lives within one kilometer from a? R is reflexive R is symmetric

More information

1 Algebra. 2 Combinatorics. 1.1 Polynomials. 1.2 Sequences, series, recurrences. 1.3 Complex numbers. 1.4 Other

1 Algebra. 2 Combinatorics. 1.1 Polynomials. 1.2 Sequences, series, recurrences. 1.3 Complex numbers. 1.4 Other 1 Algebra 1.1 Polynomials Binomial theorem Conjugate roots Symmetric polynomials (8, 32, 44, 45) Vieta s formulas (43, 44) Remainder theorem and factor theorem (51) Remainder problems (31) Rational root

More information

= 10 such triples. If it is 5, there is = 1 such triple. Therefore, there are a total of = 46 such triples.

= 10 such triples. If it is 5, there is = 1 such triple. Therefore, there are a total of = 46 such triples. . Two externally tangent unit circles are constructed inside square ABCD, one tangent to AB and AD, the other to BC and CD. Compute the length of AB. Answer: + Solution: Observe that the diagonal of the

More information

48th AHSME If a is 50% larger than c, and b is 25% larger than c, then a is what percent larger than b?

48th AHSME If a is 50% larger than c, and b is 25% larger than c, then a is what percent larger than b? 48th HSME 1997 2 1 If a and b are digits for which then a + b = 2 a b 6 9 9 2 9 8 9 () () 4 () 7 () 9 (E) 12 2 The adjacent sides of the decagon shown meet at right angles What is its perimeter? () 22

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

Name: Class: Date: c. WZ XY and XW YZ. b. WZ ZY and XW YZ. d. WN NZ and YN NX

Name: Class: Date: c. WZ XY and XW YZ. b. WZ ZY and XW YZ. d. WN NZ and YN NX Class: Date: 2nd Semester Exam Review - Geometry CP 1. Complete this statement: A polygon with all sides the same length is said to be. a. regular b. equilateral c. equiangular d. convex 3. Which statement

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

Glossary. alternate exterior angles. absolute value function. Additive Identity. Additive Inverse. alternate interior angles.

Glossary. alternate exterior angles. absolute value function. Additive Identity. Additive Inverse. alternate interior angles. Glossary A absolute value function An absolute value function is a function that can be written in the form f(x) x where x is any number. Additive Identity The number is the additive identity because when

More information

EGMO 2016, Day 1 Solutions. Problem 1. Let n be an odd positive integer, and let x1, x2,..., xn be non-negative real numbers.

EGMO 2016, Day 1 Solutions. Problem 1. Let n be an odd positive integer, and let x1, x2,..., xn be non-negative real numbers. EGMO 2016, Day 1 Solutions Problem 1. Let n be an odd positive integer, and let x1, x2,..., xn be non-negative real numbers. Show that min (x2i + x2i+1 ) max (2xj xj+1 ), j=1,...,n i=1,...,n where xn+1

More information

THE SIXTY-SECOND ANNUAL MICHIGAN MATHEMATICS PRIZE COMPETITION. Part I

THE SIXTY-SECOND ANNUAL MICHIGAN MATHEMATICS PRIZE COMPETITION. Part I THE SIXTY-SECOND ANNUAL MICHIGAN MATHEMATICS PRIZE COMPETITION Part I Solutions 1. When 2018 2018 is expanded in base ten, what is the sum of the first digit and the last digit? (A) 5 (B) 6 (C) 7 (D) 8

More information

CBSE CLASS-10 MARCH 2018

CBSE CLASS-10 MARCH 2018 CBSE CLASS-10 MARCH 2018 MATHEMATICS Time : 2.30 hrs QUESTION Marks : 80 General Instructions : i. All questions are compulsory ii. This question paper consists of 30 questions divided into four sections

More information