{ x + y = 2 7 y + x = 9
Given that x and y are positive integers satisfying the system of equations above, find x + 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.
Can you explain the use of Intermediate value theorem more precisely?
Log in to reply
Refer this
Log in to reply
The last paragraph isn't sufficient justification. There could be roots in the interval ( a , b ) which has f ( a ) f ( b ) > 0 . We currently do not have enough information to conclude that there is no roots in the interval ( 0 , 3 ) .
What you should do, is to show that there is a root in the interval ( − 4 , − 2 ) , ( − 2 , 0 ) , ( 3 , 4 ) . Since we have a cubic equation, hence there are no roots in the interval 0 , 3 ) .
Though the answer can be obtained by hit and trial , I give a formal way of solving this beautiful problem:
Since x is an integer and from first equation y = 2 7 − x , this means y is an integer and y is a perfect square. Similarly from second equation we can deduce x is a perfect square as well.
So we let x = a 2 , y = b 2 for some integers a , b . Now the system of equations we are going to solve transform to:
a 2 + b = 2 7 … ( 1 ) b 2 + a = 9 … ( 2 )
From ( 2 ) , we have a = 9 − b 2 … ( 3 ) and substituting this in ( 1 ) , we have :
( 9 − b 2 ) 2 + b = 2 7 ⇒ 8 1 − 1 8 b 2 + b 4 + b = 2 7 ⇒ b 4 − 1 8 b 2 + b + 5 4 = 0
By rational root theorem , we see that b = 2 satisfies the above equation and hence we factorize like this:
b 4 − 1 8 b 2 + b + 5 4 = ( b − 2 ) ( b 3 + 2 b 2 − 1 4 b − 2 7 )
By rational root theorem we can show that ( b 3 + 2 b 2 − 1 4 b − 2 7 ) = 0 does not have integer solution and hence the only permissible solution is b = 2 . Substituting b = 2 in ( 3 ) , a = 9 − 2 2 = 9 − 4 = 5 ⇒ a = 5 , b = 2 .
Hence , x = 5 2 = 2 5 , y = 2 2 = 4 ⇒ x + y = 2 9 .
This problem doesn't require the condition that x , y are positive integers. Instead of applying the rational root theorem, we simply need to show that b 3 + 2 b 2 − 1 4 b − 2 7 has no solutions in the interval ( 0 , 3 ) .
Alternatively, we can show that there exists at most 1 solution, by considering the slopes of the graphs. Since we found a solution, thus it is the unique solution.
Nice solution bro................. C H E E R S ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
If we set x = t ; y = u then we'll have t , u ≥ 1 { t 2 + u = 2 7 ( 1 ) u 2 + t = 9 ( 2 ) So (1)-(2)=18 ⇔ t 2 − u 2 − ( t − u ) = 1 8 ⇔ ( t − u ) ( t + u − 1 ) = 1 8 We see that t + u − 1 ≥ 1 > 0 ⇒ t > u and t − u < t + u − 1 .Therefore t − u and t + u − 1 must be positive divisor of 18 since two of them are positive integers. Based on (1) and (2), we also knows that t ≤ 5 , u ≤ 2 cause x, y must be square numbers
Now we have this table ( t ; u ) = ( 5 ; 2 ) satisfy the condition so x = 2 5 ; y = 4 ⇒ x + y = 2 9
Clearly see thatAppreciate your solution........really a nice one
Problem Loading...
Note Loading...
Set Loading...
x + y = 2 7 ⇒ x = 2 7 − y . . . ( 1 ) y + x = 9 ⇒ x = ( y − 9 ) 2 ⇒ 2 7 − y = y 2 − 1 8 y + 8 1 ( Using (1) ) Let y = t ⇒ t 4 − 1 8 t 2 + t + 5 4 = 0 ⇒ ( t − 2 ) ( t 3 + 2 t 2 − 1 4 t − 2 7 ) = 0 ⇒ y = t = 2 ( ∗ ∗ ) ⇒ y = 4 , x = 2 7 − y = 2 5 2 5 + 4 = 2 9
∗ ∗ Further Analysis
Let f(t)= t 3 + 2 t 2 − 1 4 t − 2 7 . Knowing the fact that t>0(since t= y ), we have to look only for positive integral t's. Since for t>0 t 3 + 2 t 2 − 1 4 t − 2 7 = 0 for only t∈(3,4){Apply Intermediate Value Theorem } and in this interval we cannot get any integral t and hence no integral y.