Question
The addition of the average of two numbers and the third
number results in 270, 258 and 246 respectively. Find the required difference between max and min number.Solution
ATQ,
Let numbers be x, y, z. 2x + y + z = 270 Γ 2 = 540 x + 2y + z = 258 Γ 2 = 516 x + y + 2z = 246 Γ 2 = 492 4(x + y + z) = 540 + 516 + 492 = 1548 x + y + z = 387 x = 540 β 387 = 153 y = 516 β 387 = 129 z = 492 β 387 = 105 Difference = 153 β 105 = 48
Which scheduling policy guarantees that every job will be executed in a finite amount of time?
Which technique is used to address the issue of class imbalance in a classification task?
What is the primary goal of requirement analysis in software development?
Which type of memory is faster to access and closer to the processor, providing temporary storage for frequently used data?
What is a serializable schedule in concurrency control?
Physical limitation of a signal is called?
Which SQL keyword is used to remove rows from a table?
What is the concept of "paging" in memory management?
Which recovery technique involves creating a new database instance from a previous full backup and then applying transaction logs up to the desired reco...
What happens if dynamic memory is not deallocated after its use?