\documentclass{report}
\usepackage{tabulary}
\setlength\tymin{10pt}
\usepackage{xepersian}
\settextfont{Adobe Arabic}
\begin{document}
\centering
\LTR
\begin{tabular}{|l|l|l|l|l|l|l|l|l|l|l|}
  \hline
$pair$ &  $(0.17,0.27)$  &  $(0.17,0.19)$  & $(0.17,0.3)$  &  $(0.17,0.68)$  & $(0.27,0.19)$ & $(0.27,0.3)$ & $(0.27,0.68)$
 & $(0.19,0.3)$ & $(0.19,0.68)$ & $(0.3,0.68)$   \\ \hline
$score$ & $+1$ &  $+1$ & $+1$   & $+1$ & $-1$ & $+1$  & $+1$ & $+1$ & $+1$ & $+1$  \\
  \hline
\end{tabular}
\RTL
\vspace{1cm}
\end{document}