Skip to main content

Aptitude Day 156


Problems on Average:

 1. The average of the two-digit numbers, which remain the same when the digits interchange their positions, is:

Solution:
                    Average = Sum of observations/ Number of observations
                                    = (11+22+33+44+55+66+77+88+99)/ 9
                                    = [(11+99)+(22+88)+(33+77)+(44+66)+55]/9
                                    = [4(110)+55]/9
                                    = 495/9
                                    = 55.

2. The average of non-zero number and its square is 9 times the number. The number is:

Solution:
                 (x+x2)/2 = 9x
                  x+x2 = 18x
                  x2 -17x = 0
                  x(x-17) = 0
                  x = 0, 17.

                The non-zero value is 17.


Comments

Popular posts from this blog

Vocabulary Day 21

Stammer Thesaurus: Verb : stutter in speech, speak haltingly, speech defect           halt, hesitate, pause, stop, sputter... Antonyms : say quickly, pronounce, enunciate... Example sentences: ·          He was stammering when the teacher caught him red-handed. ·          One should avoid the stammering while delivering a speech. 

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