Question
Atul has Rs.300 with him. He invested 40% of the amount
at 5% p.a. for 6 years and rest at 25% p.a. for 5 years. Find the sum of simple interests received by Atul from the two investments.Solution
SI received from 40% of the sum = (0.4 x 300 x 5 x 6)/100 = Rs.36 SI received from 60% of the sum = (0.6 x 300 x 25 x 5)/100 = Rs.225 Therefore, total SI received = Rs.(36 + 225) = Rs.261
Which famous sorting algorithm uses the divide-and-conquer strategy?
What is the correct syntax to declare a variable in C?
In SQL, which keyword is used to retrieve data from a database?
A firewall that monitors the state of active connections and makes decisions based on the context of those connections is known as a:
What is the main purpose of the parity bit in error detection?
Which component is responsible for translating virtual addresses to physical addresses?
What is the scope of a variable declared as "static" inside a function?
How can the Banker's algorithm be used to prevent deadlocks?
The java.sql and javax.sql are the primary packages for JDBC 4.0.
In tuple calculus, what does the ∃ symbol represent?