A number -arrangement machine, when given an input string of numbers, arranges them following a particular pattern. The following is the illustration of an input and its arrangement.
As per the rules followed in the above steps, find the appropriate answer
Which is the fifth number from the left end in step III of the following input?
6, 2, 14, 17, 8, 13
Input is 6, 2, 14, 17, 8, 13
Step I will be 36,4,196,289,64,169
Now step II = Input ^2+Input
we get Step II = 42,6,210,306,72,182
Now Step III = Step II +5
We get Step III = 47,11,215,311,77,187
Now the fifth number from the left end in step III of the following input =77
Create a FREE account and get: