1.

You are given two series in two rows. In the first row, a full series is given which follows a specific pattern. The second row has a series, similar to the first series but only first element of this series is produced followed by (A), (B), (C), (D) and (E) for the subsequent elements. You have to complete the series starting with a given number and answer the question that follows. {:("3","40","176","537","1078","1079"),("1","A","B","C","D","E"):} What will come in place of E?

Answer»

839
738
829
938

Solution :The RULE in this SEQUENCE is :
`xx5+5^(2),xx4+4^(2),xx3+3^(2),xx2+2^(2),xx1+1^(2)`.
So the new series is :
1, 30, 136, 417, 838, 839.


Discussion

No Comment Found

Related InterviewSolutions