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