Question
Arjun acquired a smartphone with a price tag of Rs.
18,000. For the initial payment, he paid Rs. 2,160. The remainder was to be paid in two equal installments, but with a twist. The installments were subject to compound interest at a rate of 20% per annum, compounded annually. Calculate the value of each installment.Solution
ATQ, Amount due after down payment = 18000 – 2160 = Rs. 15,840 Let the amount of each instalment be Rs. ‘a’ Amount to be paid at the end of 1st year = 1.2 × 15840 = Rs. 19,008 According to the question, 1.2 × (19008 – a) = a Or, 1.2 × 19008 – 1.2a = a Or, 2.2a = 1.2 × 19008 Or, a = {(1.2 × 19008)/2.2} = 10368 Therefore, each installment = Rs.10,368
What is the primary goal of code optimization in software development?
Which of the following method is specifically designed to allow a network analyst to monitor traffic?
In a virtual memory system, which of the following techniques is used to maintain the illusion that each process has its own dedicated memory space?
- Does Dijkstra's algorithm work for graphs with both negative and positive edge weights?
What is the output of the following part of python program?
x = ("apple", "banana", "cherry")
print(x)
MIS is a type of:
What is the primary purpose of virtual memory in an operating system?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0] ...
What does ETL stand for in analytics?
Which of the following page replacement algorithms is considered optimal and aims to minimize the number of page faults?