Re: Add the numbers in a 9x9 multiplication Table

Liste des GroupesRevenir à r puzzles 
Sujet : Re: Add the numbers in a 9x9 multiplication Table
De : qnivq.ragjvfgyr (at) *nospam* ogvagrearg.pbz (David Entwistle)
Groupes : rec.puzzles
Date : 10. Jun 2025, 07:49:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1028kih$12mrr$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Pan/0.149 (Bellevue; 4c157ba git@gitlab.gnome.org:GNOME/pan.git)
On Mon, 9 Jun 2025 16:32:37 -0000 (UTC), Richard Tobin wrote:

   sum(x=1..n) sum(y=1..n) [xy]
=  sum(x=1..n) [x sum(y=1..n) y]
=  [sum(x=1..n) x] [sum(y=1..n) y]
=  [sum(x=1..n)]^2
 
sum(x=1..n) is well known and easily seen geometrically.

Well blow me down with a feather.

SPOILER
POILER
OILER
ILER
LER
ER
R

To calculate the sum of the numbers 1 through n:

1, 2, 3 ... n-2, n-1, n

We can write the series in reverse:

n, n-1, n-2 ... 3, 2, 1

Adding the two rows together each element provides the same sum, (n+1).
so:

2[sum(x=1..n)] = n(n+1)

and

[sum(x=1..n)] = n(n+1)/2

   sum(x=1..n) sum(y=1..n) [xy]
=  sum(x=1..n) [x sum(y=1..n) y]
=  [sum(x=1..n) x] [sum(y=1..n) y]
=  [sum(x=1..n)]^2

The value we are looking for, the sum of the elements in a n x n
multiplication table, is given by

[sum(x=1..n)]^2 = [n(n+1)/2]^2

= (n^4 + 2n^3 + n^2)/4

Thanks, that's brill.
--
David Entwistle

Date Sujet#  Auteur
2 Jan 25 * Add the numbers in a 9x9 multiplication Table11HenHanna
2 Jan 25 +* Re: Add the numbers in a 9x9 multiplication Table7Kaz Kylheku
6 Jun 25 i`* Re: Add the numbers in a 9x9 multiplication Table6B. Pym
6 Jun 25 i `* Re: Add the numbers in a 9x9 multiplication Table5B. Pym
9 Jun 25 i  `* Re: Add the numbers in a 9x9 multiplication Table4David Entwistle
9 Jun 25 i   +- Re: Add the numbers in a 9x9 multiplication Table1David Entwistle
9 Jun 25 i   `* Re: Add the numbers in a 9x9 multiplication Table2Richard Tobin
10 Jun 25 i    `- Re: Add the numbers in a 9x9 multiplication Table1David Entwistle
2 Jan 25 `* Re: Add the numbers in a 9x9 multiplication Table3yeti
3 Jan 25  `* Re: Add the numbers in a 9x9 multiplication Table2HenHanna
4 Jan 25   `- Re: Add the numbers in a 9x9 multiplication Table1Kaz Kylheku

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal