Question
The average of 7 data points is 60. If two additional data
points with average 'x' are included, the overall average increases by 15%. What is the value of 'x'?Solution
ATQ,
Sum of 7 data points = 7 Γ 60 = 420
New average of all the numbers = 60 Γ 1.15 = 69
So, sum of 9 numbers = 69 Γ 9 = 621
So, average of two new numbers = (621 - 420) Γ· 2 = 100.5
Which statement is FALSE for PLL used for demodulation of FM?
Which of the following is a type of polymorphism achieved through method overloading?
In a 4-bit DAC, reference voltage is 5 Volts , then analog voltage corresponding to binary data is 1001 is _______
In the context of algorithm analysis, what does "Big O notation" primarily describe?
Deadlock can arise if four necessary conditions hold simultaneously. Which of the following is NOT one of them?
The following C++ code has a compilation error. How can you correct it to properly use the abstract base class `Printer`?
#include
...You are designing a system where multiple threads need to access and modify a shared counter variable. What is a critical concern you must address to en...
Which of the following protocols is used to reliably transfer a file over an insecure channel and provides authentication and encryption?
What is the typical time complexity for removing the highest-priority element (using poll()) from a java.util.PriorityQueue with N elements?
Β οΏ½...
What happens if a subclass does not explicitly call a superclass constructor?