\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

If $p(A)=0.3,\ p(B)=0.8$ and $p(A$ or $B)=0.9$, what is $p(A$ and
$B)?$

\bigskip

ANSWER

$p(A$ or $B)=p(A)+p(B)-p(A$ and $B)$,

therefore $p(A$ and $B)=p(A)+P(B)-p(A$ or $B)=0.3+0.8-0.9=0.2$




\end{document}
