Why is this in geometry?How do you use the reversal technique to add the first 150 odd integers together?
How do you use the reversal technique to add the first 150 odd integers together?
[FONT=courier new] 1, 2, 3, ..., 149, 150
150, 149, 148, ..., 2, 1
-----------------------------
151, 151, 151, ..., 151, 151
[/FONT]
Code:[FONT=courier new] 1, 2, 3, ..., 149, 150 150, 149, 148, ..., 2, 1 ----------------------------- 151, 151, 151, ..., 151, 151 [/FONT]