Question
The average weight of x persons
is 33 kg. The average weight of (x−16) women is 45 kg, the average weight of (x−30) children is 40 kg, and the average weight of (x−35) men is 40 kg. Find the value of x, given that the total number of persons is the sum of men, women, and children.Solution
ATQ, Total weight of x persons = 35 × x = 35x kg Total weight of (x - 16) women = 45 × (x -16) = 45x - 720 kg Total weight of (x - 30) children = 40 × (x - 30) = 40x - 1200 kg Total weight of (x - 33) men = 40 × (x - 33) = 40x - 1320 kg According to the question, 35x = 45x - 720 + 40x - 1200 + 40x - 1320 35x = 125x - 3240 90x = 3240 x = 36
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?