Michael D. answered 07/23/19
Versatile STEM tutor eager to teach
If you notice, each of those parenthesis equals 2... when you multiply 2 by 2, it becomes 22. Thus, if you know there are 'n' groups of parenthesis, then the answer is '2n'
You can see that the numbers are sequential. Looking at the 2nd term in each set, we see that it goes from 1 to 1993, doing only odd numbers. Thus, if we subtract the 2 numbers and divide by 2, we will the number of odd numbers between the numbers, including the last number. We then add 1 to account for the beginning number.
# of terms = (last - first) / 2 + 1
# of terms = (1993 - 1) / 2 + 1
# of terms = (1993 - 1) / 2 + 1
# of terms = 997
Answer = 2997
Amanda G.
Thank you! :)07/23/19