So you do that and then that and then you should get what it is equal to hope that helps xxx
Answer: You are correct. The mode is between 90 and 100
This is because the tallest bar corresponds to this interval. The mode is the most frequent value.
If you would like to write 0.097 in fractional notation, you can do this like this:
0.097 = 97 / 1000
The correct result would be <span>A 97/1000.</span>
Using the current "regular expressions" in use in Java, Perl, and many other applications, this belongs to "character class" using the [ ] notation.
For characters "either" 1,2,3,4, we write
[1234]
or in this particular case,
[1-4]