Saved Bookmarks
| 1. |
If the mode of data 3,0,4,4,6,x,7 is 7 then value of x |
|
Answer» ANSWER Mode is the value which OCCURS most often in the data set of VALUES. Given data values are 2,4,6,7,5,6,10,6,7,2k+1,9,7,13 In the above data set, values 6,7 have occured more times i.e., 3 times But given that mode is 7. So, should OCCUR more times than 6. Hence the variable 2k+1 must be 7 ⟹2k+1=7 ⟹2k=6⟹k= 2 6
⟹k=3 |
|