Question
Mr. X invested Rs. 600 in two schemes, A and B in the
ratio of 7:3, respectively. Scheme A and B are offering simple interest at rate of 16% per annum and 20% per annum. Find the total interest obtained from both schemes after 2 years.Solution
Amount invested in scheme A = (7/10) Ă— 600 = Rs. 420 Amount invested in scheme B = (3/10) Ă— 600 = Rs. 180 Interest earned from scheme A = 420 Ă— 16% Ă— 2 = Rs. 134.4 Interest earned from scheme B = 180 Ă— 20% Ă— 2 = Rs. 72 Therefore, required total interest = 134.4 + 72 = Rs. 206.4
In CPU design, what does the Control Unit (CU) primarily handle?
A spanning tree isÂ
Which component is responsible for translating virtual addresses to physical addresses?
What is the main characteristic of a greedy algorithm?
Which of the following brackets are used in python to create a list?
Which type of neural network architecture is well-suited for sequential data and time series tasks?
Which hazard occurs when there is a conflict in accessing a shared resource, such as a register file or an ALU, in an instruction pipeline?
In dynamic programming, what does "optimal substructure" mean?
 Which number system is commonly used in mathematics and everyday life?
The boolean function f(x, y, z) = (x AND y) OR (x AND NOT(z)) is equivalent to which of the following boolean expressions?