X would equal -9
Because -9 times -2 equals 18
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
Answer:
2y=5x
Step-by-step explanation:
-3x+5y=2x+3y
5y=5x+3y
2y=5x
I think this is what your talking about