\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

If $p(A)=0.4,\ p(B)=0.7$ and $p(A$ and $B)-0.6$, find $p(A$ or
$B)$.

\bigskip


ANSWER

$p(A$ or $B)=p(A)+p(B)-p(A$ and $B)=0.4+0.7-0.6=0.5$




\end{document}
