Question
A fixed sum is lent out in two parts in such a way that
the interest on the first part at 1 percent for 1 year is equal to that on the second part at 2% for 2 years. Find he square root of the ratio of the first part to the second part.Solution
Let the amount lent be m, first par t be x and second part be y. Thus, m = x + y From the above we know, Simple Interest = ( P × R × T ) / 100 Interest on first part at 1% for 1 year = Interest on second part at 2% for 2 years ( x × 1 × 1 ) / 100 = ( y × 2 × 2 ) / 100 x = 4y x / y = 4 √ ( x / y ) = 2 So, The square root of the ratio between the first part and the second part is 2.
ACID properties in DBMS ensure:
Which of the following best describes the control flow when a method in a subclass overrides a method in its superclass, and an object of the subclass i...
Which SQL statement is used to remove all rows from a table without logging individual row deletions?
Which of the following illustrates an advantage of DBMS over traditional file systems?
In PL/SQL, a `CURSOR` is used to:
Which normal form eliminates repeating groups by putting them into separate tables and connecting them through foreign keys?
Which of the following is used to remove all records from a table without removing the table structure?
Which type of DBMS model organizes data in tables with rows and columns?
An RDBMS provides mechanisms for data integrity, such as primary keys and foreign keys, which are generally lacking in:
Which of the following is true about ACID properties in DBMS?