Question
A team of 'x' boys can complete a
job in 18 days if they all work together. However, every day, 15 boys leave the team after starting the task, and it now takes 24 days to finish the work. Determine the value of '0.2x'.Solution
ATQ, Let the efficiency of each boy be 'b' units/day. Total work = x × 18 × b = '18xb' units ATQ: 18xb = x × b + (x - 15 × 1) × b + (x - 15 × 2) × b + (x - 15 × 3) × b + .... + (x - 15 × 23) × b Or, 18x = 24x - 15 × (1 + 2 + 3 + .... + 23) Or, 6x = 15 × (23/2) × (23 + 1) [since, sum of first 'n' natural numbers = (n/2) × (n + 1) ] So, 'x' = 690 Therefore, required value = 0.2 × 690 = 138
What is the primary goal of code optimization in software development?
Which of the following statements accurately describes Third Normal Form (3NF) in database normalization?
What is the primary purpose of Continuous Integration (CI) in software development?
Which of these AI approaches involves agents learning by interacting with their environment?
Which statement is FALSE about open loop system?
fill the blank for space 14.
Which of the following statements accurately describes the use of the SQL CREATE statement?
What is the primary purpose of Named Entity Recognition (NER)?
The number of significant figures for 5.1250 and 0.06900 respectively are____
Which of these is an example of PaaS (Platform as a Service)?