Sunday, October 27, 2019

October 27


  • Warmup:
    • $x^5=2; y^8=3$. Which is greater, $x$ or $y$?
    • Turning coins around each other
  • Ball jumping, first jump 1/2 foot; each next jump 20% shorter. How far will it go?
  • Pythagorean theorem. 
    • How to find the diagonal of a brick?
  • Back to residues: build tables for mod $5,6,7,8$. 
    • No zeroes in the tables for what modules?
    • What happens if we multiply rows?
  • Game - bulls and cows...

Saturday, October 19, 2019

October 20


  • Homework: pentahedron; origami?
  • If $x^3=26$ and $y^2=9$, what is bigger, $x$ or $y$? 
  • Two players try to move short hand to 5 o'clock. They start at 1, and can move it ahead 2 or 3 hours. Who wins?
  • Geometric progressions - how to find their sums.  When the sum converges. 
  • What about other convergences: example of $1+1/2+1/3+\ldots$
  • $a^6\mod 7$ for $a=1,2,\ldots,6$.
  • The following sets are given:$$A = \{1, 3, 7, 137\}, B = \{3, 7, 100\}, C = \{0, 1, 3, 100\}, D = \{0, 7, 100, 333\}. $$
    Describe the sets:
    • \(A \cup B\);
    • \(A\cap B\);
    • \((A \cap B)\cup D\);
    • \(C \cap (D\cap B)\);
    • \((A\cup B)\cap (C \cup D)\);
    • \((A\cap B)\cup (C \cap D)\);
    • \((D\cup A)\cap (C \cup B)\);
    • \((A\cap (B\cap C))\cap D\);
    • \((A\cup (B\cap C))\cap D\);
    • \((C \cap A)\cup ((A\cup (C \cap D))\cap B)\)

Saturday, October 12, 2019

October 13

  •  Problems with remainders
    • $39^{192}\mod 11$;
    • $101^{1001}\mod 7$;
    • $a^6\mod 7$ for $a=1,2,\ldots,6\$.
  • Tetrahedra and pyramids.
    • The skeleton of a tetrahedron made out of wire. Play the game: cut an edge, in turns, until it falls apart. Who wins?
    • Same for pyramid with square base.
    • To a triangular face of a regular (solid) square pyramid one glues on the regular solid tetrahedron. How many faces the resulting solid body has?
  • More experiments with Polish notation:
    • $+++++++1,2,3,4,5,6,7,8$.
    • Does the answer depend on the order of numbers?
    • What about $+1+2+3+4+5+6+7,8$?
    • One can get different trees - can one draw all of them?
  • The following sets are given:$$A = \{1, 3, 7, 137\}, B = \{3, 7, 100\}, C = \{0, 1, 3, 100\}, D = \{0, 7, 100, 333\}. $$
    Describe the sets:
    • \(A \cup B\);
    • \(A\cap B\);
    • \((A \cap B)\cup D\);
    • \(C \cap (D\cap B)\);
    • \((A\cup B)\cap (C \cup D)\);
    • \((A\cap B)\cup (C \cap D)\);
    • \((D\cup A)\cap (C \cup B)\);
    • \((A\cap (B\cap C))\cap D\);
    • \((A\cup (B\cap C))\cap D\);
    • \((C \cap A)\cup ((A\cup (C \cap D))\cap B)\)
  • Origami!
  • Game: bulls and cows

Saturday, October 5, 2019

October 6


  • Continuing with the algebra of remainders. $15^{23}\mod 7=?$
  • Create your own problem!
  • Recall how to solve linear equations,
  • and use it to find sums of geometric progressions. 
  • ...like $1+2+4+8+\ldots=-1$!
  • How to write down arithmetic expressions:
    $$(2+3)*5-7$$
  • ...using trees!
  • or Polish notation
    $$-*+2,3,5,7$$
  • Trees are useful in syntactic ambiguities:
    The professor said on Monday he would give an exam...
    One morning, I caught an elephant in my pajamas...
    The professor attacked the student with the umbrella...
  • Back to sets: complements. What is $\overline{A\cup B}$?
  • Game: bulls and cows