Code: Select all
\documentclass[fleqn,addpoints
,answers
]{exam}
\usepackage{amsfonts,amsmath,amssymb,amsthm,mathtools,commath}
\usepackage{tabularx}
\usepackage{multicol} % For working in multiple columns
\usepackage{array} % Provides for a more flexible array and tabular environment, like the column defs below
\usepackage{booktabs} % For fancy stuff in arrays and tables
\usepackage{multicol}
\newcolumntype{L}{>{\begin{math}}l<{\end{math}}}%
\newcolumntype{C}{>{\begin{math}}c<{\end{math}}}%
\newcolumntype{R}{>{\begin{math}}r<{\end{math}}}%
%\newcolumntype{B}{>{\textbf\{}r<{\}}} % NOT a working Bold column
\begin{document}
\begin{tabular}{|>{\bfseries}r|r|}
\hline \\
Horizontal Asymptote(s): & \hspace{3in} \\ \hline \\
Vertical Asymptote(s): & \\ \hline \\
Increasing: & \\ \hline \\
Decreasing: & \\ \hline \\
Concave up: & \\ \hline \\
Concave down: & \\ \hline \\
Relative max/min: & \\ \hline \\
Inflections: & \\ \hline
\end{tabular}
\end{document}