InterviewSolution
Saved Bookmarks
| 1. |
Find the mean of the first six multiples of 3. |
|
Answer» The first six multiples of 3 are 3,6,9,12,15 and 18 Their mean = `(( 3+6+9+12+15+18))/6 = 63/6 = 10""1/2` |
|