Answer:
c=26
Step-by-step explanation:
By using pythagoram thoerem
c^2=a^2+b^2
c^2=(10)^2+(24)^2
c^2=100+576
c^2=676
c=sqrt(676)
c=26
c=26
Answer:
33,000
Step-by-step explanation:
Answer:
2,700
Step-by-step explanation:
2,700 fans would go in per hour you would have to divide the gates and 2 ticket booths and then with that you times 600 by the number you get by dividing
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get
C. 56
Hope this helped lol I needed more characters