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 |
what is the difference between static variable and register variable?
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
How to write c functions that modify head pointer of a linked list?
Where static variables are stored in c?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
Explain the advantages of using macro in c language?
write a C code To reverse a linked list
errors in computer programmes are called
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
What are the 5 elements of structure?
Simplify the program segment if X = B then C ← true else C ← false
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement