Question
The average of six numbers is 8. When three new numbers
are included in such a way that the first number is  twice the second and second number is thrice the third, now the average of nine numbers becomes 12. What will be the difference of first and third among the new numbers?ÂSolution
Sum of five numbers = 6 × 8 = 48 Let the third number be x, Second number will be 3x, First number will be 6x According to the question, (48+6x+3x+x)/9=12 ;  (48+10x)/9=12; x=  (108-48)/10 x=6 ∴ the three numbers will be 6, 18 and 36 ∴ Difference of first and third no.= 36 – 6 = 30
In a depth-first traversal of a tree or graph, what data structure is typically used to keep track of nodes to be visited next?
Which type of circuit allows current to flow in only one direction?
The maximum number of binary trees that can be formed with three unlabeled nodes is:
Which of the following is NOT a common use of PHP?
What is the routing table in a router used for?
What is the purpose of analyzing the complexity of an algorithm?
In the context of ADTs, what does "polymorphism" refer to?
Which part of the RDBMS architecture is responsible for maintaining a physical copy of the database on disk?
State true/false
Trojans can sometimes acts in favour of ransomware and ask for ransom.
Which command is used to create a new file in a Unix/Linux system?