Question 1341
Output = 39 - (Input)*3
(Output is equal to 39 minus triple the input)
-----------------------------------------------
when input is one
Output = 39 - (1)*3
Output = 39 - 3
Output = 36
-----------------------------------------------
when input is two
Output = 39 - (2)*3
Output = 39 - 6
Output = 33
-----------------------------------------------
So that's how it works