D. (5,-21) would be your answer
We know that
area of the tent=length*breath
length=240 cm---convert to m---> 240/100----> 2.40 m
breath=170 cm----convert to m---> 170/100----> 1.70 m
find the area
area=2.40*1.70-----> area=4.08 m²
therefore
the answer is
<span>the friend's statement is incorrect the area is 4.08 m</span>²
Answer:
-0.2
Step-by-step explanation:
m^2 -11m -60 = 0
m^2 -11m =60
(m^2 -11m + 121/4) = 361/4
(m - 11/2)^2 = 361/4
m - 11/2 = + or - 19/2
m = 11/2 + 19/2, 11/2 - 19/2
m = 15, -4
---------------------------------------------------
m^2 -11m -60
(11 +- Square root (121 +240))/2
11/2 +- 19/2
m= 15, -4
----------------------------------------------------
m^2 -11m -60
(m - 15) (m + 4)
m = 15, -4
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