Question
The total number of teachers in
Department A and Department B together is 112. The number of teachers in Department A is 80% more than the number of teachers in Department B. The average weight (in kg) of the teachers in Department A is 40% more than the average weight (in kg) of the teachers in Department B. If the average weight of all the teachers in both departments combined is 88 kg, what is the average weight of the teachers in Department A?Solution
ATQ, Let number of teachers in Department B = βxβ Number of teachers in Department A = 1.80 Γ x = 1.8x So, 1.8x + x = 112 Or, 2.8x = 112 Or, x = 40 Number of teachers in Department B = 40 Number of teachers in Department A = 1.8 Γ 40 = 72 Let average weight of teachers of Department B = βyβ kg Average weight of teachers of Department A = 1.40 Γ y = 1.4y kg According to question; (40 Γ y + 1.4y Γ 72)/112 = 88 Or, 40y + 100.8y = 88 Γ 112 Or, 140.8y = 88 Γ 112 So, y = 70 Average weight of teachers in Department A = 1.4y = 1.4 x 70 = 98 kg
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
Binary relationship has how many participating entities?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
Which circuit configuration has a single path for current flow?
Which type of tree structure is optimized for sequential access and range queries?
Simplify the following Boolean expression using Boolean algebra laws:
F = (A + B) * (A' + C) * (B + C)
What is the main purpose of a digital signature?
Which of the following is a key function of the network layer?
syntax of loops in shell scripting?
Default value of boolean variable in an array