👤

A sheet of paper contains a list of 5 double-digit prime numbers.
Their mean is 31, while their median and mode is 29.
The largest number is 41.
Show how you can discover the 5 prime numbers written on the sheet.

Answer :

the five prime number are 19,29,29,37,41

mean =sum of observations / total number of observation

         = 19+29+29+37+41  /5

          = 155/5

          =31

median = (n+1) / 2  th term       n is number of term and n is odd

               = (5+1) /2 th term

                 = 3 rd term

                 = 29

mode = the value that appears most in the data

         = 29

learn more of mean ,median,mode here https://brainly.com/question/15323584

#SPJ9