\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

Find the number of ways of choosing 4 objects from 6.

\bigskip

ANSWER

$\ds\left(\begin{array}{c}6\\4\end{array}\right)=\frac{6!}{4!2!}=\frac{6\times5}{2\times1}=15$




\end{document}
