Question
The average of series 'S5', which consists of 6
consecutive even numbers, is 23. The second term of series 'T5', which consists of 5 consecutive odd numbers, is 5 more than the first term of series 'S5'. Find the average of series 'T5'.Solution
Let six consecutive even numbers be 'a', (a + 2), (a + 4), (a + 6), (a + 8) and (a + 10), respectively.
ATQ,
a + a + 2 + a + 4 + a + 6 + a + 8 + a + 10 = 23 X 6
Or, 6a = 138 - 30
So, 'a' = (108 / 6) = 18
So, 2nd term of series 'T5' = 18 + 5 = 23
So, series 'T5' = 21, 23, 25, 27, 29
Therefore, required average = (21 + 23 + 25 + 27 + 29) ÷ 5 = 25
Which key is kept secret and known only to the owner in a public key pair?
Which type of power plant produces electricity by harnessing the energy of falling or flowing water?
What is the output of the following Python code snippet?
  x = [1, 2, 3]
  y = x
  x.append(4)
  print(y)
What is a primary key in the context of the ER model?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
A digital signature provides which of the following security properties?
Which of the following is a primary source of energy for most power plants?
How many different 3-letter words can be formed using the letters from the word "HATE2023"?
The important aspect of the data warehouse environment is that data found within the data warehouse is___________.