Question
The average of the first six numbers is four times the
average of the next three numbers. If the average of all nine numbers is 24, then find the sum of the last three numbers.Solution
ATQ,
Let the sum of the last three numbers be 'n'.
So, (sum of the first six numbers) ÷ 6 = 4 × (n/3)
Or, sum of the first six numbers = 8n
So, (n + 8n) ÷ 9 = 24
Or, 9n = 216
Or, n = 24
In a relational database, what is a candidate key?
In two-phase locking, a transaction releases its locks:
Which of the following is a non-relational database?
Which of the following is a type of phishing attack?
Which interrupt is generated by software?
Which of the following illustrates an advantage of DBMS over traditional file systems?
Which deadlock prevention scheme allows older transactions to preempt younger ones?
Which database model represents data in a tree-like structure, where each child record has only one parent?
Which SQL command is used to retrieve data from a table?
Which constraint ensures that a column contains only unique values, but allows NULL values?