Skip to main content

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.
                (x2-y2) / (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 the numbers be x, x+1 and x+2.
                x+x+1+x+2 = 315
                3x+3 = 315
                    3x =  312
                      x = 104.
                The middle number is x+1 = 105.


                                        

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   ...