1, 2, 6, 21, 88, __?
Answer Posted / ummid salma
(x*i+i)
1*1+1=2,
2*2+2=6,
6*3+3=21,
21*4+4=88,
88*5+5=445,
445*6+6=2676.
1,2,6,21,88,445,2676.
| Is This Answer Correct ? | 99 Yes | 7 No |
Post New Answer View All Answers
is vertical heat exchanger has better heat transfer coefficient than horizontal heat exchanger?
What is the differents between the Physics & technical Physics
used of viscocity in petrolium
in which state of india has no panchayatraj
Sir Pl Provide the diploma nautical science sample paper
c program to compare the initial portions of the two strings and return the matched portion if matches, otherwise return the empty string.
Design the test cases for Boundary Value analysis of the following. Consider a program that prompts the user to input three numbers (say x, y, z) and the data type for input parameters ensures that these will be integers greater than 0 and less than or equal to 100. The program should then output the numbers in ascending order.
Can some1 please mail me the question papers of iiit hyderabad...my mail id is cenablogspot@gmail.com
Why voltage drops in star connected motor And how IL=ph
why does find out power factor?
weather any body knows how th partiton of sections in rrb is aote 1,genera nowlge 2,intellgince 3,maths 4,english 5,science
please i need nautical science past question and answer
plz send me bhel paper....
how to resize the components?
what will the output of this program. sint a=10,b; b=a++ + ++a; printf("%d,%d,%d,%d",b,a++,a,++a)