cows and sons. All the cows in the farmer's farm are marked from to . Each cow gives that many Litres of milk (i.e the marked number). For e.g. Cow will give liters of milk each day. In the farmer's will, he mentions that each of his three sons should get an equal number of cows such that each of his sons receives the same amount of milk each day (i.e The sum of milk obtained from the cow should be equal).
A farmer hasWhat is the least sum of squares of milk amongst three brothers (i.e. if the son has cows, then what is ) ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Sum of milk
Total milk Sum of Milk to one son = 1 + 2 + 3 … + 8 + 9 = 2 9 ( 9 + 1 ) = 4 5 = 3 4 5 ⟹ 1 5
Using Magic square
Options to choose are: 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 . Thus, a magic square can be made with dimensions 3 × 3 . This magic square can fulfill our conditions such that the sum of rows is equal. Surprisingly there is only 1 unique magic square of order 3. Thus we only need to account for two possibilities (row and coloumns).
4 3 8 9 5 1 2 7 6
We get two sets of possibilities: ( [ 4 , 9 , 2 ] , [ 3 , 5 , 7 ] , [ 8 , 1 , 6 ] ) and ( [ 4 , 3 , 8 ] , [ 9 , 5 , 1 ] , [ 2 , 7 , 6 ] ) accounting for row sum and coloumn sum respectively
[ 4 , 9 , 2 ] [ 3 , 5 , 7 ] [ 8 , 1 , 6 ] ⟹ 4 2 + 9 2 + 2 2 = 1 0 1 ⟹ 3 2 + 5 2 + 7 2 = 8 3 ⟹ 8 2 + 1 2 + 6 2 = 1 0 1
[ 4 , 3 . 8 ] [ 9 , 5 , 1 ] [ 2 , 7 , 6 ] ⟹ 4 2 + 3 2 + 8 2 = 8 9 ⟹ 9 2 + 5 2 + 1 2 = 1 0 7 ⟹ 2 2 + 7 2 + 6 2 = 8 9