There are several ways you can solve this problem if you're trying to solve for m and n. You can substitute, or systems of equations. However, I'm going to use substitution:
2m + n = 0 => n = -2m
We can input that in for the other equation:
m + 2n = 3 now becomes: m + 2(-2m) = 3
Now we can solve:
m + 2(−2m) = 3
m + −4m = 3
(m + −4m) = 3 (Combine Like Terms)
−3m=3
m = -1
Now we can input that value in to solve for n:
We said that n = -2m, and m = -1, so n = -2(-1):Answer:
n = 2
Your final answer is m = -1, and n = 2, which can also be written as (m,n) = (-1,2)
----------------------
However, if you were solving for m+n:
You would add the two equations!:
2m + n = 0
m + 2n = 3
----------
3m + 3n = 3
Now, you can take 3 common:
3(m+n) = 3
m + n = 1
Your final answer for what m + n equals 1!


There will be 9 trips the ferry makes and on the last trip there will be 5 cars on the ferry.
Answer:
p = 23 and p = -22
Step-by-step explanation:
| 2p -1 | =45
Absolute value equations have 2 solutions, one positive value and one negative
2p-1 = 45 and 2p-1 = -45
Add 1 to all sides
2p-1+1 = 45+1 and 2p-1+1 = -45+1
2p = 46 2p = -44
Divide by 2
2p/2 = 46/2 and 2p/2 = -44/2
p = 23 and p = -22