Question
The question below is based on the given series I. The
series I satisfy a certain pattern, follow the same pattern in series II and answer the questions given below. I: 180, 358, 712, 1416, 2816, 5600 II: 124 …… 1920. If 1920 is the nth term, find the value of (n+2).Solution
Series I pattern: 180 * 2 – 2 = 358 358 * 2 – 22 = 712 712 * 2 – 23 = 1416 1416 * 2 – 24 = 2816 2816 * 2 – 25 = 5600 Series II pattern: 124 is the first term 124 * 2 – 2 = 246 246 * 2 – 22 = 488 488 * 2 – 23 = 968 968 * 2 – 24 = 1920 (5th term)
Which probability distribution represents a continuous random variable with a constant probability density function over a specified interval?
What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems?
What is the primary advantage of using shared memory for IPC?
In a binomial distribution, which parameter represents the probability of success on a single trial?
What is the role of the catch block in exception handling?
What is the purpose of the "self" parameter in a Python class method?
Which sorting algorithm is known for its best-case time complexity of O(n) when the input is already partially sorted?
Which component of RDBMS is responsible for processing SQL queries and managing database interactions?
AB`->` CD
AF`->` D
DE`->` F
C`->` G
F`->` E
G`->` A
Then which of the following is false?
In a CSS file, there is a CSS rule for paragraphs tags – what does p can be called?