Answer:epression could be used to represent 2/3
1/2
1/3
Answer:
21
Step-by-step explanation:
count only the pair numbers between 200 and 240:
200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240
4.21399176955
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
You can use python for that.
By doing
And this is the result you get