Question
The amount of a certain sum in 3 years at simple
interest at x % p.a. is ₹5,472 and the amount of the same sum in 7(1/2) years at the same rate, at simple interest is ₹6,930. The value of x is:Solution
Let the sum be Rs. p. According to the question, p + (p × x × 3)/100 = 5472 ....(1) According to the question, p + (p × x × 7.5)/100 = 6930 ....(2) (2) - (1) we get, p + (p × x × 7.5)/100 - p - (p × x × 3)/100 = 6930 - 5472 ⇒ 7.5xp/100 - 3xp/100 = 1458 ⇒ 4.5xp/100 = 1458 ⇒ xp = 145800/4.5 ⇒ xp = 32400 ....(3) Putting xp = 32400 in (2), p + (p × x × 7.5)/100 = 6930 ⇒ p + (32400 × 7.5)/100 = 6930 ⇒ p = 6930 - (32400 × 7.5)/100 ⇒ p = 6930 - 2430 ⇒ p = 4500 ....(4) Putting p = 4500 in (3), x × 4500 = 32400 ⇒ x = 32400/4500 ⇒ x = 7.2 ∴ The value of x is 7.2.
When does the "commit" operation in a transaction take place?
Which boolean operator represents logical AND?
Consider the following three functions.
f1 = 100n
f2 = nlogn
f3 = n√n
Which one of the fo...
How does blockchain achieve its tamper-resistant quality?
What is the scope of a variable in programming?
Attributes are made of more than one simple attribute.
What is a serializable schedule in concurrency control?
What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems?
What is a primary key in the context of the ER model?
Which of the operation is used to see the top element of stack?