Question
C and D invest in a business in a ratio of 4:5. If 10%
of the total profit goes to charity and D's share is Rs.900 after the donation, what is the total profit?Solution
Let the total profit be P. Since 10% is donated to charity, the remaining profit that is shared between C and D is 90% of P. Remaining profit = P×90/100 = 0.9P D's share is greater than C's since they invested in a ratio of 4:5. Therefore, for every 9 parts of the profit, D gets 5 parts. First, let's find out what 1 part is worth: D's share = (5/9) × 0.9P = 0.5P Given that D's share after the donation is 900: 0.5P - 900 P = 900/0.5 P = 1800 So, the total profit before the donation to charity is 1800Rs.
What is "serverless computing"?
Which statement is TRUE regarding SCR Thyristor?
Using a bottom-up dynamic programming approach to calculate the 6th Fibonacci number (F(0)=0, F(1)=1), what are the values stored in the DP table F at i...
Which of the following is used to implement recursion?
Fill in the correct option for 27 blank space.
Consider the following Java code snippet:
  import java.util.PriorityQueue;
  public class HeapQuestion8 {
    publ...
Which of the following is an example of SaaS?
Which of the following statements accurately describes the layer functionality of a router in network communication?
What is the primary objective of the K-means clustering algorithm in data analysis?
What is the keyword used in Java to indicate that a class is inheriting from another class?