Question
Atul has Rs.350 with him. He invested 20% of the amount
at 5% p.a. for 8 years and rest at 10% p.a. for 5 years. Find the sum of simple interests received by Atul from the two investments.Solution
SI received from 20% of the sum = (0.2 x 350 x 5 x 8)/100 = Rs.28 SI received from 80% of the sum = (0.8 x 350 x 10 x 5)/100 = Rs.140 Therefore, total SI received = Rs.(28 + 140) = Rs.168
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?