Question
A man donated 25%, 13% and 27% 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. 4470, then find the income of man.Solution
Let the income of the man be Rs. x Therefore, sum donated to NGO βAβ = Rs. 0.25x Sum left with NGO βAβ = 0.25 Γ 0.25x = Rs. 0.0625x 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.27x Sum left with NGO βCβ = 0.5 Γ 0.27x = Rs. 0.135x According to the question, 0.0625x + 0.026x + 0.135x = 4470 Or, 0.2235x = 4470 Or, x = 4470/0.2235 = 20000 Therefore, income of man = Rs. 20000
Which of the following data structures is best suited for implementing a priority queue?Β Β Β
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications?Β ...
Which of the following sorting algorithms is NOT stable?Β
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator