Question
Pawan and Qureshi jointly started a business with
initial investments of Rs. 12,000 and Rs. 15,000, respectively. After one year, their profit shares are Rs. (p + 120) and Rs. (p + 250), respectively. What is the total profit earned by both Pawan and Qureshi combined?Solution
ATQ,
Ratio of the profits shares of Pawan and Qureshi = 12000: 15000 = 4: 5 According to question: (p + 120)/(p + 250) = 4/5 5p + 600 = 4p + 1000 p = 400 So, the total profit share of Pawan and Qureshi together = 400 + 120 + 400 + 250 = Rs. 1,170
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?