We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127305d commit 867a0beCopy full SHA for 867a0be
difference-of-squares.md
@@ -1,10 +1,12 @@
1
+The square of the sum of the first ten natural numbers is,
2
+
3
+ (1 + 2 + ... + 10)**2 = 55**2 = 3025
4
5
The sum of the squares of the first ten natural numbers is,
6
7
1**2 + 2**2 + ... + 10**2 = 385
8
-The square of the sum of the first ten natural numbers is,
-
- (1 + 2 + ... + 10)**2 = 55**2 = 3025
9
+Hence the difference between the square of the sum of the first
10
+ten natural numbers and the sum of the squares is 2640:
11
-Hence the difference between the sum of the squares of the first ten
-natural numbers and the square of the sum is 3025 - 385 = 2640.
12
+ 3025 - 385 = 2640
0 commit comments