Sometimes it's easier to add numbers when you recognise that they're close to some round number, and then add the differences separately.
$$97+198$$
$$=(100-3)+(200-2)$$
$$=(100+200)+(-3-2)$$
$$=300-5$$
$$=295$$
What is this property of addition called? I have found "commutative" but I'm not sure that this is the right word.
\begin{align} 97+198&=\\(100-3)+(200-2)&=\\ 100+(-3+200)-2&=\quad\quad&\text{Associativity.}\\ 100+(200-3)-2&=\quad\quad&\text{Commutativity.}\\ (100+200)-3-2&=\quad\quad\quad\quad\quad&\text{Associativity.}\\ \vdots \end{align}