Why is the expression $$(((30 / 2) / 2) / 2)$$ same as $$30 / 2^3$$
2026-03-29 04:09:45.1774757385
Why is the expression $(((30 / 2) / 2) / 2)$ same as $30 / 2^3$
112 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Note that
$$\begin{align} \color{blue}{(30/2)/2} &= \frac{30}{2}\times \frac{1}{2}\\ &=\color{teal}{ \frac{30}{2^2}} \end{align}.$$
Hence $$\begin{align} (\color{blue}{(30/2)/2})/2 &= \color{teal}{\left(\frac{30}{2^2}\right)}\bigg{/}2\\ &= \frac{30}{2^2}\times \frac{1}{2}\\ &= \frac{30}{2^3}. \end{align}$$