The above shows a sequence of 5 numbers, where the sum of any 3 consecutive numbers is equal to 7.
Which number appears most often in this sequence of 5 numbers?
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.
Let the given sequence be: 1 , a , b , c , 5 We now have the following system of equations: 1 + a + b a + b + c b + c + 5 = 7 = 7 = 7
From the first equation, we see that a + b = 6 . Substituting this into the second equation yields c = 1 . Substituting that value into the third equation yields b = 1 , which in turn implies that a = 5 . So the sequence is 1 , 5 , 1 , 1 , 5 and the number 1 appears most often.