Y = 3x + 4
y = -x - 4
3x + 4 = -x - 4
3x + x = -4 - 4
4x = -8
x = -8/4
x = -2
y = 3x + 4
y = 3(-2) + 4
y = -6 + 4
y = -2
solution is (-2,-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
Answer:
Check the explanation
Step-by-step explanation:
Kindly check the attached image below to see the step by step explanation to the question above.
There are 256 possible combinations of fireworks, if they can be repeated in each 4 firework combinations.
If they cannot be repeated, there are 24 possible combinations.