Loading [MathJax]/jax/output/SVG/jax.js
 
  Questions   
Sort: 
 #1
avatar+26396 
+3

Kevin will start with the integers 1, 2, 3 and 4 each used exactly once
and written in a row in any order.
Then he will find the sum of the adjacent pairs of integers in each row
to make a new row, until one integer is left.
For example, if he starts with 3, 2, 1, 4, then he takes sums to get 5, 3, 5,
followed by 8, 8, and he ends with the final sum 16.
Including all of Kevin's possible starting arrangements of the integers 1, 2, 3 and 4,
how many possible final sums are there?


I assume  5 possible final sums {16, 18, 20, 22, 24}

 

StartabcdFirst suma+bb+cc+dSecond suma+2b+cb+2c+dFinal suma+b+c+d+2(b+c)

 

Final sum=a+b+c+d+2(b+c)|a+b+c+d=1+2+3+4=10Final sum=10+2(b+c)

 

b+c= ?

b+cc=1234b=1345235634574567

 

b+c2x+101361624818351020461222571424

 

laugh

Jan 19, 2020

1 Online Users