\documentclass[a4paper]{article}

\usepackage{amsmath}
\usepackage{xepersian}
%
\settextfont[Scale=1]{Yas}
\setlatintextfont[Scale=1]{Yas}
\setdigitfont[Scale=1]{Yas}

\pdfpagewidth 8.5in
\pdfpageheight 11in
\newcounter{prob_num}
\setcounter{prob_num}{1}
\newcommand{\prob}[5]{\bigskip \bigskip\arabic{prob_num}.\stepcounter{prob_num} #1
\par\nopagebreak[4]\medskip الف.\ #2\hfill ب.\ #3\hfill ج.\ #4\hfill د.\ #5}

\begin{document}

\prob{جواب $2+2$ برابر است با؟}{4}{5}{6}{7}

\prob{رادیکال ۹ برابر است با؟}{۲}{۳}{۳}{۵}

\end{document}

