\documentclass{article}
\usepackage{graphicx} 
\begin{document}



\begin{figure}
\begin{center}
\begin{tabular}{rlr}
             & $Y$=students enrolled & \\
$X$= classes & in $X$ classes        & percent\\\hline
1	&119&	0.45\%\\
2	&184&	0.70\%\\
3&	174&	0.66\%\\
4	&481&	1.83\%\\
5&	10237	&39.05\%\\
6&	12861&	49.06\%\\
7&	1613&	6.15\%\\
8&	484&	1.85\%\\
9&	60&	0.23\%\\
10&	3&	0.01\%\\
\end{tabular}
\end{center}
\caption{Profile of number of classes taken by each student.}\label{ref:profile}
\end{figure}

\begin{figure}
\small
\begin{minipage}{.6\textwidth}
\begin{center}
\includegraphics[width=3in]{gploty.pdf}
\end{center}
\end{minipage}
\begin{minipage}{.4\textwidth}
\begin{center}
\begin{tabular}{rp{3in}}
\# & Treatment \\\hline
1  & $7000 \le FinAidSTUDENT\_AG < 724,724$   and\newline  $56,289 \le FinAidFATHER\_WAG < 999,999$ \\
2  & $7,000 \le FinAidSTUDENT\_AG < 724,724$  and\newline $HS\_PERCENT \ge 72$   \\
3  & $7,000 \le FinAidSTUDENT\_AG < 724,724$  and\newline  $ 21 \le ACT1\_MATH < 510$ \\
4  & $84,744 \le FinAidPARENT\_AGI < 999,999$ and\newline       $HS\_GPA \ge 3.34$ \\
5  & $84,744 \le FinAidPARENT\_AGI < 999,999$ and\newline $5383 \le FinAidSTUDENT\_WA < 561,500$ \\
6  & $23 \le MaxACT < 35$                    and\newline $5383 \le FinAidSTUDENT\_WA < 561,500$ \\
7  & $22 \le ACT1\_COMP < 35$ and\newline $84,744 \le FinAidPARENT\_AGI < 999,999$ and $FinAidMOTHER\_ED=3$\\
8  & $5383 \le FinAidSTUDENT\_WA <  561,500$ and\newline  $ 21 \le ACT1\_MATH < 510$\\
9  & $HS_GPA \ge 3.34$ and\newline $32,570 \le FinAidMOTHER\_WAG < 533,395$ \\
10 & $FinAidFATHER\_ED=3$ and\newline $66.3 \le PercentileRankHSGPA < 98.4$\\\hline
11 & $1 \le TotalClass\le 5$\\
12 & $ENG10=Y$ \\
13 &  $LIVE.ON.CAMP=N$ 
\end{tabular}
\end{minipage}
\end{center}
\caption{
Treatments 1 to 10 are the top ten treatments found by this
analysis that increases the third year retention rates.
Treatments 11,12,13 are the worst three  treatments found by this
analysis that {\em most decrease} the third year retention rates.
The effects of each treatment, is shown on the right-hand side.
}\label{fig:rx}
\end{figure}
\end{document}
