Let's add the expressions step by step.
First, we have the expression:
5(0.5k - 1) + 2(0.4 - k)
Step 1: Distribute 5 to (0.5k - 1):
5 * 0.5k = 2.5k
5 * -1 = -5
So, this part becomes:
2.5k - 5
Step 2: Distribute 2 to (0.4 - k):
2 * 0.4 = 0.8
2 * -k = -2k
So, this part becomes:
0.8 - 2k
Step 3: Now we can combine both parts: (2.5k - 5) + (0.8 - 2k)
Step 4: Combine the like terms:
For the k terms:
2.5k - 2k = 0.5k
For the constant terms:
-5 + 0.8 = -4.2
Step 5: Put them together: 0.5k - 4.2
So, the final answer is:
0.5k - 4.2