Thw table shows sums of odd numbers.
n sum of first odd number
1 1
2 1+3=4
3 1+3+5=9
4 1+3+5+7=16
5 1+3+5+7+9=25
1) Write a variable expression for the sum of the first n odd numbers.
2) Use your expression from part (b) to find the sum of the first 100 odd numbers.