Question
Ankit and Bhupesh invested a
certain amount for 5 months and 7 months respectively. The ratio of the profits earned by Ankit to those earned by Bhupesh is 20:21. If their combined investment totals Rs. 14,000, determine the amount invested by Ankit.Solution
ATQ,
Ratio of the investment of Ankit and Bhupesh = 20/5:21/7 = 4:3 Therefore, sum invested by Ankit = 14000 × 4/7 = Rs. 8000
What is a key benefit of using the MVC architecture in software development?
Which data analytics technique is suitable for handling missing data points in a dataset?
In a DBMS using a "Strict Two-Phase Locking" protocol, when is a transaction allowed to release its locks?
The JDBC-ODBC bridge is
In a digital signature scheme, what does the process of "signing" mean?
How can the Banker's algorithm be used to prevent deadlocks?
What is a resource in the context of deadlocks?
SELECT E.EmpFname, E.EmpLname, P.EmpPosition FROM EmployeeInfo E INNER JOIN EmployeePosition P ON E.EmpID = P.EmpID AND P.EmpPosition IN ('Manager'); <...
State true/false
Approach to Data mining is Infrastructure, exploration, analysis, interpretation and exploration.
syntax of loops in shell scripting?