25. It takes five minutes to pass a rumour from one
person to two other persons. The tree of rumour continues.
Find how many minutes does it take spread the rumour to 768
persons. ?
Answers were Sorted based on User's Feedback
Answer / kanaha elangezhian
100 persons take 8 hrs 20 mins to spread the rumour to 200
persons
So the total people know the rumour in 8 hr 20 mins is 300
persons
For 600 persons 16hr 40 mins
4 hr 10 mins for 150 persons
20 hr 50 mins for 750 persons
35 mins for 18 persons
So the total time taken for spreading the rumour to 768
persons is 21 hr and 25 mins
| Is This Answer Correct ? | 6 Yes | 18 No |
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
What is the proper way of these job Tell me about there full work
What is the difference between local variable and global variable in c?
What is structure padding ?
What is #ifdef ? What is its application?
how to find the size of the data type like int,float without using the sizeof operator?
Why is c called c?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
Write a program to add a given duration with time(24hrs format)