a , b and c are positive integers such that the simultaneous equations ( a − 2 b ) x = 1 , ( b − 2 c ) x = 1 and x + 2 5 = c have a positive solution for x . What is the minimum value of a ?
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.
This is the only correct solution that was submitted. Most solutions assumed that the minimum value of x is 1, without explaining why. They also then didn't justify why this minimum value of x would lead to the minimum value of a .
What is a straightforward solution to this problem? All the necessary ingredients are already in the proof, but need to be expressed in a clearer manner. Points will be awarded for a solution that is worthy to be featured.
Since a , b and c are positive integers and x is positive, we must have c ≥ 2 6 , ( b − 2 c ) ≥ 1 and ( a − 2 b ) ≥ 1 .
This implies that a ≥ 2 b + 1 ≥ 2 ( 2 c + 1 ) + 1 ≥ 2 ( 2 ( 2 6 ) + 1 ) + 1 = 1 0 7 .
Note that ( a , b , c ) = ( 1 0 7 , 5 3 , 2 6 ) has a solution at x = 1 which is positive. Hence the minimum value of a is 1 0 7 .
(a−2b)x=1/ (b−2c)x=1
a-2b=b-2c
a=3b-2c....(4)
from x+25=c from (3)
and b=1/x+2c from (2)
Substituting the value in
a=3b-2c
we get,
a=3/x+4x+100
for a to be minimum x should also be minimum
therefore,for x=1(least +ve soln)
a=3+4+100
a=107
The three equations are given such that x= \frac {1}{a-2b} = \frac {1}{b-2c} = c-25
As x is positive, the smallest value of a would also hold the smallest values of b and c from the relations described in the first two simulateous equations.
The third simultaneous equation can then be used to find the smallest possible value for the integer c, which is 26 such that x=1. Applying this into the second equation, the smallest value of b is 53, and the smallest value of a is thus 107.
First putting the value of x in (b-2c)x=1 (b-2(x+25))x=1 b-2x2-50x=1 b-1=2x2+50x b=2x2+50x+1 From here we will get the value of b in terms of x and then putting this value of b in (a-2b)x=1, we will get the value of a in terms of x (a-2(2x2+50x+1))x=1 a-4x3-100x2-2x=1 and as x is positive and the minimum value of x as positive will be 1 so putting 1 in place of x in the a a=1+4+100+2 a=107 we g0t the minimum value of a.
we know that x + 2 5 = c and x is positive number so x minimum make a is minimum so x=1
and we can find c=26
( a − 2 b ) x = 1 ( a − 2 b ) x = ( b − 2 c ) x x = 0 a + 2 c = 3 b
( b − 2 c ) x = 1 x=1 ( b − 2 c ) = 1 b = 2 c + 1 b = 5 3
a + 2 c = 3 b a + 2 . 2 6 = 3 . 5 3 so a = 1 0 7
Problem Loading...
Note Loading...
Set Loading...
Adding the first solution to twice of the second, we have ( a − 4 c ) x = 3 . From the third equation, we have x = c − 2 5 , which gives ( c − 2 5 ) ( a − 4 c ) = 3 . Since a , c are integers this implies that c − 2 5 and a − 4 c both are integers and since x is positive implies that c − 2 5 is positive and so is a − 4 c .
CASE 1: c − 2 5 = 1 , a − 4 c = 3 ⇒ c = 2 6 , a = 1 0 7 .
CASE 2: c − 2 5 = 3 , a − 4 c = 1 ⇒ c = 2 8 , a = 1 1 3
So we conclude that min ( a ) = 1 0 7 .
[Edits for clarity - Calvin]