what data value is the upper quartile (q3)?

what data value is the upper quartile (q3)?
Answer
Explanation:
Step1: Arrange data in ascending order
58, 62, 64, 66
Step2: Find the position of Q3
There are $n = 4$ data - points. The formula for the position of the upper - quartile $Q3$ is $i=\frac{3(n + 1)}{4}$. Substituting $n = 4$ into the formula, we get $i=\frac{3\times(4 + 1)}{4}=\frac{15}{4}=3.75$.
Step3: Interpolate to find Q3
Since the position is not an integer, we interpolate. The 3rd value is 64 and the 4th value is 66. $Q3=64+(66 - 64)\times0.75=64 + 1.5=65.5$. But looking at the given options, if we assume a non - interpolated method for a simple dataset and consider the 3rd value in the ordered set as Q3 (a common non - strict approach when dealing with small datasets for basic understanding), the 3rd value in the ordered set 58, 62, 64, 66 is 64.
Answer:
64