Question
In a two digit positive number, the digit in the
unit’s place is equal to the square of the digit in ten’s place, and the difference between the number and the number obtained by interchanging the digits is 54. What is 60% of the original number?Solution
Let the number = 10x + x 2 According to the question, 10x + x2 - (10x2 - x) = 54 9(x2 - x) = 54 x 2 - x = 6 x2 - x – 6 = 0 ( x - 3) (x + 2) = 0 x = 3 or x = -2 Number = 39 [x ≠ -2] 60% of 39 = (60/100) × 39 = 23.4
What does the term "normalization" refer to in the context of database design?
In a relational database, a foreign key is used to:
What is the purpose of the SQL "HAVING" clause?
Which of the following concurrency control techniques allows multiple transactions to read data simultaneously but ensures that only one transaction ca...
Which of the following is true about Information?
 In database management, which SQL command is used to remove a table and all its data from a database?
Which normal form deals with the issue of transitive dependencies?
Which of the following storage devices is considered non-volatile?
What is the purpose of the SQL "GROUP BY" clause?
A collection of Data organized in a manner that allows access, retrieval & use of the data