Skip to main content

Aptitude Day 65


Problems on Numbers:

1. The sum of the squares of 3 numbers is 122, while the sum of their products taken two at a time is 101. Find their sum.

Solution:
               Let the numbers be a, b and c.
               (a+b+c)2 = a2+b2+c2+ 2 (ab+bc+ca)
                               = 122 + 2(101)
                               = 122+202
                               = 324
                  a+b+c  = 18.
               Their sum is 18.

2. The sum of 3 numbers is 90. If the ratio between first and second be 3:5 and the ratio between second and third is 1:2, then the largest number is:

Solution:
               Let the numbers be a, b and c.
               a/b = 3/5 and b/c = 1/2
               Here the b is common in both ratio.
               So,
                    a =3*1 = 3
                    b = 5*1 = 5
                    c = 2*5 = 10
            Now the ratio a:b:c becomes 3:5:10
            If we add the parts, we get 18.
            The largest number is c = (90/ 18)*10 = 50.


Comments

Popular posts from this blog

Aptitude Day 16

Answers of Day 1 :   1. 10609                                    2. 99900025                                    3. 9409                                    4. 1010025                                      Problems On Ages              Today, in this topic, we're gonna see only the 3 models. Let's check it out. Problems: 1. John's age after 15 years will be 5 times his age 5 years back. What's the present age of John?   Solution: Let John's current age be x.                            ...

Aptitude Day 10

      Answers of Day 9:       1. 6                                      2. 5                                      3. 0                                      4. 0                                      5. 6 The Cycle of Unit Digit:    Today we're gonna look at the cycle of unit digit  7.       7 1  =  7      7 2  = 4 9      7 3  = 34 3      7 4  = 240 1      7 5  = 1680 7      7 6  = 11764 9   ...