4.7 Recursive-Explicit-Formula Notes

Total Page:16

File Type:pdf, Size:1020Kb

4.7 Recursive-Explicit-Formula Notes 11/6/17 4.7 Arithmetic Sequences (Recursive & Explicit Formulas) Arithmetic sequences • are linear functions that have a domain of positive consecutive integers in which the difference between any two consecutive terms is equal. • is a list of terms separated by a common difference, (the number added to each consecutive term in an arithmetic sequence.) • can be represented by formulas, either explicit or recursive, and those formulas can be used to find a certain term of the sequence. 1 11/6/17 Recursive Formula The following slides will answer these questions: • What does recursive mean? • What is the math formula? • How do you write the formula given a situation? • How do you use the formula? Definition of Recursive • relating to a procedure that can repeat itself indefinitely • repeated application of a rule 2 11/6/17 Recursive Formula A formula where each term is based on the term before it. Formula: A(n) = A(n-1) + d, A(1) = ? For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, _______, ________, ________ 7, 9, 11, 13, 15, _______, _______, _______ 10, 7, 4, 1, -2, _______, _______, _______ 2, 4, 7, 11, 16, _______, _______, _______ 1, -1, 2, -2, 3, -3, _______, _______, _______ 3 11/6/17 For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, 6, 7, 8 7, 9, 11, 13, 15, _______, _______, _______ 10, 7, 4, 1, -2, _______, _______, _______ 2, 4, 7, 11, 16, _______, _______, _______ 1, -1, 2, -2, 3, -3, _______, _______, _______ For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, 6, 7, 8 7, 9, 11, 13, 15, 17, 19, 21 10, 7, 4, 1, -2, _______, _______, _______ 2, 4, 7, 11, 16, _______, _______, _______ 1, -1, 2, -2, 3, -3, _______, _______, _______ 4 11/6/17 For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, 6, 7, 8 7, 9, 11, 13, 15, 17, 19, 21 10, 7, 4, 1, -2, -5, -8, -11 2, 4, 7, 11, 16, _______, _______, _______ 1, -1, 2, -2, 3, -3, _______, _______, _______ For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, 6, 7, 8 7, 9, 11, 13, 15, 17, 19, 21 10, 7, 4, 1, -2, -5, -8, -11 2, 4, 7, 11, 16, 22, 29, 37 1, -1, 2, -2, 3, -3, _______, _______, _______ 5 11/6/17 For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, 6, 7, 8 These are all examples of you 7, 9, 11, 13, 15, 17, 19, 21 using the 10, 7, 4, 1, -2, -5, -8, -11 recursive formula. As long as you 2, 4, 7, 11, 16, 22, 29, 37 know the previous 1, -1, 2, -2, 3, -3, 4, -4, 5 term and the common difference! Recursive Formula: A(n) = A(n-1) +d, A(1) = ? A(n) is the nth term of the sequence A(n-1) is the previous term to nth term d is the common difference A(1) is the first term of the sequence 6 11/6/17 Recursive Formula: A(n) = A(n-1) +d, A(1) = ? A(n) is the nth term of the sequence To write a recursive A(n-1) is theformula previous you term only toneed nth term to identify the first term, d is the commonA(1) and difference the common difference. A(1) is the first term of the sequence Example: Write the recursive formula Briana borrowed $870 from her parents for airfare to Europe. She will pay them back at the rate of $60.00 per month. Let A(n) be the amount she still owes after n months. • Describe in words: Start at $870 and add -60 each time. • The formula is : A(n) = A(n-1) + d, A(1) = ? A(n) = A(n-1) + -60, A(1) = 870 7 11/6/17 Example: Write the recursive formula If you buy a new car, you might be advised to have an oil change after driving 1,000 miles and every 3,000 miles thereafter. The following sequence gives the mileage when oil changes are required: 1000 4000 7000 10000 13000 16000 • Describe in words: Start at 1,000 and add 3,000 each time. • The formula is : A(n) = A(n-1) + d, A(1) = ? 10/6/14A(n) = A(n-1) + 3,000, A(1) = 1,000 Example: Write the recursive formula Consider the sequence generated by 2000, 2040, 2080, 2120, 2160,. • Describe this sequence in words: Start at 2000 and add 40 each time. • The formula is : A(n) = A(n-1) + d, A(1) = ? A(n) = A(n-1) +40, A(1) = 2000 8 11/6/17 Using the Recursive Formula: • Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 In order to find the 4th term, you need to find the 2nd term, 3rd term and then find the 4th term. (Basically using the formula three times!—using it recursively!) Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 First Term = 2000 Second Term = 2000 + 40 = 2040 Third Term = 2040 + 40 = 2080 Fourth Term = 2080 + 40 = 2120 9 11/6/17 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 A(1) = 2000 A(2) = 2000 + 40 = 2040 A(3) = 2040 + 40 = 2080 A(4) = 2080 + 40 = 2120 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 A(2) = A(2-1) +40, A(2) = ? A(1) +40 2000 +40 2040 10 11/6/17 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 A(2) = A(2-1) +40, A(2) = 2040 A(1) +40 2000 +40 2040 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 A(2) = A(2-1) +40, A(2) = 2040 A(3) = A(3-1) +40, A(3) = ? A(2) +40 2040 +40 2080 11 11/6/17 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 A(2) = A(2-1) +40, A(2) = 2040 A(3) = A(3-1) +40, A(3) = 2080 A(2) +40 2040 +40 2080 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 A(2) = A(2-1) +40, A(2) = 2040 A(3) = A(3-1) +40, A(3) = 2080 A(4) = A(4-1) +40, A(4) = ? A(3) +40 2080 +40 2120 12 11/6/17 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 A(2) = A(2-1) +40, A(2) = 2040 A(3) = A(3-1) +40, A(3) = 2080 A(4) = A(4-1) +40, A(4) = 2120 A(3) +40 2080 +40 2120 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 First Term = 2000 Second Term = 2000 + 40 = 2040 Third Term = 2040 + 40 = 2080 Fourth Term = 2080 + 40 = 2120 13 11/6/17 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 A(2) = A(2-1) +40, A(2) = 2040 A(3) = A(3-1) +40, A(3) = 2080 A(4) = A(4-1) +40, A(4) = 2120 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 A(2) = A(2-1) +40, A(2) = 2040 Recursive: repeated A(3) = applicationA(3-1) +40, of a A(3) = 2080 rule. A(4) = A(4-1) +40, A(4) = 2120 14 11/6/17 Recursive Formula: Find the 4th term of A(n) = A(n-1) +40, A(1) = 2000 A(2) = A(2-1) +40, A(2) = 2040 Is there an easier way to A(3) = A(3find-1) the +40, 4th A(3) = 2080 term? A(4) = A(4-1) +40, A(4) = 2120 Now find the 100th Term in each sequence 1, 2, 3, 4, 5, 6, 7, 8… 7, 9, 11, 13, 15, 17, 19, 21… Is the recursive 10, 7, 4, 1, -2, -5, -8, -11… formula a useful way to 2, 4, 7, 11, 16, 22, 29, 37… find the value 1, -1, 2, -2, 3, -3, 4, -4, 5… of the 100th term? 15 11/6/17 Recursive Formula Is the recursive formula efficient to finding the 2nd or 3rd term in a sequence? YES Is the recursive formula efficient in finding the 75th term in a sequence? NO Explicit Formula The following slides will answer these questions: • What does explicit mean? • What is the math formula? • How do you write the formula given a situation? • How do you use the formula? 16 11/6/17 Definition of Explicit • stated clearly and in detail • leaving no room for confusion or doubt Explicit Formula: • Formula where any term can be found by substituting the number of that term. • Function rule that allows you to find any term, as long as you know which term you want to find A(n) = A(1) + (n – 1)d 17 11/6/17 Explicit Formula: A(n) = A(1) + (n – 1)d A(n) is the nth term of the sequence A(1) is the first term of the sequence d is the common difference Example: Write the explicit formula If you buy a new car, you might be advised to have an oil change after driving 1,000 miles and every 3,000 miles thereafter.
Recommended publications
  • Math/CS 467 (Lesieutre) Homework 2 September 9, 2020 Submission
    Math/CS 467 (Lesieutre) Homework 2 September 9, 2020 Submission instructions: Upload your solutions, minus the code, to Gradescope, like you did last week. Email your code to me as an attachment at [email protected], including the string HW2 in the subject line so I can filter them. Problem 1. Both prime numbers and perfect squares get more and more uncommon among larger and larger numbers. But just how uncommon are they? a) Roughly how many perfect squares are there less than or equal to N? p 2 For a positivep integer k, notice that k is less than N if and only if k ≤ N. So there are about N possibilities for k. b) Are there likely to be more prime numbers or perfect squares less than 10100? Give an estimate of the number of each. p There are about 1010 = 1050 perfect squares. According to the prime number theorem, there are about 10100 10100 π(10100) ≈ = = 1098 · log 10 = 2:3 · 1098: log(10100) 100 log 10 That’s a lot more primes than squares. (Note that the “log” in the prime number theorem is the natural log. If you use log10, you won’t get the right answer.) Problem 2. Compute g = gcd(1661; 231). Find integers a and b so that 1661a + 231b = g. (You can do this by hand or on the computer; either submit the code or show your work.) We do this using the Euclidean algorithm. At each step, we keep track of how to write ri as a combination of a and b.
    [Show full text]
  • 6Th Online Learning #2 MATH Subject: Mathematics State: Ohio
    6th Online Learning #2 MATH Subject: Mathematics State: Ohio Student Name: Teacher Name: School Name: 1 Yari was doing the long division problem shown below. When she finishes, her teacher tells her she made a mistake. Find Yari's mistake. Explain it to her using at least 2 complete sentences. Then, re-do the long division problem correctly. 2 Use the computation shown below to find the products. Explain how you found your answers. (a) 189 × 16 (b) 80 × 16 (c) 9 × 16 3 Solve. 34,992 ÷ 81 = ? 4 The total amount of money collected by a store for sweatshirt sales was $10,000. Each sweatshirt sold for $40. What was the total number of sweatshirts sold by the store? (A) 100 (B) 220 (C) 250 (D) 400 5 Justin divided 403 by a number and got a quotient of 26 with a remainder of 13. What was the number Justin divided by? (A) 13 (B) 14 (C) 15 (D) 16 6 What is the quotient of 13,632 ÷ 48? (A) 262 R36 (B) 272 (C) 284 (D) 325 R32 7 What is the result when 75,069 is divided by 45? 8 What is the value of 63,106 ÷ 72? Write your answer below. 9 Divide. 21,900 ÷ 25 Write the exact quotient below. 10 The manager of a bookstore ordered 480 copies of a book. The manager paid a total of $7,440 for the books. The books arrived at the store in 5 cartons. Each carton contained the same number of books. A worker unpacked books at a rate of 48 books every 2 minutes.
    [Show full text]
  • 13A. Lists of Numbers
    13A. Lists of Numbers Topics: Lists of numbers List Methods: Void vs Fruitful Methods Setting up Lists A Function that returns a list We Have Seen Lists Before Recall that the rgb encoding of a color involves a triplet of numbers: MyColor = [.3,.4,.5] DrawDisk(0,0,1,FillColor = MyColor) MyColor is a list. A list of numbers is a way of assembling a sequence of numbers. Terminology x = [3.0, 5.0, -1.0, 0.0, 3.14] How we talk about what is in a list: 5.0 is an item in the list x. 5.0 is an entry in the list x. 5.0 is an element in the list x. 5.0 is a value in the list x. Get used to the synonyms. A List Has a Length The following would assign the value of 5 to the variable n: x = [3.0, 5.0, -1.0, 0.0, 3.14] n = len(x) The Entries in a List are Accessed Using Subscripts The following would assign the value of -1.0 to the variable a: x = [3.0, 5.0, -1.0, 0.0, 3.14] a = x[2] A List Can Be Sliced This: x = [10,40,50,30,20] y = x[1:3] z = x[:3] w = x[3:] Is same as: x = [10,40,50,30,20] y = [40,50] z = [10,40,50] w = [30,20] Lists are Similar to Strings s: ‘x’ ‘L’ ‘1’ ‘?’ ‘a’ ‘C’ x: 3 5 2 7 0 4 A string is a sequence of characters.
    [Show full text]
  • Ground and Explanation in Mathematics
    volume 19, no. 33 ncreased attention has recently been paid to the fact that in math- august 2019 ematical practice, certain mathematical proofs but not others are I recognized as explaining why the theorems they prove obtain (Mancosu 2008; Lange 2010, 2015a, 2016; Pincock 2015). Such “math- ematical explanation” is presumably not a variety of causal explana- tion. In addition, the role of metaphysical grounding as underwriting a variety of explanations has also recently received increased attention Ground and Explanation (Correia and Schnieder 2012; Fine 2001, 2012; Rosen 2010; Schaffer 2016). Accordingly, it is natural to wonder whether mathematical ex- planation is a variety of grounding explanation. This paper will offer several arguments that it is not. in Mathematics One obstacle facing these arguments is that there is currently no widely accepted account of either mathematical explanation or grounding. In the case of mathematical explanation, I will try to avoid this obstacle by appealing to examples of proofs that mathematicians themselves have characterized as explanatory (or as non-explanatory). I will offer many examples to avoid making my argument too dependent on any single one of them. I will also try to motivate these characterizations of various proofs as (non-) explanatory by proposing an account of what makes a proof explanatory. In the case of grounding, I will try to stick with features of grounding that are relatively uncontroversial among grounding theorists. But I will also Marc Lange look briefly at how some of my arguments would fare under alternative views of grounding. I hope at least to reveal something about what University of North Carolina at Chapel Hill grounding would have to look like in order for a theorem’s grounds to mathematically explain why that theorem obtains.
    [Show full text]
  • Whole Numbers
    03_WNCP_Gr4_U02.qxd.qxd 3/19/07 12:04 PM Page 32 U N I T Whole Numbers Learning Goals • recognize and read numbers from 1 to 10 000 • read and write numbers in standard form, expanded form, and written form • compare and order numbers • use diagrams to show relationships • estimate sums and differences • add and subtract 3-digit and 4-digit numbers mentally • use personal strategies to add and subtract • pose and solve problems 32 03_WNCP_Gr4_U02.qxd.qxd 3/19/07 12:04 PM Page 33 Key Words expanded form The elephant is the world’s largest animal. There are two kinds of elephants. standard form The African elephant can be found in most parts of Africa. Venn diagram The Asian elephant can be found in Southeast Asia. Carroll diagram African elephants are larger and heavier than their Asian cousins. The mass of a typical adult African female elephant is about 3600 kg. The mass of a typical male is about 5500 kg. The mass of a typical adult Asian female elephant is about 2720 kg. The mass of a typical male is about 4990 kg. •How could you find how much greater the mass of the African female elephant is than the Asian female elephant? •Kandula,a male Asian elephant,had a mass of about 145 kg at birth. Estimate how much mass he will gain from birth to adulthood. •The largest elephant on record was an African male with an estimated mass of about 10 000 kg. About how much greater was the mass of this elephant than the typical African male elephant? 33 03_WNCP_Gr4_U02.qxd.qxd 3/19/07 12:04 PM Page 34 LESSON Whole Numbers to 10 000 The largest marching band ever assembled had 4526 members.
    [Show full text]
  • The Prime Number Lottery
    The prime number lottery • about Plus • support Plus • subscribe to Plus • terms of use search plus with google • home • latest issue • explore the archive • careers library • news © 1997−2004, Millennium Mathematics Project, University of Cambridge. Permission is granted to print and copy this page on paper for non−commercial use. For other uses, including electronic redistribution, please contact us. November 2003 Features The prime number lottery by Marcus du Sautoy The prime number lottery 1 The prime number lottery David Hilbert On a hot and sultry afternoon in August 1900, David Hilbert rose to address the first International Congress of Mathematicians of the new century in Paris. It was a daunting task for the 38 year−old mathematician from Göttingen in Germany. You could hear the nerves in his voice as he began to talk. Gathered in the Sorbonne were some of the great names of mathematics. Hilbert had been worrying for months about what he should talk on. Surely the first Congress of the new century deserved something rather more exciting than just telling mathematicians about old theorems. So Hilbert decided to deliver a very daring lecture. He would talk about what we didn't know rather what we had already proved. He challenged the mathematicians of the new century with 23 unsolved problems. He believed that "Problems are the life blood of mathematics". Without problems to spur the mathematician on in his or her journey of discovery, mathematics would stagnate. These 23 problems set the course for the mathematical explorers of the twentieth century. They stood there like a range of mountains for the mathematician to conquer.
    [Show full text]
  • Mathematics Education; *Number Conc
    DOCUMENT RESUME ED 069 503 SE 015 194 AUTHOR Evans, Diane TITLE Learning Activity Package, Pre-Algebra. Ninety Six High School, S. C. PUB. DATE 72 NOTE 134p. EDRS PRICE MF-$0.65 HC-$6,58 DESCRIPTORS Algebra; *Curriculum; *Individualized Instruction; *Instructional Materials; Mathematics Education; *Number Concepts; Number Systems; Objectives; *Secondary School Mathematics; Set Theory; Teacher Developed Materials; Teaching Guides; Units of Study (Subject Fields) ABSTRACT A sett of ten teacher-prepared Learning Activity Packages (LAPs) for individualized instruction in topics in . pre-algebra, the units cover the decimal numeration system; number ?- theory; fractions and decimals; ratio, proportion, and percent; sets; properties of operations; rational numbers; real numbers; open expressions; and open rational expressions. Each unit contains a rationale for the material; a list of behavioral objectives for the unit; a list of resources including texts (specifying reading assignments and problem sets), tape recordings, and commercial games to be used; a problem set for student self-evaluation; suggestions for advanced study; and references. For other documents in this series, see SE 015 193, SE 015 195, SE 015 196, and SE 015 197. (DT) 1 LEARNING CTIVITY ACKAGE DECIMAL NUMERATION SYSTEM Vowl.,............._. Az., Pre--A I gebra U1111111111111111111111 ;VIEW ED BY LAP t\T13ER WRIT'NN ry DiatIO Evans FROV. BEST:V.PAII.APLE COPY RATIONALE Probably the greatest achievement of man is the developmeht of symbols to communicate facts and ideas. Symbols known as letters developed into the words of many languages of the people of the world. The early Egyptians used a type of picture-writing called "hieroglyphics" for words and numbers.
    [Show full text]
  • Hard Math Elementary School: Answer Key for Workbook
    Hard Math for Elementary School: Answer Key for Workbook Glenn Ellison 1 Copyright © 2013 by Glenn Ellison All right reserved ISBN-10: 1-4848-5142-0 ISBN-13: 978-1-4848-5142-5 2 Introduction Most books in the Hard Math series have long introductions that tell you something about the book, how to use it, the philosophy behind it, etc. This one doesn’t. It’s just the answer key for Hard Math for Elementary School: Workbook. So basically it just does what you would expect: it gives the answers to the problems in the Workbook. I reproduced the worksheets because I think it makes checking one’s answers easier. At the bottom of many worksheets I added brief explanations of how to do some of the harder problems. I hope that I got all of the answers right. But it’s hard to avoid making any mistakes when working on a project this big, so please accept my apologies if you find things that are wrong. I’ll try to fix any mistakes in some future edition. And until I do, you could think of the mistakes as a feature: they help show that the problems really are hard and students should feel proud of how many they are able to get. 3 Hard Math Worksheets Name Answer Key_______ 1.1 Basic Addition with Carrying 1. Word Problem: If Ron has 2127 pieces of candy and Harry has 5374 pieces of candy, how much candy do they have in total? 7,501 pieces 2. Solve the following problems.
    [Show full text]
  • Taking Place Value Seriously: Arithmetic, Estimation, and Algebra
    Taking Place Value Seriously: Arithmetic, Estimation, and Algebra by Roger Howe, Yale University and Susanna S. Epp, DePaul University Introduction and Summary Arithmetic, first of nonnegative integers, then of decimal and common fractions, and later of rational expres- sions and functions, is a central theme in school mathematics. This article attempts to point out ways to make the study of arithmetic more unified and more conceptual through a systematic emphasis on place-value structure in the base 10 number system. The article contains five sections. Section one reviews the basic principles of base 10 notation and points out the sophisticated structure underlying its amazing efficiency. Careful definitions are given for the basic constituents out of which numbers written in base 10 notation are formed: digit, power of 10 ,andsingle-place number. The idea of order of magnitude is also discussed, to prepare the way for considering relative sizes of numbers. Section two discusses how base 10 notation enables efficient algorithms for addition, subtraction, mul- tiplication and division of nonnegative integers. The crucial point is that the main outlines of all these procedures are determined by the form of numbers written in base 10 notation together with the Rules of Arithmetic 1. Division plays an especially important role in the discussion because both of the two main ways to interpret numbers written in base 10 notation are connected with division. One way is to think of the base 10 expansion as the result of successive divisions-with-remainder by 10; the other way involves suc- cessive approximation by single-place numbers and provides the basis for the usual long-division algorithm.
    [Show full text]
  • List of Numbers
    List of numbers This is a list of articles aboutnumbers (not about numerals). Contents Rational numbers Natural numbers Powers of ten (scientific notation) Integers Notable integers Named numbers Prime numbers Highly composite numbers Perfect numbers Cardinal numbers Small numbers English names for powers of 10 SI prefixes for powers of 10 Fractional numbers Irrational and suspected irrational numbers Algebraic numbers Transcendental numbers Suspected transcendentals Numbers not known with high precision Hypercomplex numbers Algebraic complex numbers Other hypercomplex numbers Transfinite numbers Numbers representing measured quantities Numbers representing physical quantities Numbers without specific values See also Notes Further reading External links Rational numbers A rational number is any number that can be expressed as the quotient or fraction p/q of two integers, a numerator p and a non-zero denominator q.[1] Since q may be equal to 1, every integer is a rational number. The set of all rational numbers, often referred to as "the rationals", the field of rationals or the field of rational numbers is usually denoted by a boldface Q (or blackboard bold , Unicode ℚ);[2] it was thus denoted in 1895 byGiuseppe Peano after quoziente, Italian for "quotient". Natural numbers Natural numbers are those used for counting (as in "there are six (6) coins on the table") and ordering (as in "this is the third (3rd) largest city in the country"). In common language, words used for counting are "cardinal numbers" and words used for ordering are
    [Show full text]
  • Mathematics Activity Guide 2016-2017 Pro Football Hall of Fame 2016-2017 Educational Outreach Program Mathematics Table of Contents
    Pro Football Hall of Fame Youth & Education Mathematics Activity Guide 2016-2017 Pro Football Hall of Fame 2016-2017 Educational Outreach Program Mathematics Table of Contents Lesson Common Core Standards Page(s) Attendance is Booming MD MA 1 Be an NFL Statistician MD MA 4 Buying and Selling at the Concession Stand NOBT MA 5 Driving the Field With Data MD MA 6 Finding Your Team’s Bearings GEO MA 7 Hall of Fame Shapes GEO MA 8 Jersey Number Math NOBT MA 9-10 Math Football NOBT MA 11 How Far is 300 Yards? MD MA 12-13 Number Patterns NOBT, MD MA 14-15 Punt, Pass and Snap NOBT, MD MA 16 Running to the Hall of Fame NOBT, MD MA 17 Same Data Different Graph MD MA 18-19 Stadium Design GEO MA 20 Surveying The Field MD MA 21 Using Variables with NFL Scorers OAT MA 22-24 What’s In a Number? OAT MA 25-26 Tackling Football Math OAT, NOBT, MC MA 27-36 Stats with Marvin Harrison RID MA 37-38 NFL Wide Receiver Math RID MA 39-40 NFL Scoring System OAT MA 41-42 Miscellaneous Math Activities MA 43 Answer Keys MA 44-46 Mathematics Attendance Is Booming Goals/Objectives: Students will: • Review front end estimation and rounding. • Review how to make a line graph. Common Core Standards: Measurement and Data Methods/Procedures: • The teacher can begin a discussion asking the students if they have ever been to an NFL game or if they know anyone who has gone to one.
    [Show full text]
  • 4Th Online Learning #2 MATH Subject: Mathematics State: Ohio
    4th Online Learning #2 MATH Subject: Mathematics State: Ohio Student Name: Teacher Name: School Name: 1 How many times larger is the value of the 2 in 52,346 than it is in 246? (A) 0 times (B) 10 times (C) 100 times (D) 1,000 times 2 Which expression below is equal to 600? (A) 60,000 ÷ 100 (B) 60,000 × 100 (C) 60,000 ÷ 10 (D) 60,000 × 10 3 What is the value of the 3 in the number 231,005? (A) 3 thousands (B) 30 hundreds (C) 30 thousands (D) 30 ten thousands 4 Select the statement that explains how the values of the numbers 420 and 4200 are different. (A) 4200 is 1000 times as large as 420 (B) 4200 is 100 times as large as 420 (C) 4200 is 10 times as large as 420 (D) 4200 is 1 time as large as 420 5 The value of the digit 4 in the number 42,780 is 10 times the value of the digit 4 in which number? (A) 34,651 (B) 146,703 (C) 426,135 (D) 510,400 6 The number 234 is multiplied by 10. Fill in the blanks with the correct terms in order to make the following sentence true. The numeral 2 in the resulting product is in the ________ place, and the value of this digit is ________. 7 There are almost 40 thousand fourth graders in Mississippi and almost 400 thousand fourth graders in Texas. There are almost 4 million fourth graders in the United States. We write 4 million as 4,000,000.
    [Show full text]