Question
‘A’, ‘B’ and ‘C’ divide a certain sum of money
among themselves. The average of the amount with them is Rs. 4520. Share of ‘A’ is 10(2/3)% more than share of ‘B’ and 33(1/3)% less than share of ‘C’. What is the share of ‘B’ (in Rs.)?Solution
ATQ,
Let share of ‘B’ = Rs. 90x
Share of ‘A’ = 90x + {(32/3)% of 90x) = Rs. 99.6x
Share of ‘C’ = (3/2) × 99.6x = Rs. 149.4x
Total amount with ‘A’, ‘B’ and ‘C’, together = 4520 × 3 = Rs. 13560
So, 90x + 99.6x + 149.4x = 13560
Or, 339x = 13560
Or, x = 40
So, share of ‘B’ = 90x = 90 × 40 = Rs. 3600
Which SQL command is primarily used to retrieve records from a database table?
What is the difference between memoization and tabulation in Dynamic Programming?
What is the purpose of version control systems (e.g., Git, SVN)?
Consider three processes P1, P2, P3 with burst times 10, 5, 8 milliseconds respectively. All arrive at time 0. If they are scheduled using the Shortest ...
Which type of relationship does inheritance represent?
Which of the following best describes the "Ready" state of a process?
Which of the following real-world applications commonly uses a queue data structure to manage its operations?
Which of the following is the main advantage of using the Round Robin CPU Scheduling algorithm over First-Come-First-Serve (FCFS) in terms of process ex...
Which architecture is used in modern NLP tasks like BERT and GPT?
A recursive backtracking solution for the Subset Sum problem is generating duplicate subsets or missing valid subsets. Assuming the input array might co...