Question
The 11th term of an AP is 80 less than the
first term. If the second term is 88, find the third term.Solution
Let the first term is ‘a’ and common difference is‘d’. T2 = a + d = 88----(1) According to question T1 – T11 = 80 ⇒ a - (a + 10d) = 80 ⇒ - 10d = 80 d = - 8 From equation (1) a + (- 8) = 88 ⇒ a = 96 Third term T3 = a + 2d ⇒ 96 + 2 × - 8 = 96 – 16 = 80 ∴ Required answer is 80 .
What is the purpose of the with statement when working with files?
Which of the following best describes the main advantage of a Management Information System (MIS)?
What is the primary advantage of using a stack in recursive algorithms?
In Huffman coding, data in a tree always occur?
- Which software testing technique involves testing the internal structure or workings of an application?
In systems design, which of the following techniques is used to break down complex systems into smaller, more manageable components?
Purpose of Scope resolution operator
In an operating system, which of the following scheduling algorithms minimizes the average waiting time for all processes?
Truncate command in SQL
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()