Question
Amit manages to reach 25% of a sales goal in 6 days,
whereas Geeta can achieve 40% of the same goal within the same timeframe. How long would it take for both Amit and Geeta to accomplish 15% of the target collectively?Solution
ATQ, Number of days taken by Amit to finish the target= (6/25) × 10 = 24 days Number of days taken by a Geeta to finish the target = (6/40) × 100 = 15 days Let the total target be 120 units. (LCM of 24 and 15) Efficiency of Amit = (120/24) = 5 units/day Efficiency of a Geeta = (120/15) = 8 units/day Required number of days = {120 × (15/100) } ÷ (5 + 8) = (18/13) days
Which is not the property of Data warehouse
Which is not an IoT OS?
What is a primary feature of the Agile Model in software development?
How many types of JDBC drivers?
If a series is already sorted, which sorting technique will finish in the least time?
What is the primary objective of the Producer-Consumer problem in concurrent programming?
For the system showm below calculate the transfer function.
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â Â ...
What is a best practice for securing remote access in Windows and Unix/Linux environments?Â
What does a star schema consist of?