Instructions: A word and number arrangement machine when given an input line of words and numbers rearranges them following a particular rule in each step. The following is an illustration of input and rearrangement.
Input: some found 19 other 99 27 came 45
Step 1 : came some found 19 other 99 27 45
Step 2 : came 99 some found 19 other 27 45
Step 3 : came 99 found some 19 other 27 45
Step 4 : came 99 found 45 some 19 other 27
Step 5 : came 99 found 45 other some 19 27
Step 6 : came 99 found 45 other 27 some 19
Step 6 is the last step of the rearrangement of the above input.
As per the rules followed in the following questions the appropriate step for the given input.
Step 3 of an input is : being 69 doing 19 27 tiger fight 39
Which of the following will be last but one?
6
3
8
5
7
Step 3: being 69 doing 19 27 tiger fight 39
Step 4: being 69 doing 39 19 27 tiger fight
Step 5: being 69 doing 39 fight 19 27 tiger
Step 6: being 69 doing 39 fight 27 19 tiger
Step 7: being 69 doing 39 fight 27 tiger 19
Step 7 is the last step