Find all solutions to the system of equations below. x + y + y x = 1 9 y x ( x + y ) = 6 0 Now, let ( x , y ) be one solution where x and y are integers. Then, let ( b a , d c ) be the other solution where a , b and c , d are pairwise coprime positive integers. Find a + b + c + d + 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.
Let p = x + y and q = y x . We have that y q = x , implying that y = 1 + q p and x = 1 + q p q . Now, since x + y + x y = A and y x ( x + y ) = B , we have p + q = A anbd p q = B .
Now, consider P ( z ) = ( z − p ) ( z − q ) = z 2 − ( p + q ) z + p q = z 2 − A z + B . This polynomial has roots p and q that can be found by the quadtratic formula. For A = 1 9 and B = 6 0 , we get the following cases:
p = 2 A + A 2 − 4 B = 2 1 9 + 1 1 = 1 5 , q = 2 A − A 2 − 4 B = 4 , implying that ( x , y ) = ( 1 2 , 3 )
So we input 1 2 + 3 + 4 + 4 + 1 + 1 5 = 3 9 .
x + y + x/y = 19 (1) x(x+y)/y = 60 (2) In (2): x + y = 60y/x (3) Sub. (3) into (1): 60y/x + x/y = 19 60y^2 - 19xy + x^2 = 0 (x - 15y)(x - 4y) = 0 x = 15y or x = 4y Case 1, x = 15y then in (2): 15y(16y)/y = 60 240y = 60 y = 1/4 x = 15(1/4) = 15/4 So, a = 15, b = 4, c = 1 and d = 4 Case 2, x = 4y then in (2): 4y(5y)/y = 60 20y = 60 y = 3 x = 4(3) = 12 So, x = 12 and y = 3 Therefore, x + y + a + b + c + d = 39
x+y = 4, x/y = 15, so y=1/4 , x=15/4
or x+y = 15, x/y = 4, y=3, x=12
So a+b+c+d+x+y = 39
Problem Loading...
Note Loading...
Set Loading...
It might not be obvious, but dummy variables will make this problem much easier. Let a = x + y and b = y x . Then: a + b = 1 9 a ⋅ b = 6 0 This looks much easier to solve! Guess and check will be enough to get the answer. We’re looking for two numbers that add up to 1 9 and multiply to 6 0 , just like factoring a quadratic. We find that 1 5 and 4 work for these equations, and since addition and multiplication are both commutative, we have two solutions that both include the same integers: ( 1 5 , 4 ) and ( 4 , 1 5 ) . Now we have two cases:
Case 1: a = 1 5 , b = 4 x + y = 1 5 y x = 4 x = 4 y 5 y = 1 5 x = 1 2 , y = 3 Case 2: a = 4 , b = 1 5 x + y = 4 y x = 1 5 x = 1 5 y 1 6 y = 4 x = 4 1 5 , y = 4 1 Therefore, from our two solutions, ( 1 2 , 3 ) and ( 4 1 5 , 4 1 ) , a+b+c+d+x+y=39