1. What is the number missing from the third target? 5 9 15 16 29 ? 49 89 147





Write Comment

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Find the missing number in the series 68,81,96,……….132....
QA->Name the web portal launched by the Government of India to trace missing kids?....
QA->International Day of Solidarity with Detained and Missing Staff Members....
QA->" Target 3 Billion " is written by....
QA->The correct sequence of missing letters in ba - a – aab:....
MCQ-> Mathematicians are assigned a number called Erdos number (named after the famous mathematician, Paul Erdos). Only Paul Erdos himself has an Erdos number of zero. Any mathematician who has written a research paper with Erdos has an Erdos number of 1.For other mathematicians, the calculation of his/her Erdos number is illustrated below:Suppose that a mathematician X has co-authored papers with several other mathematicians. 'From among them, mathematician Y has the smallest Erdos number. Let the Erdos number of Y be y. Then X has an Erdos number of y+1. Hence any mathematician with no co-authorship chain connected to Erdos has an Erdos number of infinity. :In a seven day long mini-conference organized in memory of Paul Erdos, a close group of eight mathematicians, call them A, B, C, D, E, F, G and H, discussed some research problems. At the beginning of the conference, A was the only participant who had an infinite Erdos number. Nobody had an Erdos number less than that of F.On the third day of the conference F co-authored a paper jointly with A and C. This reduced the average Erdos number of the group of eight mathematicians to 3. The Erdos numbers of B, D, E, G and H remained unchanged with the writing of this paper. Further, no other co-authorship among any three members would have reduced the average Erdos number of the group of eight to as low as 3.• At the end of the third day, five members of this group had identical Erdos numbers while the other three had Erdos numbers distinct from each other.• On the fifth day, E co-authored a paper with F which reduced the group's average Erdos number by 0.5. The Erdos numbers of the remaining six were unchanged with the writing of this paper.• No other paper was written during the conference.The person having the largest Erdos number at the end of the conference must have had Erdos number (at that time):
 ....
MCQ->On executing the below program what will be the contents of 'target.txt' file if the source file contains a line "To err is human"? #include<stdio.h> int main() { int i, fss; char ch, source[20] = "source.txt", target[20]="target.txt", t; FILE fs, ft; fs = fopen(source, "r"); ft = fopen(target, "w"); while(1) { ch=getc(fs); if(ch==EOF) break; else { fseek(fs, 4L, SEEK_CUR); fputc(ch, ft); } } return 0; }....
MCQ->The following block of code creates a Thread using a Runnable target: Runnable target = new MyRunnable(); Thread myThread = new Thread(target); Which of the following classes can be used to create the target, so that the preceding code compiles correctly?....
MCQ->Indian government may hold top executives responsible if state - run power companies fail to meet performance targets and punish them with fines and transfers. The strict performance parameters are aimed at ensuring that at least the reduced target for 62,000 MW of generation capacity addition is achieved before the end of the 11th Plan, said a power ministry official. Performance of chairman and managing directors of the power Public Sector Units (PSUs) in project implementation will be assessed as per the terms and conditions stipulated in the company’s memorandum of understanding (MoU) with the power ministry, he said, requesting anonymity. Performance parameters of executives had came under strict scrutiny due to a lack of progress in capacity addition program. While the target for the 11th five year plan has already been scaled down by the government from 78,500 MW, in the first three years of the plan yielded only 22, 302 MW of fresh capacity.If you were the chairman of one of these power PSU’s, which of the following statements (all of which are assumed to be true) could best be used in order to strengthen your case against the government holding top executives responsible?i. The labour unions, owing allegiance to ruling party at the Center, are not allowing work to progress with their demands for wage hikes that are untenable. ii. The actions of the mid - level management are not in line with the objectives laid down by the top management. iii. The delays have been due to difficulties in obtaining funds at reasonable interest rates on account of the recessionary conditions. iv. We are not to blame. The government is not doing enough to ensure availability of sufficient fuel to power the existing plants, let alone the new plants. v. The government had ignored the infrastructure availability like roads etc., and environmental clearances required for such projects and therefore set an unrealistic target to begin with, and the revised target is also unrealistic as well.....
MCQ->What is the number missing from the third target? 5 9 15 16 29 ? 49 89 147....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions