Five positive integers a , b , c , d and e greater than 1 make the following conditions true:
⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ a ( b + c + d + e ) = 1 2 8 b ( a + c + d + e ) = 1 5 5 c ( a + b + d + e ) = 2 0 3 d ( a + b + c + e ) = 2 4 3 e ( a + b + c + d ) = 2 7 5
Find the value of e .
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.
Great solution :)
After simplifying: - 1. a(b+c+d+e) = 128 = 27
Equation 2 can reached the solution that b = 5, a+c+d+e = 31 or b = 31, a+c+d+e=5
Equations 3 can reach the conclusion that c = 7, a+b+d+e = 29 or c= 29, a+b+d+e = 7
b = 5 and c = 7 are proven true => a+d+e = 24 => d+e = 24 - a
a(5+7+24=-a) = 128
a=32 (false) or a=4
d+e=20
e=20-d
d(47+5+e)=243
(d-27)(d-9) = 0
d=27 (rejected), d=9
e=11
(check the result with the last equation)
Problem Loading...
Note Loading...
Set Loading...
Let a + b + c + d + e = k . Then the five equations reduce to:
⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ a ( k − a ) = 1 2 8 b ( k − b ) = 1 5 5 c ( k − c ) = 2 0 3 d ( k − d ) = 2 4 3 e ( k − e ) = 2 7 5 ⟹ k = a 1 2 8 + a = a 2 7 + a ⟹ k = b 1 5 5 + b = b 5 ⋅ 3 1 + b ⟹ k = c 2 0 3 + c = c 7 ⋅ 2 9 + c ⟹ k = d 2 4 3 + d = d 3 5 + d ⟹ k = e 2 7 5 + e = e 5 2 ⋅ 1 1 + e
Let us check the possible values of k using the k = b 5 ⋅ 3 1 + b and k = c 7 ⋅ 2 9 + c .
⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ b = 1 , b = 5 , b = 3 1 , b = 1 5 5 , k = 1 5 6 k = 3 6 k = 3 6 k = 1 5 6 ⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ c = 1 , b = 7 , b = 2 9 , b = 2 0 3 , k = 2 0 4 k = 3 6 k = 3 6 k = 2 0 4
This shows that k = 3 6 and that b = 5 and c = 7 , because the other values are too large. We can find the other values of a , d and e as follows:
a 1 2 8 + a ⟹ a 2 − 3 6 a + 1 2 8 ( a − 4 ) ( a − 3 2 ) ⟹ a = k = 3 6 = 0 = 0 = 4
Similarly,
d 2 − 3 6 d + 2 4 3 ( d − 9 ) ( d − 2 7 ) ⟹ d = 9 = 0 = 0
e 2 − 3 6 e + 2 7 5 ( e − 1 1 ) ( e − 2 5 ) ⟹ e = 1 1 = 0 = 0
Let us check the answer k = a + b + c + d + e = 4 + 5 + 7 + 9 + 1 1 = 3 6 .