\documentclass[11pt]{amsart} \usepackage{graphicx} \usepackage{amssymb} \usepackage[usenames]{color} \usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref} \textwidth = 6.5 in \textheight = 8.3 in \oddsidemargin = 0.0 in \evensidemargin = 0.0 in \topmargin = 0.0 in \headheight = 0.0 in %\headsep = 0.1 in \parskip = 0.2in \parindent = 0.0in \newcommand{\pchoose}[2]{\begin{pmatrix}#1\\ #2\end{pmatrix}} \newcommand{\bchoose}[2]{\begin{bmatrix}#1\\ #2\end{bmatrix}} \definecolor{Gray}{rgb}{0.8,0.8,0.8} \def\gray{\color{Gray}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%% Young diagrams, grace a Francois Bergeron \newdimen\squaresize \squaresize=12pt \newdimen\thickness \thickness=0.4pt \def\square#1{\hbox{\vrule width \thickness \vbox to \squaresize{\hrule height \thickness\vss \hbox to \squaresize{\hss#1\hss} \vss\hrule height\thickness} \unskip\vrule width \thickness} \kern-\thickness} \def\vsquare#1{\vbox{\square{$#1$}}\kern-\thickness} \def\blk{\omit\hskip\squaresize} \def\noir{\vrule height\squaresize width\squaresize}% \def\noir{\gray{\vrule height\squaresize width\squaresize}}% \def\blkk{\omit} \def\young#1{ \vbox{\smallskip\offinterlineskip \halign{&\vsquare{##}\cr #1}}} \def\thisbox#1{\kern-.09ex\fbox{#1}} \def\downbox#1{\lower1.200em\hbox{#1}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{Homework Assignment no. 1 } \author{Date: Assigned January 7, 2019 - Due January 16, 2019 (11:59pm)} \begin{document} \maketitle \vskip -.3in Your assignment should include complete sentences and explanations and not just a few equations or numbers. It must be written in \LaTeX ~(as must all of your assignments). Please cite any sources you borrowed material from (e.g. pictures, formulae, ideas on how to solve the problem, online programs, etc.). I will put a latex template on the website and I will make available the source \LaTeX ~code for this assignment. \begin{enumerate} \item Complete the academic integrity tutorial in the Moodle. \vskip .2in \item In class we discussed the following question: \vskip .2in \begin{center} What is the maximum number of regions created\\ in a plane by drawing $n$ intersecting lines? \end{center} \vskip .2in Write a brief summary of the discussion and a solution to the problem (in \LaTeX) and hand it in through the course moodle. You should include at least one \href{https://www.overleaf.com/learn/latex/Inserting_Images}{image} (that you drew yourself), one \href{https://www.overleaf.com/learn/latex/Tables}{table}, and at least one \href{https://www.overleaf.com/learn/latex/Lists}{list} within your text and a \href{https://www.overleaf.com/learn/latex/Bibliography_management_with_bibtex}{bibliography} (even if it has just the course webpage as the only reference). There should also be a short (one to two sentence maximum) of why you know your formula is correct and I would like you to highlight that explanation in \textcolor{red}{RED} (note that an appeal to authority does not count as an explanation). Read the criteria that is laid out on the web page for this class about the expectations for your homework. Make sure that it follows as many of them as possible. \end{enumerate} \end{document}