\documentclass[12pt]{article} \usepackage{comment} \usepackage{bm} \usepackage{amsmath} \usepackage{amssymb} \begin{document} \centerline{\bf Homework 7 MORALLY Due Apr 4 at 9:00AM} \newcommand{\MOD}{{\rm MOD}} \newcommand{\PRIMES}{{\rm PRIMES}} \newcommand{\NSQ}{{\rm NSQ}} \newcommand{\into}{{\rightarrow}} \newcommand{\lf}{\left\lfloor} \newcommand{\rf}{\right\rfloor} \newcommand{\lc}{\left\lceil} \newcommand{\rc}{\right\rceil} \newcommand{\Ceil}[1]{\left\lceil {#1}\right\rceil} \newcommand{\ceil}[1]{\left\lceil {#1}\right\rceil} \newcommand{\floor}[1]{\left\lfloor{#1}\right\rfloor} \newcommand{\Z}{{\sf Z}} \newcommand{\N}{{\sf N}} \newcommand{\Q}{{\sf Q}} \newcommand{\R}{{\sf R}} \newcommand{\Rpos}{{\sf R}^+} \newcommand{\NCU}{{\rm NCU}} \newcommand{\NCUZ}{{\rm NCUZ}} \centerline{\bf WARNING: THIS HW IS FOUR PAGES LONG!!!!!!!!!!!!!!!!!} \begin{enumerate} \item (0 points but please DO IT) What is your name? \item (25 points) Let $a_n$ be defined by $a_1=1$ $a_2=21$ $(\forall n\ge 3)[a_n = 7a_{n-1} + 8a_{\floor{\frac{n}{2}}} + 6].$ Show by induction that, for all $n\ge 1$, $a_n\equiv 1 \pmod {20}$. \vfill \centerline{\bf GOTO NEXT PAGE} \newpage \item (24 points) In class I prove the following four ways: $$(\forall n\ge 3)(\exists d_1<\cdots