Question
A man donated 11%, 13% and 21% of his income to three
NGOs βAβ, βBβ and βCβ, respectively. They spent 75%, 80% and 50% of respective sums received by them. If total sum left with three NGOs is Rs. 4755, then find the income of man.Solution
Let the income of the man be Rs. x Therefore, sum donated to NGO βAβ = Rs. 0.11x Sum left with NGO βAβ = 0.25 Γ 0.11x = Rs. 0.0275x Sum donated to NGO βBβ = Rs. 0.13x Sum left with NGO βBβ = 0.2 Γ 0.13x = Rs. 0.026x Sum donated to NGO βCβ = Rs. 0.21x Sum left with NGO βCβ = 0.5 Γ 0.21x = Rs. 0.105x According to the question, 0.0275x + 0.026x + 0.105x = 4755 Or, 0.1585x = 4755 Or, x = 4755/0.1585 = 30000 Therefore, income of man = Rs. 30000
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?