Re: A worker is hired for 7 days. Each day, he is paid 10 dolla
[#permalink]
28 Sep 2019, 03:05
Lets say he gets paid x dollars on first day. That means from first to seventh day, his amounts per day would be:
x, x+11, x+22, x+33, x+44, x+55, x+66.
Total payment = sum of the above = 7x + 231. This is what we need to find, so basically if we can find 'x', we have the answer
Statement 1. Payment for first four days = payment for last three days
x + x+11 + x+22 + x+33 = x+44 + x+55 + x+66
4x + 66 = 3x + 165
Solving this, x can be found. Sufficient.
Statement 2. Payment for first 3 days = x + x+11 + x+22 = 3x + 33
Payment for last 3 days = x+44 + x+55 + x+66 = 3x + 165
Their difference = (3x+165) - (3x+33) = 132
So the difference between last 3 days of payment and first 3 days of payment will Always remain constant at 132, as per this question. Hence, the given difference of 66 doesn't make sense at all.
I would just treat this statement as Insufficient, though this statement doesn't make sense. (If I am missing something in my approach, please let me know)