Cedars Math:Chapter 1

From Rasmapedia
Revision as of 15:12, 17 August 2024 by Eric Rasmusen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Click here to go back to the Cedars Math front page.


Chapter 1: Whole Numbers

1.1 Counting

1.2 Addition

1.3 Subtraction

1.4 Multiplication

1.5 Short Division

1.6 Long Division

1.7 Rounding

1.8 Order of operations, exponents

Graphics

1.9 Word problems

From previous years:

  • Here is a good blog post on prayer flags and prayer wheels, with gorgeous photographs if the Himalayan Mountains. Someone came up with the idea of the "prayer wagon": drawings here and here. Relatedly, the parable of Lazarus and the Rich Man (Luke) came up in class.
  • WORDS: Amiable, endless loop.
  • "When I was a boy of fourteen, my father was so ignorant I could hardly stand to have the old man around. But when I got to be twenty-one, I was astonished at how much he had learned in seven years." Mark Twain, "Old Times on the Mississippi," Atlantic Monthly, 1874.
  print("Buddhist  code.")
  x = 4
  item=1
  while x<6:
  print("Glory to God in the highest!",item)
  item = item +1
  print ("The End.") 
  • Steps in solving word problems: 1. Figure out what the question is and what kind of number is supposed to be the answer. 2. Figure out which numbers in the question are relevant--- some numbers might well be irrelevant to getting to the answer. 3. Figure out what techniques you are going to need, e.g., addition, division, Python coding, looking up something on the Internet.