We don't have a pic. We need one
Area for a triangle is (1/2) bh or bh/2
So using this info, b = 1.5 m and h = x and A = 1.5 m^2
A = bh/2
1.5 = 1.5x/2
Multiply both sides by 2 to get rid of fraction ... 3 = 1.5x
Divide both sides by 1.5 ... 2 = x so x= 1.5 m
Answer:
I THINk i did this but i will try to reamber
Step-by-step explanation:
Answer: a= -18/2
Step-by-step explanation:
2a + 2x3 = -12
2a + 6 = -12
2a + 6 - 6 = -12 - 6 ( subtract 6 from both sides)
2a = -18 (Divide 2 by both sides)
a= -18/2
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