Question 608085
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
Starting with the data values 70 and 100,add three data values to the sample 
so that the mean is 90, the median is 94, and the mode is 94
 {70,x,94,94,100}  \ Must be at least 2 as 94 is the mode...
 70 + x + 94 + 94+ 100 =  450
              x = 92
 {70,{{{highlight(92)}}},94,94,100}