Question
The average of first two numbers and last two numbers of
a set of six numbers is 70 and 45 respectively. If the overall average of all six numbers is 65, find the average of third and fourth number.Solution
Let the six numbers be a, b, c, d, e, f. a + b = 2 Â 70 = 140Â ....................... (i) e + f = 2
 45 = 90 ........................ (ii) a+ b + c + d + e + f = 6
 65 = 390 ........................(iii) We get the sum of third and fourth digit by subtracting (i) and (ii) from (iii) a+ b+ c + d + e + f – a – b – e - f = 390 – 140 – 90 =160 ∴ c + d = 160  ∴ Required average = Â
 = 80
What is a key advantage of the Go programming language in terms of concurrency?
What is the main disadvantage of RAID 10 (RAID 1+0) in a DBMS?
Which type of circuit allows current to flow in only one direction?
B-trees and B+ trees are commonly used for indexing in databases to improve the efficiency of:
Arrange the following memory components in the memory hierarchy from the fastest to the slowest: Cache memory, Main memory (RAM), Hard disk.
In a three-phase system, each phase has a voltage of 400V. Calculate the line voltage (phase-to-phase voltage) in the system.
Count to infinity problem occur in
What is false about linked list?
Which of the following is NOT a common use of PHP?
What is the primary responsibility of the "Controller" in the MVC architecture?