Answer:
y=-7
x=3
Step-by-step explanation:
I just used a calculator. Hope this helps. :)
U do 5 times 30 and get 150 then take 15 times 50 and get 750 last take 750 plus 150 and u get 900 cm
Answer:
x+4 and y+3
Step-by-step explanation:
Both the x and y values move in positive directions from the first triangle to the second.
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