|
Below is a very useful formula to remember when doing math problem solving at any level.
sum of terms from 1 to n inclusive=n(n+1)/2...Remember, this algorithm only works when you are STARTING summing from 1 and continue to a certain number n without skipping.
For, this SAT problem...
Sum from 1-30:30(30+1)/2=465(s)
Sum from 1-60:60(60+1)/2=1,830...
1,830-465=1,365-sum from 31-60(t);
(t-s)=(1,365-465)=900
|