SANTOS [email protected]

Total Page:16

File Type:pdf, Size:1020Kb

SANTOS Dsantos@Ccp.Edu Number Theory for Mathematical Contests David A. SANTOS [email protected] August 13, 2005 REVISION Contents Preface iii 5 Linear Diophantine Equations 48 5.1 Euclidean Algorithm ............. 48 1 Preliminaries 1 Practice ....................... 50 1.1 Introduction .................. 1 5.2 Linear Congruences .............. 51 1.2 Well-Ordering ................. 1 Practice ....................... 52 5.3 A theorem of Frobenius ............ 52 Practice ....................... 3 Practice ....................... 54 1.3 Mathematical Induction ............ 3 5.4 Chinese Remainder Theorem ......... 55 Practice ....................... 7 Practice ....................... 56 1.4 Fibonacci Numbers .............. 9 Practice ....................... 11 6 Number-Theoretic Functions 57 6.1 Greatest Integer Function ........... 57 1.5 Pigeonhole Principle ............. 13 Practice ....................... 60 Practice ....................... 14 6.2 De Polignac’s Formula ............ 62 Practice ....................... 64 2 Divisibility 17 6.3 Complementary Sequences .......... 64 2.1 Divisibility .................. 17 Practice ....................... 65 Practice ....................... 18 6.4 Arithmetic Functions ............. 66 2.2 Division Algorithm .............. 19 Practice ....................... 68 Practice ....................... 20 6.5 Euler’s Function. Reduced Residues ..... 69 2.3 Some Algebraic Identities ........... 21 Practice ....................... 72 6.6 Multiplication in Z .............. 73 Practice ....................... 23 n Practice ....................... 75 6.7 Möbius Function ............... 75 3 Congruences. Zn 26 Practice ....................... 76 3.1 Congruences ................. 26 Practice ....................... 30 7 More on Congruences 78 3.2 Divisibility Tests ............... 31 7.1 Theorems of Fermat and Wilson ....... 78 Practice ....................... 32 Practice ....................... 80 7.2 Euler’s Theorem ................ 81 3.3 Complete Residues .............. 33 Practice ....................... 83 Practice ....................... 33 8 Scales of Notation 84 4 Unique Factorisation 34 8.1 The Decimal Scale .............. 84 4.1 GCD and LCM ................ 34 Practice ....................... 86 Practice ....................... 38 8.2 Non-decimal Scales .............. 87 4.2 Primes ..................... 39 Practice ....................... 88 8.3 A theorem of Kummer ............ 89 Practice ....................... 41 4.3 Fundamental Theorem of Arithmetic ..... 41 9 Miscellaneous Problems 91 Practice ....................... 45 Practice ....................... 93 Preface These notes started in the summer of 1993 when I was teaching Number Theory at the Center for Talented Youth Summer Program at the Johns Hopkins University. The pupils were between 13 and 16 years of age. The purpose of the course was to familiarise the pupils with contest-type problem solving. Thus the majority of the prob- lems are taken from well-known competitions: AHSME American High School Mathematics Examination AIME American Invitational Mathematics Examination USAMO United States Mathematical Olympiad IMO International Mathematical Olympiad ITT International Tournament of Towns MMPC Michigan Mathematics Prize Competition (UM)2 University of Michigan Mathematics Competition STANFORD Stanford Mathematics Competition MANDELBROT Mandelbrot Competition Firstly, I would like to thank the pioneers in that course: Samuel Chong, Nikhil Garg, Matthew Harris, Ryan Hoegg, Masha Sapper, Andrew Trister, Nathaniel Wise and Andrew Wong. I would also like to thank the victims of the summer 1994: Karen Acquista, Howard Bernstein, Geoffrey Cook, Hobart Lee, Nathan Lutchansky, David Ripley, Eduardo Rozo, and Victor Yang. I would like to thank Eric Friedman for helping me with the typing, and Carlos Murillo for proofreading the notes. Due to time constraints, these notes are rather sketchy. Most of the motivation was done in the classroom, in the notes I presented a rather terse account of the solutions. I hope some day to be able to give more coherence to these notes. No theme requires the knowledge of Calculus here, but some of the solutions given use it here and there. The reader not knowing Calculus can skip these problems. Since the material is geared to High School students (talented ones, though) I assume very little mathematical knowledge beyond Algebra and Trigonometry. Here and there some of the problems might use certain properties of the complex numbers. A note on the topic selection. I tried to cover most Number Theory that is useful in contests. I also wrote notes (which I have not transcribed) dealing with primitive roots, quadratic reciprocity, diophantine equations, and the geometry of numbers. I shall finish writing them when laziness leaves my weary soul. I would be very glad to hear any comments, and please forward me any corrections or remarks on the material herein. David A. SANTOS [email protected] iii Legal Notice This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, version 1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ . THIS WORK IS LICENSED AND PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IM- PLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE OR A WARRANTY OF NON-INFRINGEMENT. THIS DOCUMENT MAY NOT BE SOLD FOR PROFIT OR INCORPORATED INTO COMMERCIAL DOCUMENTS WITHOUT EXPRESS PERMISSION FROM THE AUTHOR(S). THIS DOCUMENT MAY BE FREELY DISTRIBUTED PROVIDED THE NAME OF THE ORIGINAL AUTHOR(S) IS(ARE) KEPT AND ANY CHANGES TO IT NOTED. iv Chapter 1 Preliminaries 1.1 Introduction We can say that no history of mankind would ever be complete without a history of Mathematics. For ages numbers have fascinated Man, who has been drawn to them either for their utility at solving practical problems (like those of measuring, counting sheep, etc.) or as a fountain of solace. Number Theory is one of the oldest and most beautiful branches of Mathematics. It abounds in problems that yet simple to state, are very hard to solve. Some number-theoretic problems that are yet unsolved are: 1. (Goldbach’s Conjecture) Is every even integer greater than 2 the sum of distinct primes? 2. (Twin Prime Problem) Are there infinitely many primes p such that p + 2 is also a prime? 3. Are there infinitely many primes that are 1 more than the square of an integer? 4. Is there always a prime between two consecutive squares of integers? In this chapter we cover some preliminary tools we need before embarking into the core of Number Theory. 1.2 Well-Ordering The set N = 0,1,2,3,4,... of natural numbers is endowed with two operations, addition and multiplication, that satisfy the following properties{ for natural} numbers a,b, and c: 1. Closure: a + b and ab are also natural numbers. 2. Associative laws: (a + b) + c = a + (b + c) and a(bc) = (ab)c. 3. Distributive law: a(b + c) = ab + ac. 4. Additive Identity: 0 + a = a + 0 = a 5. Multiplicative Identity: 1a = a1 = a. One further property of the natural numbers is the following. 1 Axiom (Well-Ordering Axiom) Every non-empty subset S of the natural numbers has a least element. As an example of the use of the Well-Ordering Axiom, let us prove that there is no integer between 0 and 1. 2 Example Prove that there is no integer in the interval ]0;1[. 1 2 Chapter 1 Solution: Assume to the contrary that the set S of integers in ]0;1[ is non-empty. Being a set of positive integers, it must contain a least element, say m. Now, 0 < m2 < m < 1, and so m2 S . But this is saying that S has a positive integer m2 which is smaller than its least positive integer m. This is a contradiction∈ and so S = ∅. We denote the set of all integers by Z, i.e., Z = ... − 3,−2,−1,0,1,2,3,... { } a A rational number is a number which can be expressed as the ratio of two integers a,b, where b = 0. We denote the set of b 6 rational numbers by Q. An irrational number is a number which cannot be expressed as the ratio of two integers. Let us give an example of an irrational number. 3 Example Prove that √2 is irrational. a Solution: The proof is by contradiction. Suppose that √2 were rational, i.e., that √2 = for some integers a,b. This implies b that the set A = n√2 : both n and n√2 positive integers { } is nonempty since it contains a. By Well-Ordering A has a smallest element, say j = k√2. As √2 − 1 > 0, j(√2 − 1) = j√2 − k√2 = ( j − k)√2 is a positive integer. Since 2 < 2√2 implies 2 − √2 < √2 and also j√2 = 2k, we see that ( j − k)√2 = k(2 − √2) < k(√2) = j. Thus ( j − k)√2 is a positive integer in A which is smaller than j. This contradicts the choice of j as the smallest integer in A and hence, finishes the proof. 4 Example Let a,b,c be integers such that a6 + 2b6 = 4c6. Show that a = b = c = 0. Solution: Clearly we can restrict ourselves to nonnegative numbers. Choose a triplet of nonnegative integers a,b,c satisfying this equation and with max(a,b,c) > 0 6 6 6 6 6 6 as small as possible. If a + 2b = 4c then a must be even, a = 2a1. This leads to 32a1 + b = 2c . Hence b = 2b1 and so 6 6 6 6 6 6 16a1 + 32b1 = c . This gives c = 2c1, and so a1 + 2b1 = 4c1. But clearly max(a1,b1,c1) < max(a,b,c). This means that all of these must be zero. a2 + b2 a2 + b2 5 Example (IMO 1988) If a,b are positive integers such that is an integer, then is a perfect square. 1 + ab 1 + ab a2 + b2 Solution: Suppose that = k is a counterexample of an integer which is not a perfect square, with max(a,b) as small as 1 + ab possible. We may assume without loss of generality that a < b for if a = b then 2a2 0 < k = < 2, a2 + 1 which forces k = 1, a perfect square. 2 2 2 Now, a + b − k(ab + 1) = 0 is a quadratic in b with sum of the roots ka and product of the roots a − k.
Recommended publications
  • A NEW LARGEST SMITH NUMBER Patrick Costello Department of Mathematics and Statistics, Eastern Kentucky University, Richmond, KY 40475 (Submitted September 2000)
    A NEW LARGEST SMITH NUMBER Patrick Costello Department of Mathematics and Statistics, Eastern Kentucky University, Richmond, KY 40475 (Submitted September 2000) 1. INTRODUCTION In 1982, Albert Wilansky, a mathematics professor at Lehigh University wrote a short article in the Two-Year College Mathematics Journal [6]. In that article he identified a new subset of the composite numbers. He defined a Smith number to be a composite number where the sum of the digits in its prime factorization is equal to the digit sum of the number. The set was named in honor of Wi!anskyJs brother-in-law, Dr. Harold Smith, whose telephone number 493-7775 when written as a single number 4,937,775 possessed this interesting characteristic. Adding the digits in the number and the digits of its prime factors 3, 5, 5 and 65,837 resulted in identical sums of42. Wilansky provided two other examples of numbers with this characteristic: 9,985 and 6,036. Since that time, many things have been discovered about Smith numbers including the fact that there are infinitely many Smith numbers [4]. The largest Smith numbers were produced by Samuel Yates. Using a large repunit and large palindromic prime, Yates was able to produce Smith numbers having ten million digits and thirteen million digits. Using the same large repunit and a new large palindromic prime, the author is able to find a Smith number with over thirty-two million digits. 2. NOTATIONS AND BASIC FACTS For any positive integer w, we let S(ri) denote the sum of the digits of n.
    [Show full text]
  • 2019 Practice Mathcounts Solutions
    2019 Practice Mathcounts Solutions Austin Math Circle January 20, 2019 1 Sprint Round Problem 1. What is the sum of the first five odd numbers and the first four even numbers? Solution. This is simply the sum of all the integers one through nine, which is 45 . Proposed by Jay Leeds. Problem 2. Shipping a box costs a flat rate of $5 plus $2 for every pound after the first five pounds. How much does it cost to ship a 18-pound box? Solution. An 18-pound box has 13 excess pounds, so our fee is 13 $2 $5 $31 . ¢ Å Æ Proposed by Jay Leeds. Problem 3. In rectangle ABCD, AB 6, BC 8, and M is the midpoint of AB. What is the area of triangle Æ Æ CDM? Solution. We see that this triangle has base six and height eight, so its area is 6 8/2 24 . ¢ Æ Proposed by Jay Leeds. Problem 4. Creed flips three coins. What is the probability that he flips heads at least once? Express your answer as a common fraction. 3 Solution. There is a ¡ 1 ¢ 1 chance that Creed flips no heads, so the probability that he flips at least once heads 2 Æ 8 7 is 1 1 . ¡ 8 Æ 8 Proposed by Jay Leeds. Problem 5. Compute the median of the following five numbers: A 43 , B 4.5, C 23 , D 22, and E 4.9. Æ 9 Æ Æ 5 Æ Æ Write A, B, C, D, or E as your answer. Solution. We can easily sort 22 4, 4.5, and 4.9.
    [Show full text]
  • Conjecture of Twin Primes (Still Unsolved Problem in Number Theory) an Expository Essay
    Surveys in Mathematics and its Applications ISSN 1842-6298 (electronic), 1843-7265 (print) Volume 12 (2017), 229 { 252 CONJECTURE OF TWIN PRIMES (STILL UNSOLVED PROBLEM IN NUMBER THEORY) AN EXPOSITORY ESSAY Hayat Rezgui Abstract. The purpose of this paper is to gather as much results of advances, recent and previous works as possible concerning the oldest outstanding still unsolved problem in Number Theory (and the most elusive open problem in prime numbers) called "Twin primes conjecture" (8th problem of David Hilbert, stated in 1900) which has eluded many gifted mathematicians. This conjecture has been circulating for decades, even with the progress of contemporary technology that puts the whole world within our reach. So, simple to state, yet so hard to prove. Basic Concepts, many and varied topics regarding the Twin prime conjecture will be cover. Petronas towers (Twin towers) Kuala Lumpur, Malaysia 2010 Mathematics Subject Classification: 11A41; 97Fxx; 11Yxx. Keywords: Twin primes; Brun's constant; Zhang's discovery; Polymath project. ****************************************************************************** http://www.utgjiu.ro/math/sma 230 H. Rezgui Contents 1 Introduction 230 2 History and some interesting deep results 231 2.1 Yitang Zhang's discovery (April 17, 2013)............... 236 2.2 "Polymath project"........................... 236 2.2.1 Computational successes (June 4, July 27, 2013)....... 237 2.2.2 Spectacular progress (November 19, 2013)........... 237 3 Some of largest (titanic & gigantic) known twin primes 238 4 Properties 240 5 First twin primes less than 3002 241 6 Rarefaction of twin prime numbers 244 7 Conclusion 246 1 Introduction The prime numbers's study is the foundation and basic part of the oldest branches of mathematics so called "Arithmetic" which supposes the establishment of theorems.
    [Show full text]
  • Solutions and Investigations
    UKMT UKMT UKMT Junior Mathematical Challenge Thursday 30th April 2015 Organised by the United Kingdom Mathematics Trust supported by Solutions and investigations These solutions augment the printed solutions that we send to schools. For convenience, the solutions sent to schools are confined to two sides of A4 paper and therefore in many casesare rather short. The solutions given here have been extended. In some cases we give alternative solutions, and we have included some exercises for further investigation. We welcome comments on these solutions. Please send them to [email protected]. The Junior Mathematical Challenge (JMC) is a multiple-choice paper. For each question, you are presented with five options, of which just one is correct. It follows that often you canfindthe correct answers by working backwards from the given alternatives, or by showing that four of them are not correct. This can be a sensible thing to do in the context of the JMC. However, this does not provide a full mathematical explanation that would be acceptable if you were just given the question without any alternative answers. So for each question we have included a complete solution which does not use the fact that one of the given alternatives is correct. Thus we have aimed to give full solutions with all steps explained. We therefore hope that these solutions can be used as a model for the type of written solution that is expected when presenting a complete solution to a mathematical problem (for example, in the Junior Mathematical Olympiad and similar competitions). These solutions may be used freely within your school or college.
    [Show full text]
  • Sequences of Numbers Obtained by Digit and Iterative Digit Sums of Sophie Germain Primes and Its Variants
    Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 12, Number 2 (2016), pp. 1473-1480 © Research India Publications http://www.ripublication.com Sequences of numbers obtained by digit and iterative digit sums of Sophie Germain primes and its variants 1Sheila A. Bishop, *1Hilary I. Okagbue, 2Muminu O. Adamu and 3Funminiyi A. Olajide 1Department of Mathematics, Covenant University, Canaanland, Ota, Nigeria. 2Department of Mathematics, University of Lagos, Akoka, Lagos, Nigeria. 3Department of Computer and Information Sciences, Covenant University, Canaanland, Ota, Nigeria. Abstract Sequences were generated by the digit and iterative digit sums of Sophie Germain and Safe primes and their variants. The results of the digit and iterative digit sum of Sophie Germain and Safe primes were almost the same. The same applied to the square and cube of the respective primes. Also, the results of the digit and iterative digit sum of primes that are not Sophie Germain are the same with the primes that are notSafe. The results of the digit and iterative digit sum of prime that are either Sophie Germain or Safe are like the combination of the results of the respective primes when considered separately. Keywords: Sophie Germain prime, Safe prime, digit sum, iterative digit sum. Introduction In number theory, many types of primes exist; one of such is the Sophie Germain prime. A prime number p is said to be a Sophie Germain prime if 21p is also prime. A prime number qp21 is known as a safe prime. Sophie Germain prime were named after the famous French mathematician, physicist and philosopher Sophie Germain (1776-1831).
    [Show full text]
  • Problems Archives
    Cache update: 56 minutes Problems Archives The problems archives table shows problems 1 to 651. If you would like to tackle the 10 most recently published problems then go to Recent problems. Click the description/title of the problem to view details and submit your answer. ID Description / Title Solved By 1 Multiples of 3 and 5 834047 2 Even Fibonacci numbers 666765 3 Largest prime factor 476263 4 Largest palindrome product 422115 5 Smallest multiple 428955 6 Sum square difference 431629 7 10001st prime 368958 8 Largest product in a series 309633 9 Special Pythagorean triplet 313806 10 Summation of primes 287277 11 Largest product in a grid 207029 12 Highly divisible triangular number 194069 13 Large sum 199504 14 Longest Collatz sequence 199344 15 Lattice paths 164576 16 Power digit sum 201444 17 Number letter counts 133434 18 Maximum path sum I 127951 19 Counting Sundays 119066 20 Factorial digit sum 175533 21 Amicable numbers 128681 22 Names scores 118542 23 Non-abundant sums 91300 24 Lexicographic permutations 101261 25 1000-digit Fibonacci number 137312 26 Reciprocal cycles 73631 27 Quadratic primes 76722 28 Number spiral diagonals 96208 29 Distinct powers 92388 30 Digit fifth powers 96765 31 Coin sums 74310 32 Pandigital products 62296 33 Digit cancelling fractions 62955 34 Digit factorials 82985 35 Circular primes 74645 36 Double-base palindromes 78643 37 Truncatable primes 64627 38 Pandigital multiples 55119 39 Integer right triangles 64132 40 Champernowne's constant 70528 41 Pandigital prime 59723 42 Coded triangle numbers 65704 43 Sub-string divisibility 52160 44 Pentagon numbers 50757 45 Triangular, pentagonal, and hexagonal 62652 46 Goldbach's other conjecture 53607 47 Distinct primes factors 50539 48 Self powers 100136 49 Prime permutations 50577 50 Consecutive prime sum 54478 Cache update: 56 minutes Problems Archives The problems archives table shows problems 1 to 651.
    [Show full text]
  • From Vortex Mathematics to Smith Numbers: Demystifying Number Structures and Establishing Sieves Using Digital Root
    SCITECH Volume 15, Issue 3 RESEARCH ORGANISATION Published online: November 21, 2019| Journal of Progressive Research in Mathematics www.scitecresearch.com/journals From Vortex Mathematics to Smith Numbers: Demystifying Number Structures and Establishing Sieves Using Digital Root Iman C Chahine1 and Ahmad Morowah2 1College of Education, University of Massachusetts Lowell, MA 01854, USA 2Retired Mathematics Teacher, Beirut, Lebanon Corresponding author email: [email protected] Abstract: Proficiency in number structures depends on a continuous development and blending of intricate combinations of different types of numbers and its related characteristics. The purpose of this paper is to unpack the mechanisms and underlying notions that elucidate the potential process of number construction and its inherent structures. By employing the concept of digital root, we show how juxtaposed assumptions can play in delineating generalized models of number structures bridging the abstract, the numerical, and the physical worlds. While there are numerous proposed ways of constructing Smith numbers, developing a generalized algorithm could help provide a unified approach to generating number structures with inherent commonalities. In this paper, we devise a sieve for all Smith numbers as well as other related numbers. The sieve works on the principle of digital roots of both Sd(N), the sum of the digits of a number N and that of Sp(N), the sum of the digits of the extended prime divisors of N. Starting with Sp(N) = Sp(p.q.r…), where p,q,r,…, are the prime divisors whose product yields N and whose digital root (n) equals to that of Sd(N) thus Sd(N) = n + 9x; x є N.
    [Show full text]
  • Three Topics in Additive Prime Number Theory 3
    THREE TOPICS IN ADDITIVE PRIME NUMBER THEORY BEN GREEN Abstract. We discuss, in varying degrees of detail, three contemporary themes in prime number theory. Topic 1: the work of Goldston, Pintz and Yıldırım on short gaps between primes. Topic 2: the work of Mauduit and Rivat, establishing that 50% of the primes have odd digit sum in base 2. Topic 3: work of Tao and the author on linear equations in primes. Introduction. These notes are to accompany two lectures I am scheduled to give at the Current Developments in Mathematics conference at Harvard in November 2007. The title of those lectures is ‘A good new millennium for primes’, but I have chosen a rather drier title for these notes for two reasons. Firstly, the title of the lectures was unashamedly stolen (albeit with permission) from Andrew Granville’s entertaining article [16] of the same name. Secondly, and more seriously, I do not wish to claim that the topics chosen here represent a complete survey of developments in prime number theory since 2000 or even a selection of the most important ones. Indeed there are certainly omissions, such as the lack of any discussion of the polynomial-time primality test [2], the failure to even mention the recent work on primes in orbits by Bourgain, Gamburd and Sarnak, and many others. I propose to discuss the following three topics, in greatly varying degrees of depth. Suggestions for further reading will be provided. The three sections may be read inde- pendently although there are links between them. 1. Gaps between primes.
    [Show full text]
  • Digit Problems
    Chapter 1 Digit problems 1.1 When can you cancel illegitimately and yet get the correct answer? Let ab and bc be 2-digit numbers. When do such illegitimate cancella- tions as ab ab a bc = bc6 = c , 6 a allowing perhaps further simplifications of c ? 16 1 19 1 26 2 49 4 Answer. 64 = 4 , 95 = 5 , 65 = 5 , 98 = 8 . Solution. We may assume a, b, c not all equal. 10a+b a Suppose a, b, c are positive integers 9 such that 10b+c = c . (10a + b)c = a(10b + c), or (9a + b≤)c = 10ab. If any two of a, b, c are equal, then all three are equal. We shall therefore assume a, b, c all distinct. 9ac = b(10a c). If b is not divisible− by 3, then 9 divides 10a c = 9a +(a c). It follows that a = c, a case we need not consider. − − It remains to consider b =3, 6, 9. Rewriting (*) as (9a + b)c = 10ab. If c is divisible by 5, it must be 5, and we have 9a + b = 2ab. The only possibilities are (b, a)=(6, 2), (9, 1), giving distinct (a, b, c)=(1, 9, 5), (2, 6, 5). 102 Digit problems If c is not divisible by 5, then 9a + b is divisible by 5. The only possibilities of distinct (a, b) are (b, a) = (3, 8), (6, 1), (9, 4). Only the latter two yield (a, b, c)=(1, 6, 4), (4, 9, 8). Exercise 1. Find all possibilities of illegitimate cancellations of each of the fol- lowing types, leading to correct results, allowing perhaps further simplifications.
    [Show full text]
  • MOEMS Dive 2019
    Registered School: Leota Middle School (WOODINVILLE WA) Mathematical Olympiads November 12, 2019 For Elementary & Middle Schools Directions to Students: After all questions have been read by your PICO, you will have 30 minutes to complete this contest. You may not have a pen or pencil in your hand while the PICO reads the set of questions to the class. Calculators are not permitted. All work is to be done on the pages provided. No additional scrap paper is to be used. Answers must be placed in the corresponding boxes in the answer column. Name: ____________________________________________________ 1A Add: 8883 + 8838 + 8388 + 3888. 1B Five students entered a contest where they guessed how many marbles were in a jar. The person with the closest guess won the contest. • Ashley guessed 98 marbles. • Beth guessed 105 marbles. • Candace guessed 109 marbles. • Dennis guessed 113 marbles. • Edward guessed 115 marbles. Two of the students were 3 away from the actual number of marbles. Who won the contest? 1C Each letter in the following addition problem 5 A 9 represents a different digit and each of the same 5 A 9 letter represents the same digit. No letter can be + 5 A 9 either 5 or 9. PLAN Determine the sum PLAN in this cryptarithm. Copyright © 2019 by Mathematical Olympiads for Elementary and Middle Schools, Inc. All rights reserved. Registered School: Leota Middle School (WOODINVILLE WA) Name: _________________________________________________________________ 5 1D The fraction can be written as the decimal 0.384615384615… where the digits Answer Column 13 th 1A 384615 keep repeating. What is the 2019 digit to the right of the decimal point? – 1B Page may be folded along dotted line.
    [Show full text]
  • Generalized Partitions and New Ideas on Number Theory and Smarandache Sequences
    Generalized Partitions and New Ideas On Number Theory and Smarandache Sequences Editor’s Note This book arose out of a collection of papers written by Amarnath Murthy. The papers deal with mathematical ideas derived from the work of Florentin Smarandache, a man who seems to have no end of ideas. Most of the papers were published in Smarandache Notions Journal and there was a great deal of overlap. My intent in transforming the papers into a coherent book was to remove the duplications, organize the material based on topic and clean up some of the most obvious errors. However, I made no attempt to verify every statement, so the mathematical work is almost exclusively that of Murthy. I would also like to thank Tyler Brogla, who created the image that appears on the front cover. Charles Ashbacher Smarandache Repeatable Reciprocal Partition of Unity {2, 3, 10, 15} 1/2 + 1/3 + 1/10 + 1/15 = 1 Amarnath Murthy / Charles Ashbacher AMARNATH MURTHY S.E.(E&T) WELL LOGGING SERVICES OIL AND NATURAL GAS CORPORATION LTD CHANDKHEDA AHMEDABAD GUJARAT- 380005 INDIA CHARLES ASHBACHER MOUNT MERCY COLLEGE 1330 ELMHURST DRIVE NE CEDAR RAPIDS, IOWA 42402 USA GENERALIZED PARTITIONS AND SOME NEW IDEAS ON NUMBER THEORY AND SMARANDACHE SEQUENCES Hexis Phoenix 2005 1 This book can be ordered in a paper bound reprint from: Books on Demand ProQuest Information & Learning (University of Microfilm International) 300 N. Zeeb Road P.O. Box 1346, Ann Arbor MI 48106-1346, USA Tel.: 1-800-521-0600 (Customer Service) http://wwwlib.umi.com/bod/search/basic Peer Reviewers: 1) Eng.
    [Show full text]
  • Arxiv:2001.00578V2 [Math.HO] 3 Aug 2021
    Errata and Addenda to Mathematical Constants Steven Finch August 3, 2021 Abstract. We humbly and briefly offer corrections and supplements to Mathematical Constants (2003) and Mathematical Constants II (2019), both published by Cambridge University Press. Comments are always welcome. 1. First Volume 1.1. Pythagoras’ Constant. A geometric irrationality proof of √2 appears in [1]; the transcendence of the numbers √2 √2 i π √2 , ii , ie would follow from a proof of Schanuel’s conjecture [2]. A curious recursion in [3, 4] gives the nth digit in the binary expansion of √2. Catalan [5] proved the Wallis-like infinite product for 1/√2. More references on radical denestings include [6, 7, 8, 9]. 1.2. The Golden Mean. The cubic irrational ψ =1.3247179572... is connected to a sequence 3 ψ1 =1, ψn = 1+ ψn 1 for n 2 − ≥ which experimentally gives rise to [10] p n 1 lim (ψ ψn) 3(1 + ) =1.8168834242.... n − ψ →∞ The cubic irrational χ =1.8392867552... is mentioned elsewhere in the literature with arXiv:2001.00578v2 [math.HO] 3 Aug 2021 regard to iterative functions [11, 12, 13] (the four-numbers game is a special case of what are known as Ducci sequences), geometric constructions [14, 15] and numerical analysis [16]. Infinite radical expressions are further covered in [17, 18, 19]; more gen- eralized continued fractions appear in [20, 21]. See [22] for an interesting optimality property of the logarithmic spiral. A mean-value analog C of Viswanath’s constant 1.13198824... (the latter applies for almost every random Fibonacci sequence) was dis- covered by Rittaud [23]: C =1.2055694304..
    [Show full text]