Consider the system of equations
y y y y y = 2 x 1 + x 2 = 3 x 2 + x 3 = 4 x 3 + x 4 = 5 x 4 + x 5 = 6 x 5 + x 1 .
If all of the variables are integers, what is the minimum positive integer value of
( i = 1 ∑ 5 x i ) − y ?
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.
Exactly how I did it
same method XD
The problem does not require the x's and y to be integers (only x1 +... + x5 - y is required to be an integer). Thus one could argue that the correct answer is 1, with y = 721/88.
Log in to reply
Thanks. I agree that the question is ambiguous. Those who answered 1 have been marked correct. I have edited the problem and the correct answer is 88.
In future, if you spot any errors with a problem, you can “report” it by selecting "report problem" in the “dot dot dot” menu in the lower right corner. You will get a more timely response that way.
The problem states that the values are integers, uness I missed something. Ed Gray
Log in to reply
Edits were made 3 years ago. Previously, it just required the final answer (but not the individual variables) to be integers.
Solving the simultaneous linear equations gives: x 1 =265, x 2 =191, x 3 = 148, x 4 = 129, x 5 = 76, so sum of x i, 1<=i<=5 =809. calculating any equation gives y = 721. The difference is 88. Ed Gray
I look for Xk in term of y. Then sum it up and then subtract by y, i get 88/721 y. Since xk and y is integer, hence i can put y=721 and get 88.
But is there any faster way?
Problem Loading...
Note Loading...
Set Loading...
By a little calculation, I have x 1 = 7 2 1 2 6 5 y , x 2 = 7 2 1 1 9 1 y , x 3 = 7 2 1 1 4 8 y , x 4 = 7 2 1 1 2 9 y , and x 5 = 7 2 1 7 6 y .
So,
x 1 + x 2 + x 3 + x 4 + x 5 − y = 7 2 1 8 8 y
Hence, the minimum positive integer value is 8 8 .