Try this in scribble: ``` ruby say( -193 + (2 * 33) ); #=> -129 say( -193 + (3 * 33) ); #=> -97 ``` So it incorrectly adds `2` and `3` respectively to the actual answer of the equation.