Answer:
-8
Step-by-step explanation:
Given that,
n = -3
r = -8
Now we have to find the value of the given expression.
For that, you have to replace n and r with ( -3 ) and ( -8 ) respectively.
Let us solve now.
−5 + 3 ( −2r + 4n )
-5 + 3 ( -2 × -8 + 4 × -3 )
-2 ( 16 - 12 )
-2 × 4
-8
Let me know if you've any other questions. :-)
- Hi1315
Answer:
6 is the third one 7 is D
Step-by-step explanation:
hope this helps
if its wrong my bad
Answer:
k = 3
Step-by-step explanation:
-12 = 3 - 2k - 3k
-12 = 3 - 5k
5k = 15
k = 3
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:
Each dark chocolate tuffle was $6.
Step-by-step explanation:
This question can be solved by a system of equations.
Four white chocolate truffles (W) cost the same as three dark chocolate truffles (D).
So
The parent bought 3 white chocolate truffles(W) and 6 dark chocolate truffles (D), and spent $49.50.
So
Each dark chocolate tuffle was $6.