The CEO determine which two sets execute
A non-negative root of a number is called Square Root
The others don’t make any sense so it has to be “A”.
Answer: d≤69
Step-by-step explanation:
You would plug in all the values for d into the inequality
40(81) + 240 ≤ 3000
40(81) + 240 = 3000
3240+240=3000
3480=3000 false
40(75) + 240 ≤ 3000
40(75) + 240 = 3000
3000+240=3000
3240=3000 false
40(69) + 240 ≤ 3000
40(69) + 240 = 3000
2760+240=3000
3000=3000 true
You don't need to try the last one because you already found this one!
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