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
It is 1.5 times because $63 divided by $42 is $1.5.
I hope this is what you meant.
Answer:
You can plug in the simple interest formula A=P(1+rt) to get the amount is equal to 3500 (the principal in this case) times 1+ 3.49/100(10). This is 3500(1.349), and this is $4721.5.