Question
Four numbers are arranged in ascending order. When the
1st two numbers are increased by the number equal to their position, and the last two numbers (i.e., 3rd and 4th numbers) are increased by 5 and 2 respectively, the series thus formed is in A.P. If the 1st number is 1 less than the 2nd number, and the sum of all the numbers is 28, then find the average of the last three numbers.Solution
ATQ, Let the numbers be a, b, c, and d. According to the question, (b + 2) – (a + 1) = (c + 5) – (b + 2) Or, 2b = a + c + 1…… (1) Also, (c + 5) – (b + 2) = (d + 2) – (c + 5) Or, 2c = b + d + 1…… (2) Let a = x Then, b = x + 1 From (1), c = x + 3 And, from (2), d = x + 10 According to the question, (x + x + 1 + x + 3 + x + 10) = 28 Or, 4x + 14 = 28 Or, 4x = 14 Or, x = 3.5 Therefore, average of last three numbers = (x + 1 + x + 3 + x + 10) / 3 = 25.5 / 3 = 8.5
When does the "commit" operation in a transaction take place?
Which of the following is an example of an ADT for storing data?
Which web technology allows web pages to adapt to different screen sizes and devices?
The boolean function f(x, y, z) = (x AND y) OR (NOT(y) AND z) is equivalent to which of the following boolean expressions?
In a typical instruction pipeline, which stage is responsible for fetching the next instruction from memory?
In the context of database backup, what does the term "point-in-time recovery" refer to?
A spanning tree isÂ
Consider the following two statements.
S1: Â Destination MAC address of an ARP request is a broadcast address.
S2: Â Destination MAC add...
Virtual memory allows for the efficient management of:
Which tree structure is commonly used in file systems to organize and manage disk blocks efficiently?