Please see pages 2 and 3 for the list of problems and contest details

Size: px
Start display at page:

Download "Please see pages 2 and 3 for the list of problems and contest details"

Transcription

1 Student Prizes One 1st place prize: $300 and full 4-year tuition scholarship* Five 2nd place prizes: $150 each and $2000 scholarship** Ten 3rd place prizes: $100 each and $2000 scholarship** Honorable mentions will receive a gift. All entrants will receive certificates honoring participation. *In order to receive the 4-year scholarship, the winner must be directly admitted to the IUPUI School of Science, major in any discipline in the School of Science, and attend full-time. **Scholarships in the amount of $2000 per year awarded to remaining cash prize winners who are directly admitted to the IUPUI School of Science and attend full-time. Renewable for four years given satisfactory academic performance Avon 2009 Park Tudor 2004 Carmel 1999 Roncalli 2014 MTI School of Knowledge 2013 Avon 2008 Carmel 2003 Hamilton SE 1998 Brebeuf Previous First Place Winners 2012 Carmel 2007 Hamilton SE 2002 Hamilton SE Previous Spirit Award Winners 2011 Brownsburg 2006 Carmel 2001 Ben Davis 2013 Fishers 2012 Avon 2010 Carmel 2005 Carmel 2000 Carmel All participants, parents, and teachers will be invited to an awards ceremony at IUPUI on the afternoon of Friday, April 24th, The program will feature refreshments, a special presentation by Dr. Robert Worth, Professor of Neurosurgery, Indiana University School of Medicine and Adjunct Professor, IUPUI Department of Mathematical Sciences. The contest is open to all Indiana High School Students (grades 9-12). Co Chairs: Jeffrey Watt and Roland Roeder Please see pages 2 and 3 for the list of problems and contest details

2 IUPUI Department of Mathematical Sciences, 402 North Blackford Street, LD 270 Indianapolis, IN (317) or Submissions must be received by Friday, March 6th, 2015 in order to be considered. Details are listed on the required cover sheet, which is posted on the website. You may choose to solve one problem, several, or all five of the problems. Give your reasoning, not just the answers, and cite your sources and references appropriately. Entries will be judged by faculty in the IUPUI Department of Mathematical Sciences based on elegance of solutions as well as correctness. 1. The Greek architect Iupuius is designing the main entrance for his masterpiece: The Speedway Neuromath Library. He wants to have 14 columns aligned in a row to hold 7 arches. Each arch will be supported by 2 columns, but the columns do not need to be contiguous. Instead, the arches may extend on top of each other as in the examples below. Iupuius wants to draw all possible arch configurations to decide which looks nicer. His only constraint is to avoid an arch that covers all others; thus, the example on the bottom would be ruled out. How many arch configurations are there? How many if he decides to use 20 columns to hold 10 arches? 2. It is impossible to find an equilateral triangle all of whose vertices have integer coordinates, but one can get really close. For instance, the points (0, 0), (3, 11), and (11, 3) form an isosceles triangle with sides 130, 130, and 128. a) Show that there are infinitely many positive integers n for which there are pairs of positive integers r and s such that the points (0, 0), (r, s), and (s, r) form a triangle with sides n, n, and n + 1. b) Show that there are no positive integer pairs r, s such that the points (0, 0), (r, s), and (s, r) form a triangle with sides n, n, and n Find all functions f that take integer input and give integer output, and which satisfy the formula: f(a + b + f(b)) = f(a) + 2b 4. You are given an arbitrary triangle ABC inscribed in a circle. Show how to construct, using only a compass and straight edge, a triangle DEF that is similar to ABC, with corresponding sides parallel, and such that D lies on the segment BC, while E, F lie on the circular arc from B to C that does not contain A. 5. Write an essay of 500 to 700 words (complete with references) on an application of mathematics to study the brain. Please see Page 3 for the TEAM problem!

3 New This Year: Team Problem! There are many configurations of six squares that can be folded to form a cube; let us call them patterns. One such pattern is shown in the diagram below. Patterns are assumed to be connected, so, for example, 6 copies of a 1x1 square is not a pattern. You are given a sheet of paper, and tasked with cutting patterns from it to make as many cubes as possible. You are not allowed to do any re-gluing s after cutting. How many can you make? Teams of two or more students from the same high school may compete. No student can be listed on more than one team (in this case, each team s submission will be disqualified). Students are allowed to collaborate, but teachers are not allowed to help. Please include with your submission the team-specific cover sheet that is available at

4 2015 IUPUI HIGH SCHOOL MATH CONTEST SOLUTIONS 1. PROBLEM 1 The Greek architect Iupuius is designing the main entrance for his masterpiece: The Speedway Neuromath Library. He wants to have 14 columns aligned in a row to hold 7 arches. Each arch will be supported by 2 columns, but the columns do not need to be contiguous. Instead, the arches may extend on top of each other as in the examples below. Iupuius wants to draw all possible arch configurations to decide which looks nicer. His only constraint is to avoid an arch that covers all others; thus, the example on the bottom would be ruled out. How many arch configurations are there? How many if he decides to use 20 columns to hold 10 arches? Let s use the symbol C n to denote the number of configurations with exactly n arches (i.e., with 2n columns), but WITHOUT the last restriction about one arch covering all others. The first few values of C n are easy to find by trial and error: C 1 = 1 : C 2 = 2 :, C 3 = 5 :,,,, These are the Catalan numbers ; a famous sequence that shows up in many applications. To find a recursive formula for C n notice that the left-most arch L in any n-arch configuration splits the picture into two shorter configurations: one (possibly empty) covered by L, and another (possibly empty) outside and to the right of L. For example, in, the left-most arch covers, and leaves on the right. 1

5 IUPUI HIGH SCHOOL MATH CONTEST The arch L can cover any number of smaller arches, from 0 to n 1, leaving to the right a complementary number of arches, from n 1 down to 0. It follows that the total number of different arch configurations will be C n = C 0 C n 1 +C 1 C n 2 + +C n 1 C 0 (here, C 0 denotes a configuration with 0 arches, and we count it as equal to 1). For instance, C 3 = C 0 C 2 + C 1 C 1 + C 2 C 0 = = 5 (compare the examples above). Now we can use our formula to find C 7 : C 4 = C 0 C 3 +C 1 C 2 +C 2 C 1 +C 3 C 0 = = 14. C 5 = C 0 C 4 +C 1 C 3 +C 2 C 2 +C 3 C 1 +C 4 C 0 = = 42. C 6 = C 0 C 5 +C 1 C 4 +C 2 C 3 +C 3 C 2 +C 4 C 1 +C 5 C 0 = = 132. C 7 = C 0 C 6 +C 1 C 5 +C 2 C 4 +C 3 C 3 +C 4 C 2 +C 5 C 1 +C 6 C 0 = = 429. But remember that Iupuius wants to avoid configurations where one arch covers all others. Then we have to remove C 6 invalid configurations to get a grand total of = 297. For the case of 10 arches we can compute C 10 C 9 = =

6 2015 IUPUI HIGH SCHOOL MATH CONTEST 3 2. PROBLEM 2 It is impossible to find an equilateral triangle all of whose vertices have integer coordinates, but one can get really close. For instance, the points (0,0), (3,11), and (11,3) form an isosceles triangle with sides 130, 130, and 128. (a) Show that there are infinitely many positive integers n for which there are pairs of positive integers r and s such that the points (0,0), (s,r), and (r,s) form a triangle with sides n, n, and n + 1. (b) Show that there are no positive integer pairs r,s such that the points (0,0), (s,r), and (r,s) form a triangle with sides n, n, and n 1. Let s look at the second part first. We want to prove that there are no integer solutions to 2(r s) 2 (r 2 + s 2 ) = 1. This is easy. Simplifying and taking both sides mod 4, we get r 2 +s 2 = 3. However, integer squares can only be 0 or 1 mod 4, so the only possible sums are 0, 1, and 2. The first part is harder but there are several approaches. First, one might discover by trial and error that the following pairs work: (1,0), (4,1), (15,4), (56,15). At this point, it s not too hard to discover that the sequence 0,1,4,15,56,... satisfies the recurrence relationship f (n) = 4 f (n 1) f (n 2). Using mathematical induction: Base case: 2(1 0) 2 = ( )+1 or, if you prefer, 2(4 1) 2 = ( ) + 1. Inductive step: Does assuming that Or, more simply, does assuming that 2( f (n) f (n 1)) 2 = ( f (n) 2 + f (n 1) 2 ) + 1, 2( f (n 1) f (n 2)) 2 = ( f (n 1) 2 + f (n 2) 2 ) + 1? f (n) 2 4 f (n) f (n 1) + f (n 1) 2 = 1 f (n 1) 2 4 f (n 1) f (n 2) + f (n 2) 2 = 1 Using the recursion, we restate f (n) as 4 f (n 1) f (n 2) to get: Does 16 f (n 1) 2 8 f (n 1) f (n 2)+ f (n 2) 2 4(4 f (n 1) 2 f (n 1) f (n 2))+ f (n 1) 2 = 1 assuming that f (n 1) 2 4 f (n 1) f (n 2) + f (n 2) 2 = 1?

7 IUPUI HIGH SCHOOL MATH CONTEST Simplifying the expression, we find that the terms are exactly what we want - f (n 1) 2 4 f (n 1) f (n 2) + f (n 2) 2, which was assumed to equal 1. This recursion can also be discovered/generated by a trigonometric argument: If (0, 0), (s,r), and (r,s) are the vertices of an equilateral triangle, then r/s = tan15 (or tan75); tan15 and tan75 are 2 3, respectively, and these are the roots of the quadratic equation x 2 4x + 1 = 0. So if we assume that we are looking for a recursion of some sort which produces consecutive ratios near 2+ 3, we might well start by looking for a base case and expecting that use of the recursive equation f (n) 4 f (n 1) + f (n 2) = 0.

8 2015 IUPUI HIGH SCHOOL MATH CONTEST 5 3. PROBLEM 3 Find all functions f that take integer input and give integer output, and which satisfy the formula f (a + b + f (b)) = f (a) + 2b. Claim 1: f (0) = 0. By taking a = b = 0, we get that f (0) = f ( f (0)). By taking b = 0, we see that f (a + f (0)) = f (a) for any a, which implies that f ( f (0)) = f (2 f (0)). The first equality then yields that f (2 f (0)) = f (0 + f (0) + f ( f (0))), which must be equal to f (0) + 2 f (0) = 3 f (0). That is, f (0) = 3 f (0) and the claim follows. Claim 2: if f (a) = a, then f (na) = na for all integer n. According to Claim 1, it holds that 2a = f (0 + a + f (a)) = f (2a). This establishes the base cases for n = 1, 2. Assume now that the claim is true for all i = 1, 2,..., k. Then f ((k + 1)a) = f ((k 1)a + a + f (a)) = f ((k 1)a) + 2a = (k + 1)a. Thus, the claim holds for all positive integers n by the Principle of Mathematical Induction. Since a = f (a) = f ( a + a + f (a)) = f ( a) + 2a, it holds that f ( a) = a. Therefore, the previous reasoning shows that f ( na) = na for all positive integers n, which finishes the proof of the claim. Claim 3: f (n) = n f (1) for all non-negative integers n. It holds that f (1 + f (1)) = f ( f (1)) = 2. Then f (n) + 2 = f (n f (1)) = f (n f (1) + f (1 + f (1))) = f (n 2) + 2(1 + f (1)), which gives is f (n) = f (n 2) + 2 f (1). Since f (1) = 1 f (1) and f (0) = 0 f (1) by Claim 1, Claim 3 follows from the Principle of Mathematical Induction. Claim 4: either f (n) = n for all integers n or f (n) = 2n for all integers n. Let A = 2 + f (1). Then f ( A ) = A. Indeed, f (A) = f ( f (1)) = f (1) + 2 = A and f ( A) = A where the second equality follows from Claim 2. By Claim 3, f ( A ) = A f (1). Hence, if A 0, then f (1) = 1 and respectively f (n) = n for all integers n by Claim 3. Otherwise, A = 0, which means that f (1) = 2. Consequently, f (n) = 2n for all non-negative integers n by Claim 3. Finally, notice that f ( n) = f (n + f (n)) = f (0 + n + f (n)) = 2n for all positive integers n, which finishes the proof of Claim 4.

9 IUPUI HIGH SCHOOL MATH CONTEST 4. PROBLEM 4 You are given an arbitrary triangle ABC inscribed in a circle. Show how to construct, using only a compass and straight edge, a triangle DEF that is similar to ABC, with corresponding sides parallel, and such that D lies on the segment BC, while E and F lie on the circular arc from B to C that does not contain A. This problem would be a lot easier if it specified that ABC was isosceles, because then we d have a specific point on BC to work from and known angles to use to determine the other two points. Strangely thinking about the problem we don t have makes it easier to solve the problem we do have, because we can use exactly this technique to construct a rectangle with BC as a base, A on the opposite side, and then construct a similar RECTANGLE meeting the constraints we want. The reason this is helpful is that a similar triangle to ABC can be inscribed in a similar rectangle to the one in which ABC will shortly be inscribed. For the purposes of this solution, I will take basic constructions as given. First, construct a line parallel to BC through A. Next, construct perpendiculars to BC at B and C so that we have the rectangle in question. Call the rectangle C B BC (with A between C and B ). Then construct the midpoints of BC and B C. Call them G and G, respectively, see Figure 1. B 0 B G 0 G A C 0 C FIGURE 1. Now we create a similar rectangle to C B BC such that two points lie on the circular arc between B and C and the other two are between B and C. Construct line segments G B and G C, and then construct lines through G parallel to these segments. The intersection with these two lines emanating from point G (E and F) are the base of our similar rectangle (and, hence, triangle), see Figure 2.

10 2015 IUPUI HIGH SCHOOL MATH CONTEST 7 B 0 B G 0 E 0 G F 0 E F A C 0 C FIGURE 2. Getting the point corresponding to the vertex A can be done in many ways but by far the simplest is to find the intersection of BE and CF. Call this point A. Then the point at which AA intersects BC is D, see Figure 3. B 0 B E 0 E D A0 F 0 F A C 0 C FIGURE 3.

11 2015 Team Problem Solution Problem: There are many configurations of six squares that can be folded to form a cube; let us call them patterns. You are given a sheet of paper, and tasked with cutting patterns from it to make as many cubes as possible. Solution: I was easily able to work out how to get 14 in my head, using just two cube- forms which could each tile rows very densely: It was only late in the game when I discovered I could fit in a 15th cube- form as follows, by fitting in a capital T in the largest gap (one of two choices for that gap, actually). There are, as it happens, 11 different hexomino cube- forms (this is easy to Google): And of the two team solutions which presented 15 cube- forms, each used a much less limited palette, the first using five different cube- forms in its rendering and the second using seven. (Their solutions are presented below.) Well done!

12 As an aside, because each of the 35 hexominoes (including the 11 cube- forms) can be used to tile the plane, as n gets large the number of cube- forms of ANY SINGLE variety that can be cut from an nxn sheet is asymptotically equal to n2/6.

13 2015 IUPUI HIGH SCHOOL MATH CONTEST First Place Winners Gabriel Paree-Huff, 11 th Grade, Fishers High School. Teacher: John Drozd Michael Wang, 10 th Grade, Carmel High School. Teacher: Janice Mitchener Second Place Winners Gabriel Caldwell, 11 th Grade, Avon High School. Teacher: Anthony Record Anthony Ji, 10 th Grade, Carmel High School. Teacher: Janice Mitchener Vishaal Mali, 11 th Grade, Avon High School. Teacher: Anthony Record Dominique WuDunn, 10 th Grade, International School of Indiana. Teacher: Olivier Bernadac Third Place Winners Samuel Canner, 11 th Grade, Center Grove High School. Teacher: Karen Fruits Emma Caress, 10 th Grade, Brebeuf Jesuit Preparatory School. Teacher: Iris Manton Nichole Cochran, 9 th Grade, Logos Christian Academy Homeschool. Teacher: Kathy Cochran Zachary Cochran, 11 th Grade, Logos Christian Academy Homeschool. Teacher: Kathy Cochran Katharina Fransen, 11 th Grade, Fishers High School. Teacher: John Drozd Kireina Gray, 12 th Grade, Warren Central High School. Teacher: Alissa Horn Bharat Gummalla, 10 th Grade, Carmel High School. Teacher: Janice Mitchener Selena Qian, 10 th Grade, Carmel High School. Teacher: Linda Jones Halie Szilagyi, 11 th Grade, Fishers High School. Teacher: John Drozd Emily Tong, 11 th Grade, Fishers High School. Teacher: John Drozd Essay Winners Kireina Gray, 12 th Grade, Warren Central High School. Teacher: Alissa Horn Matthew Rennekamp, 9 th Grade, Seymour High School. Teacher: Laura Handloser Award for Best Solution to Problem 1 Phoebus Yang, 10 th Grade, Hamilton Southeastern High School. Teacher: Cynthia Cooper

14 Honorable Mention Winners Haley Drabek, 12 th Grade, Avon High School. Teacher: Anthony Record Nathan Gossmann, 11 th Grade, Avon High School. Teacher: Anthony Record Audrie Hillis, 12 th Grade, Avon High School. Teacher: Courtney Guth Daniel Kobold, 12 th Grade, Avon High School. Teacher: Anthony Record Olivia Korte, 10 th Grade, Fishers High School. Teacher: Erin Ingwersen Celena Langlois, 11 th Grade, Avon High School. Teacher: Anthony Record Matthew Rennekamp, 9 th Grade, Seymour High School. Teacher: Laura Handloser Joshua Roth, 10 th Grade, Fishers High School. Teacher: John Drozd Angelina Shi, 11 th Grade, Avon High School. Teacher: Anthony Record Elizabeth Shi, 12 th Grade, Avon High School. Teacher: Anthony Record Phoebus Yang, 10 th Grade, Hamilton Southeastern High School. Teacher: Cynthia Cooper Additional Competitors James Cerone, 11 th Grade, Fishers High School. Teacher: John Drozd Aysha Chaudhary, 11 th Grade, Fishers High School. Teacher: Erin Ingwersen Christopher Costelle, 12 th Grade, Avon High School. Teacher: Anthony Record Nolan Crist, 11 th Grade, Avon High School. Teacher: Anthony Record Suzanne Gatons, 12 th Grade, Avon High School. Teacher: Anthony Record Camille Goodwyn, 11th Grade, Avon High School. Teacher: Anthony Record Debra Hughes, 11 th Grade, Avon High School. Teacher: Anthony Record Issei Kobayashi, 12th Grade, Avon High School. Teacher: Anthony Record Michael Kuzma, 11 th Grade, Avon High School. Teacher: Anthony Record Andrew Langford, 9 th Grade, Avon High School. Teacher: Jeffrey Osterman Olivia Lazaro, 10 th Grade, Avon High School. Teacher: Kyle Meunier Evan Long, 12 th Grade, Fishers High School. Teacher: John Drozd Katherine Long, 10 th Grade, Carmel High School. Teacher: Laura Diamente Jacob Miller, 12 th Grade, West Washington High School. Abhinav Ramkumar, 10 th Grade, Carmel High School. Teacher: Laura Diamente Jeremy Rasor, 11 th Grade, Avon High School. Teacher: Anthony Record Abdul Saltagi, 12 th Grade, Fishers High School. Teacher: John Drozd

15 Additional Competitors (con t) Christa Serratos, 10 th Grade, Hammond Academy of Science & Technology. Teacher: Adam Erler Tyler Shanahan, 11 th Grade, Avon High School. Teacher: Anthony Record Haowei Shi, 9 th Grade, Avon High School. Teacher: Jeffrey Osterman Alexandra Short, 11 th Grade, Avon High School. Teacher: Anthony Record Adam Shumaker, 10 th Grade, Hamilton Southeastern High School. Teacher: Cynthia Cooper Damanveer Singh, 11 th Grade, Avon High School. Teacher: Anthony Record Morgan Soultz, 12 th Grade, Avon High School. Teacher: Courtney Guth Grant Sprout, 11 th Grade, Avon High School. Teacher: Anthony Record Tristan Strobel, 11 th Grade, Fishers High School. Teacher: Erin Ingwersen Alex Todd, 11 th Grade, Fishers High School. Teacher: Erin Ingwersen Sreya Vemuri, 11 th Grade, Carmel High School. Teacher: Janice Mitchener Maria Witcher, 10 th Grade, Hamilton Southeastern High School. Teacher: Cynthia Cooper First Place Team Awards Fishers Team 1, Gabriel Paree-Huff and Daniel Vance, Fishers High School C-Squared Z&N Cochran, Zachary Cochran and Nichole Cochran, Logos Christian Academy Homeschool School Award Carmel High School Sprit Award Avon High School

Please see pages 2 and 3 for the list of problems and contest details

Please see pages 2 and 3 for the list of problems and contest details Student Prizes One 1st place prize: $300 and full 4-year tuition scholarship* Five 2nd place prizes: $150 each and $2000 scholarship** Ten 3rd place prizes: $100 each and $2000 scholarship** Honorable

More information

IUPUI 2010 High School Mathematics Contest Presented by The IUPUI Department of Mathematical Sciences

IUPUI 2010 High School Mathematics Contest Presented by The IUPUI Department of Mathematical Sciences Math and Biology About Sunflowers: The florets within the sunflower's cluster are arranged in a spiral pattern. Typically each floret is oriented toward the next by approximately the golden angle, 137.5,

More information

2012 IUPUI High School Mathematics Contest

2012 IUPUI High School Mathematics Contest 2012 IUPUI High School Mathematics Contest Mathematics & Information Technology Presented by The IUPUI Department of Mathematical Sciences STUDENT PRIZES One 1 st place prize $500 Five 2 nd place prizes

More information

Answers to the 2006 IUPUI High School Mathematics Contest. 1 n. n 1. n + n (n 1)

Answers to the 2006 IUPUI High School Mathematics Contest. 1 n. n 1. n + n (n 1) Answers to the 2006 IUPUI High School Mathematics Contest. The sum S n of the first n terms of the sequence a, a 2,... of positive real numbers satisfies the equation a n + a n = 2S n for n =, 2,.... Find

More information

2001 IUPUI/Roche Diagnostics High School Math Contest Winners

2001 IUPUI/Roche Diagnostics High School Math Contest Winners Answers to the 998 IUPUI/TMMI Mathematics Contest. Three squares adjoin each other as in the figure. Find the sum of angles A, B and C. Answer. One plane geometry proof uses the square PQRS constructed

More information

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

1998 Harvard/MIT Math Tournament GEOMETRY Answer Sheet

1998 Harvard/MIT Math Tournament GEOMETRY Answer Sheet 1998 Harvard/MIT Math Tournament GEOMETRY Answer Sheet Name: School: Grade: 1 7 2 8 3 9 4 10a 5 10b 6 10c TOTAL: GEOMETRY Question One. [3 points] Quadrilateral ALEX, pictured below (but not necessarily

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

Please allow yourself one to two hours to complete the following sections of the packet. College Integrated Geometry Honors Integrated Geometry

Please allow yourself one to two hours to complete the following sections of the packet. College Integrated Geometry Honors Integrated Geometry Incoming Integrated Geometry Summer Work Dear Incoming Integrated Geometry Students, To better prepare for your high school mathematics entry process, summer work is assigned to ensure an easier transition

More information

2nd Bay Area Mathematical Olympiad

2nd Bay Area Mathematical Olympiad 2nd Bay Area Mathematical Olympiad February 29, 2000 The time limit for this exam is 4 hours. Your solutions should be clearly written arguments. Merely stating an answer without any justification will

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

Mathematical Olympiad for Girls

Mathematical Olympiad for Girls UKMT UKMT UKMT Mathematical Olympiad for Girls Organised by the United Kingdom Mathematics Trust These are polished solutions and do not illustrate the process of failed ideas and rough work by which candidates

More information

Around the corner. Mathematics B-day 2015, Friday November 13, 9:00h-16:00h

Around the corner. Mathematics B-day 2015, Friday November 13, 9:00h-16:00h Around the corner Mathematics B-day 2015, Friday November 13, 9:00h-16:00h Exploration 1 (Piano) You have to move a heavy piano through a 1 meter wide corridor with a right-angled corner in it. The figure

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

PRIMES Math Problem Set

PRIMES Math Problem Set PRIMES Math Problem Set PRIMES 017 Due December 1, 01 Dear PRIMES applicant: This is the PRIMES 017 Math Problem Set. Please send us your solutions as part of your PRIMES application by December 1, 01.

More information

Preparing for Euclid 2016

Preparing for Euclid 2016 Preparing for Euclid 2016 Ian VanderBurgh Centre for Education in Mathematics and Computing Faculty of Mathematics, University of Waterloo cemc.uwaterloo.ca Euclid Contest Details Written Tuesday 12 April

More information

UAB MATH TALENT SEARCH

UAB MATH TALENT SEARCH NAME: GRADE: SCHOOL NAME: 2012-2013 UAB MATH TALENT SEARCH This is a two hour contest. Answers are to be written in the spaces provided on the test sheet. There will be no credit if the answer is incorrect.

More information

THE KENNESAW STATE UNIVERSITY HIGH SCHOOL MATHEMATICS COMPETITION PART I MULTIPLE CHOICE (A) 0 (B) 1 (C) 2 (D) 3 (E) 4

THE KENNESAW STATE UNIVERSITY HIGH SCHOOL MATHEMATICS COMPETITION PART I MULTIPLE CHOICE (A) 0 (B) 1 (C) 2 (D) 3 (E) 4 THE 007 008 KENNESAW STATE UNIVERSITY HIGH SCHOOL MATHEMATICS COMPETITION PART I MULTIPLE CHOICE For each of the following questions, carefully blacken the appropriate box on the answer sheet with a #

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B. Thursday, June 23, :15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B. Thursday, June 23, :15 a.m. to 12:15 p.m. MATHEMATICS B The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B Thursday, June 23, 2005 9:15 a.m. to 12:15 p.m., only Print Your Name: Print Your School s Name: Print

More information

BmMT 2017 Individual Round Solutions November 19, 2017

BmMT 2017 Individual Round Solutions November 19, 2017 1. It s currently 6:00 on a 12 hour clock. What time will be shown on the clock 100 hours from now? Express your answer in the form hh : mm. Answer: 10:00 Solution: We note that adding any multiple of

More information

2009 Math Olympics Level II

2009 Math Olympics Level II Saginaw Valley State University 009 Math Olympics Level II 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 b) 113 c) 16

More information

UNIVERSITY OF NORTH CAROLINA CHARLOTTE 1995 HIGH SCHOOL MATHEMATICS CONTEST March 13, 1995 (C) 10 3 (D) = 1011 (10 1) 9

UNIVERSITY OF NORTH CAROLINA CHARLOTTE 1995 HIGH SCHOOL MATHEMATICS CONTEST March 13, 1995 (C) 10 3 (D) = 1011 (10 1) 9 UNIVERSITY OF NORTH CAROLINA CHARLOTTE 5 HIGH SCHOOL MATHEMATICS CONTEST March, 5. 0 2 0 = (A) (B) 0 (C) 0 (D) 0 (E) 0 (E) 0 2 0 = 0 (0 ) = 0 2. If z = x, what are all the values of y for which (x + y)

More information

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2016 INTERMEDIATE DIVISION: SOLUTIONS

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2016 INTERMEDIATE DIVISION: SOLUTIONS The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2016 INTERMEDIATE DIVISION: SOLUTIONS (1) In the following sum substitute each letter for a different

More information

The Sun Life Financial Canadian Open Mathematics Challenge Wednesday, November 2, 2011

The Sun Life Financial Canadian Open Mathematics Challenge Wednesday, November 2, 2011 The Sun Life Financial Canadian Open Mathematics Challenge Wednesday, November 2, 2011 Please print TEST SUPERVISOR NAME: Signature: STUDENT NAME: First: Last: Student Signature: GENDER: Male Female E

More information

8th Grade Competition

8th Grade Competition 8th Grade Competition Bergen County Academies Math Competition 1 October 007 1. A student is compiling 0 questions for a math competition. She asked each student to write at least questions with solutions.

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

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

Practice Test Geometry 1. Which of the following points is the greatest distance from the y-axis? A. (1,10) B. (2,7) C. (3,5) D. (4,3) E.

Practice Test Geometry 1. Which of the following points is the greatest distance from the y-axis? A. (1,10) B. (2,7) C. (3,5) D. (4,3) E. April 9, 01 Standards: MM1Ga, MM1G1b Practice Test Geometry 1. Which of the following points is the greatest distance from the y-axis? (1,10) B. (,7) C. (,) (,) (,1). Points P, Q, R, and S lie on a line

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

= 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

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

WISCONSIN HIGH SCHOOL STATE MATHEMATICS MEET WISCONSIN MATHEMATICS COUNCIL March 4 8, Solutions

WISCONSIN HIGH SCHOOL STATE MATHEMATICS MEET WISCONSIN MATHEMATICS COUNCIL March 4 8, Solutions WISCONSIN HIGH SCHOOL STATE MATHEMATICS MEET WISCONSIN MATHEMATICS COUNCIL March 4 8, 2013 Problem set #1 Solutions 1. 2 4 + a b 2 5 16 + a b 32 a b 16 2 4 16, 4 2 16, and 16 1 16, so the three ordered

More information

A. 180 B. 108 C. 360 D. 540

A. 180 B. 108 C. 360 D. 540 Part I - Multiple Choice - Circle your answer: 1. Find the area of the shaded sector. Q O 8 P A. 2 π B. 4 π C. 8 π D. 16 π 2. An octagon has sides. A. five B. six C. eight D. ten 3. The sum of the interior

More information

MEI Conference Squaring the Circle and Other Shapes

MEI Conference Squaring the Circle and Other Shapes MEI Conference 2017 Squaring the Circle and Other Shapes Kevin Lord kevin.lord@mei.org.uk Can you prove that the area of the square and the rectangle are equal? Use the triangle HPN to show that area of

More information

Mathematics Higher Tier, November /2H (Paper 2, calculator)

Mathematics Higher Tier, November /2H (Paper 2, calculator) Link to past paper on AQA website: www.aqa.org.uk This question paper is available to download freely from the AQA website. To navigate around the website, you want QUALIFICATIONS, GCSE, MATHS, MATHEMATICS,

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

DESK Secondary Math II

DESK Secondary Math II Mathematical Practices The Standards for Mathematical Practice in Secondary Mathematics I describe mathematical habits of mind that teachers should seek to develop in their students. Students become mathematically

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

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

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

Integrated Math II. IM2.1.2 Interpret given situations as functions in graphs, formulas, and words.

Integrated Math II. IM2.1.2 Interpret given situations as functions in graphs, formulas, and words. Standard 1: Algebra and Functions Students graph linear inequalities in two variables and quadratics. They model data with linear equations. IM2.1.1 Graph a linear inequality in two variables. IM2.1.2

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

Bishop Kelley High School Summer Math Program Course: Algebra 2 A

Bishop Kelley High School Summer Math Program Course: Algebra 2 A 06 07 Bishop Kelley High School Summer Math Program Course: Algebra A NAME: DIRECTIONS: Show all work in packet!!! The first 6 pages of this packet provide eamples as to how to work some of the problems

More information

13 Spherical geometry

13 Spherical geometry 13 Spherical geometry Let ABC be a triangle in the Euclidean plane. From now on, we indicate the interior angles A = CAB, B = ABC, C = BCA at the vertices merely by A, B, C. The sides of length a = BC

More information

8 th Grade Exam Scoring Format: 3 points per correct response -1 each wrong response 0 for blank answers

8 th Grade Exam Scoring Format: 3 points per correct response -1 each wrong response 0 for blank answers Pellissippi State Middle School Mathematics Competition 8 th Grade Exam Scoring Format: 3 points per correct response -1 each wrong response 0 for blank answers Directions: For each multiple-choice problem

More information

2007 Hypatia Contest

2007 Hypatia Contest Canadian Mathematics Competition An activity of the Centre for Education in Mathematics and Computing, University of Waterloo, Waterloo, Ontario 007 Hypatia Contest Wednesday, April 18, 007 Solutions c

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

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

2012 Fermat Contest (Grade 11)

2012 Fermat Contest (Grade 11) The CENTRE for EDUCATION in MATHEMATICS and COMPUTING www.cemc.uwaterloo.ca 01 Fermat Contest (Grade 11) Thursday, February 3, 01 (in North America and South America) Friday, February 4, 01 (outside of

More information

High School Math Contest. Level 2 Exam

High School Math Contest. Level 2 Exam This exam has been prepared by the following faculty from Western Carolina University: Assisted by: 017 High School Math Contest Level Exam Lenoir-Rhyne University Donald and Helen Schort School of Mathematics

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

AS Mathematics Assignment 9 Due Date: Friday 22 nd March 2013

AS Mathematics Assignment 9 Due Date: Friday 22 nd March 2013 AS Mathematics Assignment 9 Due Date: Friday 22 nd March 2013 NAME GROUP: MECHANICS/STATS Instructions to Students All questions must be attempted. You should present your solutions on file paper and submit

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

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Cayley Contest. (Grade 10) Thursday, February 20, 2014

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Cayley Contest. (Grade 10) Thursday, February 20, 2014 The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca 2014 Cayley Contest (Grade 10) Thursday, February 20, 2014 (in North America and South America) Friday, February 21, 2014 (outside

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

9th and 10th Grade Math Proficiency Objectives Strand One: Number Sense and Operations

9th and 10th Grade Math Proficiency Objectives Strand One: Number Sense and Operations Strand One: Number Sense and Operations Concept 1: Number Sense Understand and apply numbers, ways of representing numbers, the relationships among numbers, and different number systems. Justify with examples

More information

Solutions Best Student Exams Texas A&M High School Math Contest November 16, 2013

Solutions Best Student Exams Texas A&M High School Math Contest November 16, 2013 Solutions Best Student Exams Texas A&M High School Math Contest November 6, 20. How many zeros are there if you write out in full the number N = 0 (6 0000) = 0 (6 00) so there are 6 0 0 or N = (000000)

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

IUPUI Department of Mathematical Sciences High School Math Contest Solutions to problems

IUPUI Department of Mathematical Sciences High School Math Contest Solutions to problems IUPUI Department of Mathematical Sciences 2017 High School Math Contest Solutions to problems Problem 1) Given any arc on a parabola (the part between any two distinct points), use compass and straightedge

More information

California Common Core State Standards for Mathematics Standards Map Mathematics I

California Common Core State Standards for Mathematics Standards Map Mathematics I A Correlation of Pearson Integrated High School Mathematics Mathematics I Common Core, 2014 to the California Common Core State s for Mathematics s Map Mathematics I Copyright 2017 Pearson Education, Inc.

More information

MATH II CCR MATH STANDARDS

MATH II CCR MATH STANDARDS RELATIONSHIPS BETWEEN QUANTITIES M.2HS.1 M.2HS.2 M.2HS.3 M.2HS.4 M.2HS.5 M.2HS.6 Explain how the definition of the meaning of rational exponents follows from extending the properties of integer exponents

More information

D - E - F - G (1967 Jr.) Given that then find the number of real solutions ( ) of this equation.

D - E - F - G (1967 Jr.) Given that then find the number of real solutions ( ) of this equation. D - E - F - G - 18 1. (1975 Jr.) Given and. Two circles, with centres and, touch each other and also the sides of the rectangle at and. If the radius of the smaller circle is 2, then find the radius of

More information

2016 Pascal Contest (Grade 9)

2016 Pascal Contest (Grade 9) The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca 06 Pascal Contest (Grade 9) Wednesday, February, 06 (in North America and South America) Thursday, February, 06 (outside of North

More information

Mathematics: A Christian Perspective

Mathematics: A Christian Perspective Mathematics: A Christian Perspective STUDENT VERSION Gino Santa Maria. Image from BigStockPhoto.com. James Bradley, Calvin College Andrew Busch, Fremont High School, Fremont, Michigan David Klanderman,

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

Nine Week SOL Time Allotment

Nine Week SOL Time Allotment 6/5/2018 Nine Week SOL Time Allotment 1 Prerequisite Skills and Beginning of year activities A.1 Translating and Evaluating Expressions and Equations A.4 ace Solve Multi-step equations including variables

More information

MATHEMATICS. ALGEBRA I: two semesters, two credits

MATHEMATICS. ALGEBRA I: two semesters, two credits MATHEMATICS The mathematics curriculum is very broad and flexible. The program that is right for each student depends on his/her interests, abilities, and future educational/vocational plans. MATHEMATICS

More information

Approximately 45 minutes

Approximately 45 minutes Lab Activity Title: Mole Day Submitted by: Pam Kraus Recommended Grade Level: 11 Discipline: Chemistry Topic: Mole Day Time Requirement: Approximately 45 minutes Required Materials: Copies of Mole contest

More information

Mathematics 3210 Spring Semester, 2005 Homework notes, part 8 April 15, 2005

Mathematics 3210 Spring Semester, 2005 Homework notes, part 8 April 15, 2005 Mathematics 3210 Spring Semester, 2005 Homework notes, part 8 April 15, 2005 The underlying assumption for all problems is that all points, lines, etc., are taken within the Poincaré plane (or Poincaré

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name:

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name: GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Thursday, January 27, 2011 9:15 a.m. to 12:15 p.m., only Student Name: School Name: Print your name and the name

More information

2.4 Investigating Symmetry

2.4 Investigating Symmetry Name Class Date 2.4 Investigating Symmetry Essential Question: How do you determine whether a figure has line symmetry or rotational symmetry? 1 Explore 1 Identifying Line Symmetry A figure has symmetry

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

Junior Mathematical Olympiad

Junior Mathematical Olympiad UKMT UKMT UKMT United Kingdom Mathematics Trust Junior Mathematical Olympiad Organised by the United Kingdom Mathematics Trust s These are polished solutions and do not illustrate the process of exploration

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

Euclid Contest. Canadian Mathematics Competition. Wednesday, April 19, C.M.C. Sponsors: Chartered Accountants. C.M.C. Supporters: Time: 2 1 2

Euclid Contest. Canadian Mathematics Competition. Wednesday, April 19, C.M.C. Sponsors: Chartered Accountants. C.M.C. Supporters: Time: 2 1 2 Canadian Mathematics Competition n activity of the Centre for Education in Mathematics and Computing, University of Waterloo, Waterloo, Ontario Euclid Contest Wednesday, pril 19, 2006 C.M.C. Sponsors:

More information

UK I NTERMEDIATE MATHEMATICAL OLYMPIAD

UK I NTERMEDIATE MATHEMATICAL OLYMPIAD UK I NTERMEITE MTHEMTIL OLYMPI ayley Question Papers and Solutions 2008 to 2010 Organised by the United Kingdom Mathematics Trust i UKMT UKMT UKMT UK Intermediate Mathematical Olympiad 2008 to 2010 ayley

More information

Math 1230, Notes 2. Aug. 28, Math 1230, Notes 2 Aug. 28, / 17

Math 1230, Notes 2. Aug. 28, Math 1230, Notes 2 Aug. 28, / 17 Math 1230, Notes 2 Aug. 28, 2014 Math 1230, Notes 2 Aug. 28, 2014 1 / 17 This fills in some material between pages 10 and 11 of notes 1. We first discuss the relation between geometry and the quadratic

More information

r=1 Our discussion will not apply to negative values of r, since we make frequent use of the fact that for all non-negative numbers x and t

r=1 Our discussion will not apply to negative values of r, since we make frequent use of the fact that for all non-negative numbers x and t Chapter 2 Some Area Calculations 2.1 The Area Under a Power Function Let a be a positive number, let r be a positive number, and let S r a be the set of points (x, y) in R 2 such that 0 x a and 0 y x r.

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE II. Friday, January 26, :15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE II. Friday, January 26, :15 a.m. to 12:15 p.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE II Friday, January 26, 2001 9:15 a.m. to 12:15 p.m., only Notice... Scientific

More information

Due to the detail of some problems, print the contests using a normal or high quality setting.

Due to the detail of some problems, print the contests using a normal or high quality setting. General Contest Guidelines: Keep the contests secure. Discussion about contest questions is not permitted prior to giving the contest. Due to the detail of some problems, print the contests using a normal

More information

Name: for students entering. Algebra 2/Trig* For the following courses: AAF, Honors Algebra 2, Algebra 2

Name: for students entering. Algebra 2/Trig* For the following courses: AAF, Honors Algebra 2, Algebra 2 Name: Richard Montgomery High School Department of Mathematics Summer Math Packet for students entering Algebra 2/Trig* For the following courses: AAF, Honors Algebra 2, Algebra 2 (Please go the RM website

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

Tudor Grange Academy Redditch. A Level Maths Pre Course Learning Materials. Name:

Tudor Grange Academy Redditch. A Level Maths Pre Course Learning Materials. Name: Tudor Grange Academy Redditch A Level Maths Pre Course Learning Materials Name: Dear Student, Welcome from the Head of Maths Thank you for choosing to study Mathematics in the Sixth Form at Tudor Grange

More information

CS1800: Sequences & Sums. Professor Kevin Gold

CS1800: Sequences & Sums. Professor Kevin Gold CS1800: Sequences & Sums Professor Kevin Gold Moving Toward Analysis of Algorithms Today s tools help in the analysis of algorithms. We ll cover tools for deciding what equation best fits a sequence of

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B. Thursday, June 23, :15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B. Thursday, June 23, :15 a.m. to 12:15 p.m. MATHEMATICS B The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B Thursday, June 23, 2005 9:15 a.m. to 12:15 p.m., only Print Your Name: Print Your School's Name: Print

More information

University of Houston High School Math Contest 2014 Algebra II Test

University of Houston High School Math Contest 2014 Algebra II Test University of Houston High School Math Contest 04 Algebra II Test 4 log (x ), what is the sum of all integers that x 8x + are in the domain of this function?. For the function f ( x ) = A. 7 B. 50 C. 44

More information

The Mathematical Association of America. American Mathematics Competitions AMERICAN INVITATIONAL MATHEMATICS EXAMINATION (AIME)

The Mathematical Association of America. American Mathematics Competitions AMERICAN INVITATIONAL MATHEMATICS EXAMINATION (AIME) The Mathematical Association of America American Mathematics Competitions 6 th Annual (Alternate) AMERICAN INVITATIONAL MATHEMATICS EXAMINATION (AIME) SOLUTIONS PAMPHLET Wednesday, April, 008 This Solutions

More information

Grade Eight (All Disciplines) Mathematics Standards Map Basic Program

Grade Eight (All Disciplines) Mathematics Standards Map Basic Program 1 Publisher Instructions. 1. In the header of this document, please fill in the program s identifying information. A basic program in mathematics for grade eight must address the standards for one of the

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2014 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

Twenty-sixth Annual UNC Math Contest First Round Fall, 2017

Twenty-sixth Annual UNC Math Contest First Round Fall, 2017 Twenty-sixth Annual UNC Math Contest First Round Fall, 017 Rules: 90 minutes; no electronic devices. The positive integers are 1,, 3, 4,... 1. Find the largest integer n that satisfies both 61 < 5n and

More information

Euclidean Geometry. The Elements of Mathematics

Euclidean Geometry. The Elements of Mathematics Euclidean Geometry The Elements of Mathematics Euclid, We Hardly Knew Ye Born around 300 BCE in Alexandria, Egypt We really know almost nothing else about his personal life Taught students in mathematics

More information

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Cayley Contest. (Grade 10) Tuesday, February 27, 2018

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Cayley Contest. (Grade 10) Tuesday, February 27, 2018 The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca 018 Cayley Contest (Grade 10) Tuesday, February 7, 018 (in North America and South America) Wednesday, February 8, 018 (outside of

More information

Mathematics Project. Class:10 Date of submission :

Mathematics Project. Class:10 Date of submission : Mathematics Project Class:10 Date of submission : 09-07-11 General Instructions: - The project should be hand written in about 5-8 A4 size sheets - Credit will be given to original and creative use of

More information

KVS Junior Mathematics Olympiad (JMO) 2001

KVS Junior Mathematics Olympiad (JMO) 2001 KVS Junior Mathematics Olympiad (JMO) 001 M.M. 100 Time : hours Note : (i) Please check that there are two printed pages and ten question in all. (ii) Attempt all questions. All questions carry equal marks.

More information

6.1 George W. Ferris Day Off

6.1 George W. Ferris Day Off 6.1 George W. Ferris Day Off A Develop Understanding Task Perhaps you have enjoyed riding on a Ferris wheel at an amusement park. The Ferris wheel was invented by George Washington Ferris for the 1893

More information

2011 Olympiad Solutions

2011 Olympiad Solutions 011 Olympiad Problem 1 Let A 0, A 1, A,..., A n be nonnegative numbers such that Prove that A 0 A 1 A A n. A i 1 n A n. Note: x means the greatest integer that is less than or equal to x.) Solution: We

More information

The Lunes of Hippocrates by Karen Droga Campe

The Lunes of Hippocrates by Karen Droga Campe Grade level: 9-12 The Lunes of Hippocrates by Karen Droga Campe Activity overview In this activity, students will explore a figure that involves lunes the area enclosed between arcs of intersecting circles.

More information

MATH CIRCLE Session # 2, 9/29/2018

MATH CIRCLE Session # 2, 9/29/2018 MATH CIRCLE Session # 2, 9/29/2018 SOLUTIONS 1. The n-queens Problem. You do NOT need to know how to play chess to work this problem! This is a classical problem; to look it up today on the internet would

More information

What can you prove by induction?

What can you prove by induction? MEI CONFERENCE 013 What can you prove by induction? Martyn Parker M.J.Parker@keele.ac.uk Contents Contents iii 1 Splitting Coins.................................................. 1 Convex Polygons................................................

More information

BHP BILLITON UNIVERSITY OF MELBOURNE SCHOOL MATHEMATICS COMPETITION, 2003: INTERMEDIATE DIVISION

BHP BILLITON UNIVERSITY OF MELBOURNE SCHOOL MATHEMATICS COMPETITION, 2003: INTERMEDIATE DIVISION BHP BILLITON UNIVERSITY OF MELBOURNE SCHOOL MATHEMATICS COMPETITION, 00: INTERMEDIATE DIVISION 1. A fraction processing machine takes a fraction f and produces a new fraction 1 f. If a fraction f = p is

More information