{ "query": { "display": "median $$3,\\:4,\\:5,\\:7,\\:7,\\:7,\\:9$$", "symbolab_question": "STATISTICS#median 3,4,5,7,7,7,9" }, "solution": { "level": "PERFORMED", "subject": "Statistics", "topic": "median", "subTopic": "Other", "default": "7" }, "steps": { "type": "interim", "title": "Median of $$3,\\:4,\\:5,\\:7,\\:7,\\:7,\\:9:{\\quad}7$$", "steps": [ { "type": "definition", "title": "Median", "text": "The median is the value separating the higher half of the data set, from the lower half.<br/>If the number of terms is odd, then the median is the middle element of the sorted set<br/>If the number of terms is even, then the median is the arithmetic mean of the two middle elements of the sorted set" }, { "type": "step", "primary": "Arrange the terms in ascending order", "result": "3,\\:4,\\:5,\\:7,\\:7,\\:7,\\:9" }, { "type": "interim", "title": "Find the median of the ascending set:$${\\quad}7$$", "steps": [ { "type": "step", "primary": "Count the number of terms in the data set", "result": "\\begin{Bmatrix}3&4&5&7&7&7&9\\\\1&2&3&4&5&6&7\\end{Bmatrix}" }, { "type": "step", "primary": "The number of terms in the data set is", "result": "7" }, { "type": "step", "primary": "Since the number of terms is odd, the median is the middle element of the sorted set.", "result": "7" } ], "meta": { "interimType": "Get Median From Ascending List 0Eq" } }, { "type": "step", "result": "7" } ] } }