I've searched all over the internet, the guides, and this forum, but I can't seem to find an answer. It should be pretty simple.
Code: Select all
\documentclass[11pt]{article}
\usepackage{tabularx}
\begin{document}
\begin{center}
\begin{tabularx}{\dimexpr\textwidth-0.4in}{p{0.2in}X}
{\bf 1)} & What is the answer to this question? \rule{...what goes here...} \vspace{24pt} \\
& How do you know? \rule{...what goes here...}
\end{tabularx}
\end{center}
\end{document}