1. Can you find the value of the expression (+1)+(-2)+(+3)+(-4)+...+(+99)+(-100)
without using a calculator? Briefly explain how you can do it.
2. Consider the equation x-2x+3x-4x+5x-6x+...+99x-100x=200.Solve the
equation and briefly explain how you can do it.
3.How many terms are there when we expand the expression
(x-1)(x^99+x^98+x^97+...+x^2+x+1)?Briefly explain your answer.
4.Program X is a series of command to control the movement of a robot. The detail of program X is as follows:
-----Program start------
Step1: Move 4 units to the right.
Step2: Move 5 units upwards.
Step3: Move 3 units to the left.
Step4: Move 5 units downwards.
-----Program end-------
Initially the robot was at (0,0). After running program X for 99 times, the battery level can support the robot to complete 2 more step only. Then the robot stopped. Where did the robot stop? Show the step how you find the coordinates.