Question
A farmer wants to divide Rs 2,81,800 between his sons ,
who are 17 and 19 years old respectively, in such a way that the sum divided at the rate of 12% per annum, compounded annually, will give the same amount to each of them when they attain the age of 21 years. How should he divide the sum?Solution
Let the farmer give Rs x to the 17 years old son & The remaining Rs (2,81,800 - x) to his 19 years old son. Now, γx(1+12/100)γ^4 = (2,81,800 - x) (1+12/100)^2 ⇒γx(112/100)γ^2 = (2,81,800 - x) ⇒ γx(28/25)γ^2= (2,81,800 - x) ⇒ x(784/625) = (2,81,800 - x) ⇒ (784/625+1) x = 2,81,800 ⇒ ((784 + 625)/625) x = 2,81,800 ⇒ x = (2,81,800 × 625)/1409 = 1,25,000 ∴ x = Rs 1,25,000 For 17 years old son = Rs 1,25,000 For 19 years old son = Rs 1,56,800 Alternate shortcut method: They will get the sum in 2nd to 1st child in the ratio of = (1+R/100)^(difference between their age)=(1+12/100)^(19-17) =(28/25)^2=784/625 So for 17 years old (1st child) , sum = 625/(784+625)×281800=625/1409×281800=125000 & for 19 years old (2nd child) , sum =784/(784+625)×281800=784/1409×281800=156800
What is the main advantage of Hadoop's HDFS (Hadoop Distributed File System)?
Consider a weighted complete graph G on the vertex set {v1,v2 ,v} such that the weight of the edge (v,v) is 2|i-j|. The weight of a minimum spanning tr...
The communication structure that we need in socket programming is called as _________.
What is the primary purpose of a database transaction?
Which type of variable has the widest scope and can be accessed from any part of the program?
What is the data transmission direction in a Token Ring network?
Which component of RDBMS is responsible for processing SQL queries and managing database interactions?
Which scheduling policy may result in high waiting times for long-running jobs?
Which of the following is an open-source SQL query engine for analyzing data stored in Hadoop clusters?
Match the following
a. calloc( ) ------- i. Frees previouslyallocated space. b. free( ) ----------- ii. Modifiespreviouslyallocated space. c. mal...