Answer:
$487.2
Step-by-step explanation:
you multiply 14 and 12 then you get the answer of 168 and multiply that with $2.90 then you get the answer of $487.2.
I believe y=x+2 and y=-x+3 are perpendicular lines.
The answer is nine movie rentals. 9×1.5+20 equals less than 9×4 which equals 36. I hope that answerd your question ☺️☺️
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