Question
'A' and 'B' started a business by investing Rs. 8,000
and Rs. 10,000, respectively. 'A' invested for 10 months and 'B' invested for 12 months. 'A' also works as manager in the business for which he's entitled to receive a commission of 20% out of total profit. If at the end of the year, the business earned a total profit of Rs. 12,500, then find the total amount received by 'A'.Solution
Ratio of profit shares of 'A' and 'B' at the end of the year = {8000 X 10}:{10000 X 12} = 2:3 Total amount received by 'A' = commission earned by 'A' + Profit share of 'A' So, commission earned by 'A' = 12500 X 0.2 = Rs. 2,500 So, net profit to be distributed between 'A' and 'B' = 12500 - 2500 = Rs. 10,000 So, profit share of 'A' = 10000 X (2/5) = Rs. 4,000 So, total amount received by 'A' = 4000 + 2500 = Rs. 6,500
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...
The Boyer-Moore algorithm is known for its efficiency in practice, especially for long patterns and large alphabets. It uses two heuristics: the bad cha...
Trace the execution of the following Java code:
  public class Flow {
    public static void main(String[] args) {
 �...
In an operating system's process scheduling, which data structure is typically used to manage processes waiting for CPU time, ensuring they are executed...
Which AI concept uses fitness functions to evolve solutions over time?
What is the primary objective of system testing in the software development lifecycle?
What is the purpose of the CASE statement in SQL?
Which of the following is a NoSQL database commonly used in Big Data?
In cloud computing, what is the primary benefit of containerization compared to traditional virtualization?Â
Which of these AI approaches involves agents learning by interacting with their environment?