Skip to main content

Aptitude Day 202

Answers of Day 201:  1. 30,000.
                                     2. 20,000. 

Problems on Simple Interest:

1. The price of a T.V. set worth 20,000 is to be paid in 20 instalments of 1000 each. If the rate of interest is 6% p.a. and the first instalment is paid at the time of purchase, then the value of the last instalment covering the interest as well will be:

Solution:
                 Balance amount to be paid = 20000-1000
                                                             = 19000.

2. Amy invested a certain amount in 3 different schemes A, B and C with the rate of interest 3% p.a., 5% p.a.  and 10% p.a. respectively. If the total interest accrued in a year was 1500 and the amount invested in scheme C was 5% of the amount invested in scheme B and 20% of the amount invested in scheme A, what was the amount invested in scheme B?

Solution:
                  x*3*1/100 + y*5*1/100 + z*10*1/100 = 1500
                  3x+5y+10z = 150000

                  z = 5y/100 = y/20
                  z = 20x/100 =x/5

                  x = 5z
                  y = 20z
                  z = z

                  3(5z)+5(20z)+10z = 150000
                  z = 1200.

                 The amount invested in scheme B was y = 20(z) = 24000. 


Comments

Popular posts from this blog

Aptitude Day 59

Answers of Day 58:     1. 1/90.     2. 20 Problems to solve: 1. The product of two numbers is 33 and the sum of their squares is 130. Find their difference. 2. The sum of two numbers is 100 and their difference is 20. Find their product.

Vocabulary Day 55

Dilemma Thesaurus: Noun : problem            double bind, difficulty, crisis, embarrassment, mess, puzzle...  Antonyms :  solution...  Example sentences:                  That's a serious dilemma we should think about that.          He'll never share his dilemma with anyone. 

Aptitude Day 55

Problems On Numbers 1. The difference between the squares of two numbers is 28000 and the sum of their numbers is 400. Find the numbers. Solution:                 Let the 2 numbers be x and y.                 (x 2 -y 2 ) / (x+y) = 28000/400                 (x+y)(x-y) / (x+y) =  70                 x-y = 70 ------ Equation 1                 x+y = 400 ---- Equation 2                 By solving equations 1 and 2 we get,                 x = 235 and y = 165.                 The numbers are 235 and 165. 2. The sum of three consecutive numbers is 315. The middle number is: Solution:                 Let t...