Let T be the total number of votes.
Let X be the number of votes for Proposal X.
Let Y be the number of votes for Proposal Y.
We are given two pieces of information:
Each employee voted for exactly one proposal, so the total votes are the sum of votes for X and Y:
T = X + Y
Proposal X received 20% of the total votes more than Proposal Y. This can be written as:
X = Y + 0.20 * T
We are also given that Proposal Y received 70 votes:
Y = 70
Now, we can substitute Y = 70 into the first equation:
T = X + 70
And substitute Y = 70 into the second equation:
X = 70 + 0.20 * T
Now we have a system of two equations with two variables (X and T):
T = X + 70
X = 70 + 0.20 * T
Substitute the expression for X from equation (2) into equation (1):
T = (70 + 0.20 * T) + 70
T = 140 + 0.20 * T
Now, solve for T:
T - 0.20 * T = 140
0.80 * T = 140
T = 140 / 0.80
T = 140 / (8/10)
T = 140 * (10/8)
T = 1400 / 8
T = 175
So, the total number of votes (T) is 175.
Now that we have T, we can find X:
X = T - Y
X = 175 - 70
X = 105
Alternatively, using X = 70 + 0.20 * T:
X = 70 + 0.20 * 175
X = 70 + 35
X = 105
The question asks by how many votes did Proposal Y lose. This is the difference between the votes received by Proposal X and Proposal Y.
Difference = X - Y
Difference = 105 - 70
Difference = 35
Therefore, Proposal Y lost by 35 votes.
The final answer is 35