\documentclass[fleqn]{book}
\usepackage{amssymb,amsmath}
\usepackage[thmmarks]{ntheorem}
\usepackage{xepersian}
\theoremheaderfont{\normalfont\bfseries}
\theorembodyfont{\rm}
\theoremsymbol{}
\theoremseparator{:}
\newtheorem{soa}{سوال}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\theoremheaderfont{\normalfont\bfseries}
\theorembodyfont{\rm}
\theoremstyle{nonumberplain}
\theoremseparator{:}
\theoremsymbol{\ensuremath{\Box}}
%\theoremsymbol{}
\newtheorem{hal}{حل مسأله}
\begin{document}

\begin{soa}
صورت سوال
\end{soa}
\begin{hal}  
پاسخ سوال
\end{hal}
\begin{soa}
صورت سوال
\end{soa}
\begin{hal}  
پاسخ سوال
$$\sin x+\cos y=\cdots$$
\ 
\end{hal}
\end{document}