In a magic NxN square, numbers from 1 to Nē are set so the numbers in each row, column, or major diagonal, have the same sum: the "magic constant".
What is the value of this constant, as a function of N?
Sum of 1 to Nē numbers will be Nē*(Nē+1)/2
Each row has same sum, as there are N rows, this constant
must be (Nē*(Nē+1)/2)/N=N*(Nē+1)/2
|
Posted by Praneeth
on 2007-08-14 01:50:17 |