F(x) = 2x^2 + 5x
f(3b) = 2(3b)^2 + 5(3b) = 2(9b^2) + 15b = 18b^2 + 15b
Answer: 2,306,973.7 rounded... 2,306,974
900,000(1+.04)^24
The smallest value is $0.25 (a quarter) because you can use two quarters and a half dollar. Only one of them can't be a half dollar, but the other two can be.
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