Four friends--let's call them A, B, C, and D--are planning to go to the concert, but they realize that they are a few dollars short to buy the tickets ($50 per ticket).
We know that each of them has an integer amount of dollars and that
if
borrowed $
from
, then
would have
of
's balance;
if
borrowed $
from
, then
would have
of
's balance;
if
borrowed $
from
, then
would have
of
's balance.
At least how much more money (in $) do they need all together in order to afford 4 tickets?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
From the question, we can set up system of equations as shown:
3 2 ( a − 1 ) = b + 1
5 3 ( b − 2 ) = c + 2
7 5 ( c − 3 ) = d + 3
Solving all variables in terms of a , we will get:
b = 3 2 a − 5
c = 5 2 a − 2 1
d = 7 2 a − 5 7
Since b , c , d are integers, we can set up equivalences of moduli 3 , 5 , 7 :
2 a ≡ 5 ≡ 2 ( m o d 3 )
2 a ≡ 2 1 ≡ 1 ( m o d 5 )
2 a ≡ 5 7 ≡ 1 ( m o d 7 )
Suppose x = 2 a − 1 . Then x ≡ 0 ( m o d 3 5 ) or x = 2 a − 1 = 3 5 k for some odd integer k . ( k can't be even because 2 a − 1 is odd.)
Then x ≡ 3 5 k ≡ 1 ( m o d 3 ) .
Hence, k ≡ 2 ( m o d 3 ) .
Therefore, k = 5 + 6 n for some integer n .
If k = 5 , then 2 a − 1 = 3 5 k = 1 7 5 or a = 8 8 .
If k > 5 , then the total money would exceed 2 0 0 .
That means a = 8 8 + 1 0 5 m for some integer m .
However, if m > 0 , the total money will exceed 2 0 0 , which doesn't correlate with the question.
Therefore, a = 8 8 .
b = 3 2 ( 8 8 − 1 ) − 1 = 5 7
c = 5 3 ( 5 7 − 2 ) − 2 = 3 1
d = 7 5 ( 3 1 − 3 ) − 3 = 1 7
As a result, a + b + c + d = 8 8 + 5 7 + 3 1 + 1 7 = 1 9 3 , so they were 2 0 0 − 1 9 3 = 7 dollars short.