Question
The amounts invested by 'P' and
'Q' in Funds 'X' and 'Y' are in the ratio of 8:5. If 'P' invested ₹4800 more than 'Q,' determine the total amount that 'Q' will receive after two years if his investment earned compound interest at 50% per annum, compounded yearly.Solution
ATQ,
Let the sum invested by ‘P’ and ‘Q’ be Rs. 8x and Rs. 5x, respectively According to the question, 8x – 5x = 4800 Or, 3x = 4800 Or, x = 1600 Therefore, sum invested by ‘Q’ in Fund ‘Y’ = 5x = Rs. 8000 Amount received by ‘Q’ = 8000(1 + 50/100)2 = Rs.18000
A problem is said to be NP-hard if:
Which programming language is commonly used to write MapReduce jobs in Hadoop?
Which tool is used to build data pipelines and workflows in Hadoop-based systems?
Which component of an ER diagram represents an attribute?
Which type of routing algorithm considers factors such as link cost and bandwidth to find the best path for data packets?
What is the output of the following code?
print(min(max(False,-30,-4), 12,7))
What is the purpose of the "self" parameter in a Python class method?
How many dimensions are selected in dice operation?
In Variational Autoencoders (VAEs), what is the purpose of the "encoder" network?
In a typical instruction pipeline, which stage is responsible for fetching the next instruction from memory?