Question
25 men can complete a piece of work in 13 days. One man
starts the work and after every day one more man joins the work and this continues till the work is completed. Then, in how many days will the work be completed?Solution
Let 1 day work of 1 man = 1 units So total work = 25 ×13 = 325 units Suppose after n days work is finished. So, 1 + 2 + ………… +n = 325 ⇒ (n(n+1))/2 = 325 n² + n – 650 = 0 n² + 26n – 25n – 650 = 0 n(n + 26 ) – 25(n + 26) = 0 (n - 25)  (n + 26) ∴ n = 25 Hence, the work will be finished in 25 days.
Which component in the CPU holds the data to be operated on, performs calculations, and stores the results?
In C programming, which header file is commonly used to work with DMA?
Which type of variable has the widest scope and can be accessed from any part of the program?
What is the main purpose of a firewall in a network security architecture?
What is Inter-Process Communication (IPC) in the context of computer systems?
What command do you have to use to go to the parent directory?
 Which of following is /are for strict evaluation?
Which network topology requires the highest amount of cabling?
How many bits are there in Ethernet address
Which data analytics technique is suitable for handling missing data points in a dataset?