Answer:
a
when you round the number up it becomes 300,000.00
11. 6 + 5 * 2 + (-3)
6 + 10 - 3
16 - 3
13 <==
12. 67 + 84 - 12 * 4 / 16
67 + 84 - 48/16
67 + 84 - 3
148 <==
13. -5 * -6 - 25/5 - 2
30 - 5 - 2
23 <==
14. 18 - (9 + 3) + 2^3
18 - 12 + 8
14 <==
15. -24 / -6 * 2
4 * 2
8 <==
16. 8 [ (26 + 10) - 4(3 + 2)]
8 [ (36 - 4(5)]
8 [ 36 - 20 ]
8 [ 16 ]
128 <==
17. 6 * 3 / 9 * 2 + 1
18/9 * 2 + 1
2 * 2 + 1
4 + 1
5 <==
18. (9 - -4)(-8 - -7)
(9 + 4)(-8 + 7)
13 * -1
-13 <==
We will use demonstration of recurrences<span>1) for n=1, 10= 5*1(1+1)=5*2=10, it is just
2) assume that the equation </span>10 + 30 + 60 + ... + 10n = 5n(n + 1) is true, <span>for all positive integers n>=1
</span>3) let's show that the equation<span> is also true for n+1, n>=1
</span><span>10 + 30 + 60 + ... + 10(n+1) = 5(n+1)(n + 2)
</span>let be N=n+1, N is integer because of n+1, so we have
<span>10 + 30 + 60 + ... + 10N = 5N(N+1), it is true according 2)
</span>so the equation<span> is also true for n+1,
</span>finally, 10 + 30 + 60 + ... + 10n = 5n(n + 1) is always true for all positive integers n.
<span>
</span>