A bike-share operator logs the duration, in minutes, of 24 rides:
11, 13, 14, 15, 16, 18, 19, 20, 20, 20, 21, 23, 24, 25, 25, 26, 28, 29, 30, 31, 32, 34, 35, 35
The durations are grouped into five bins of width 5. Use the convention from this course: every bin is left-inclusive and right-exclusive, written [start, end), except the final bin, which includes both of its endpoints so that the maximum value is counted.
[10,15),[15,20),[20,25),[25,30),[30,35]
What percentage of the 24 rides fall in the bin [25,30)?
Give your answer as a percentage rounded to 2 decimal places, and do not type the % sign.