1. Question:Find the average of all prime numbers between `30` and `50`. 

    Answer
    There are five prime numbers between `30` and `50`.
    Thet are `31,37,43` and `47.`
    
    `:.` Require average = `(31 + 37 + 43 + 47)/5`
    
    `=199/5`
    
    `=39.5`






    1. Report
  2. Question:Find the average of first 30 natural numbers. 

    Answer
    Sum of first 30 natural numbers =`((30 xx 31)/2)` = 465
    `:.` Required average = `465/30` = 15.5






    1. Report
  3. Question:Find the average of first 25 multiples of 3. 

    Answer
    Required average = `(3(1 + 2  + 3 + ..... +25))/25`
    =`((3 xx 25 xx 26)/(2 xx 25))`
    =39






    1. Report
  4. Question:The average age of a class of `39` students is `15` years. If the age of the teacher be included, then the average increases by 3 months. Find the age of the teacher. 

    Answer
    Total age of 39 persons 
    
    `= (39 x 15)` years 
    
    `= 585` years.
    
     Average age of 40 person 
    
    `= 15` years `3` months 
    
    `= 61/4` years.
    
     Total age of the 40 person 
    
     `= (61/4) xx 4` 
    
     years `= 610` years.
    
    `:.`Total age of 40 person 
    
     `= (610 - 585)` 
    
     Years `= 25` years.






    1. Report
  5. Question:The average age of a class of 39 students is 15 years. If the age of the teacher be included, then the average increases by 3 months. Find the age of the teacher? 

    Answer
    The total age of 39 persons =(39 x 15) years = 585 years.
    Average age of 40 person =15 years 3 months =`(61/4)` years.
    Total age of 40 person = `(61/4 xx 40)` years =610 years.
    `:.` Age of the teacher= (610 x 585) years = 25 years.






    1. Report
Copyright © 2025. Powered by Intellect Software Ltd