Question 937848
the general formula for summing all integers between n and m, where n < m:
---
((m-n)/2)*(m-n+1)
---
in this case:
n = 1
m = 240
sum = ((240-1)/2)*(240-1+1)
sum = $28,680
---
Free algebra tutoring live chat:
https://sooeet.com/chat.php?gn=algebra
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations with quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php
---