If a , b , c and d are 4 positive integers satisfying a b + c d a c + b d a d + b c = 2 3 7 1 = 2 6 7 0 = 2 3 4 6
What is the maximum possible 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.
Assume that a is the largest, then d is the smallest since a+d = b+c = 71. (a-d)(c-b) = (ac+bd) - (ab+cd) = 2670 - 2371 = 299 = 13x23. So a-d=23 and c-b=13. Hence (a,b,c,d) = (47, 29, 42, 24) which also satisfies the 3rd equation.
Another alternative is to take the difference of any two equations(I chose 1st-3rd, 2nd-1st because the constants have simple factorization), which gives you smaller values to work with.
Log in to reply
Yup I used the difference of the equations instead of the sums too. May I know what the downward and upward pointing symbol mean?
Log in to reply
The ∧ -symbol stands for "AND", the ∨ -symbol stands for "OR".
We denote the equations to be (1), (2), (3) in that order. Then, (2)-(1) gives us ( b − c ) ( d − a ) = 2 9 9 = 1 3 × 2 3 and (3)-(1) gives us ( b − d ) ( c − a ) = − 2 5 = − 5 × 5 Let b − c = x , c − d = y , d − a = z , then we have x z ( x + y ) ( z + y ) = 1 3 × 2 3 = − 5 × 5
Notice that x − z = ( x + y ) − ( z + y ) , x − z could only be ± 1 0 . So ( x , z ) could be ( 2 3 , 1 3 ) , ( 1 3 , 2 3 ) , ( − 1 3 , − 2 3 ) , ( − 2 3 , − 1 3 ) . We'll do the first case, and the rest is similar.
If x = 2 3 , z = 1 3 , then x + y = 5 , z + y = − 5 ⇒ y = − 1 8 . We have d = a + z = a + 1 3 , c = d + y = a + 1 3 − 1 8 = a − 5 , b = c + x = a − 5 + 2 3 = a + 1 8 . Plugging back to equation (1) we obtain a ( a + 1 8 ) + ( a − 5 ) ( a + 1 3 ) = 2 3 7 1 . Solving the quadratic, we have a 1 = − 4 2 , a 2 = 2 9 . Since a is positive, a = 2 9 . For the other three cases, we get a = 2 4 , 4 7 , or 4 2 , respectively. Thus the maximum value of a is 4 7 .
Adding the first two equations and factorising, we get $$(a+d)(b+c)=5041=71 \times 71$$ Since they are all positive integers and each factor is more than 1 so a+d=b+c=71 Adding the first and third equations and factorising we get $$(a+c)(b+d)=4717=53 \times 89$$ Adding the second and third rquations and factorising we get $$(a+b)(c+d)=5016$$ Now we consider two cases. $$\text{Case 1: a+c=53 & b+d=89}$$ $$a+d=71 \Rightarrow d=71-a$$ $$a+c=53 \Rightarrow c=53-a$$ $$b+d=89 \Rightarrow b=18+a$$ $$(a+b)(c+d)=5016 \Rightarrow (2a+18)(124-2a)=5016$$ We solve this quadratic in a and get a = 24 or 29.
Case 2: $$\text{Case 1: a+c=89 & b+d=53}$$ $$a+d=71 \Rightarrow d=71-a$$ $$a+c=53 \Rightarrow c=89-a$$ $$b+d=89 \Rightarrow b=a-18$$ $$(a+b)(c+d)=5016 \Rightarrow (2a-18)(160-2a)=5016$$ We solve this quadratic in a and get a = 42 or 47. Therefore looking at all 4 solutions, the maximum value of a is 47.
We use the differences of the equations to get nice factorisations which will help make our lives easier. We subtract the equations to get 3 factorisations:
( a − c ) ( b − d ) = 2 5 ( 1 ∗ )
( a − d ) ( c − b ) = 2 9 9 ( 2 ∗ )
( a − b ) ( c − d ) = 3 2 4 ( 3 ∗ )
We now will assume that each linear factor is positive, which implies that a is the greatest positive integer out of the four variables. We now observe ( 2 ∗ ) and find that 2 9 9 = 2 9 9 × 1 = 2 3 × 1 3 . We start by assuming that a − d = 2 9 9 and c − b = 1 . We use these two equations to make a substitution in ( 1 ∗ ) for b and d in terms of a and c respectively:
( a − c ) ( ( c − 1 ) − ( a − 2 9 9 ) ) = ( a − c ) ( c − a + 2 9 8 ) = − ( a − c ) ( a − c − 2 9 8 ) = 2 5
We now make the substitution m = a − c and solve for m :
⟹ m ( m − 2 9 8 ) = − 2 5 ⟹ m 2 − 2 9 8 m + 2 5 = 0
Solving for m we find that the discriminant is not a perfect square as a result a − c will take on a non-integer value but we are given that a and c are both integers so a − c should also assume an integral value. Since this is a contradiction, we move on to our last factorisation which is ( a − d ) ( c − b ) = 2 9 9 = 2 3 × 1 3 . We assume that a − d = 2 3 (Note that we always assign the factor containing a the larger prime factor of 299 since we are maximising a ) and c − b = 1 3 . We now use these two equations to substitute for b and d in ( 1 ∗ ) once again:
( a − c ) ( ( c − 1 3 ) − ( a − 2 3 ) ) = ( a − c ) ( c − a + 1 0 ) = − ( a − c ) ( a − c − 1 0 ) = 2 5
Again we make a substitution m = a − c and solve for m :
⟹ m ( m − 1 0 ) = − 2 5 ⟹ m 2 − 1 0 m + 2 5 = 0 ⟹ ( m − 5 ) 2 = 0 ⟹ m = a − c = 5 This clearly works as a − c takes on an integral value. From this information we now know that a − c = b − d = 5 , a − d = 2 3 , c − b = 1 3 , ( b − d ) + ( c − b ) = c − d = a − b = 1 8 . This gives us b = a − 1 8 , c = a − 5 , d = a − 2 3 . Plugging this back in to a b + c d = 2 3 7 1 results in:
a ( a − 1 8 ) + ( a − 5 ) ( a − 2 3 ) = 2 3 7 1 ⟹ a 2 − 2 3 a − 1 1 2 8 = 0 ⟹ a = − 2 4 or 4 7 . Therefore the maximal value is a = 4 7 .
Taking the difference of these equations, ( a − c ) ( b − d ) = 2 5 = 5 × 5 , ( a − d ) ( c − b ) = 2 9 9 = 1 3 × 2 3 . So a − c = b − d = 5 , and a = d + 2 3 , c = b + 1 3 . Substituting b , c , d into a b + c d = 2 3 7 1 , we obtain the solution a = 4 7 , b = 2 9 , c = 4 2 , 2 4 . Hence the answer is 4 7 .
From the equations given it is clear that a and b or c and d are odd and other two is even,(ab+cd=2371(odd no) and other two equations are even) .Also considering the average we can find out the range of values.If assume a,b,c,d to be equal in each equations separately,we get values between 34 and 37 .From the above we get the range(2 no less than 34 and 2 no greater than 37).Taking a sample value (odd no) less than 34 and another odd no greater than 37 and multiply both, subtract it from 2371 and factorize the result ,write it as a multiple of two even numbers.Take the four no's as a,b,c,d and substitute the equations .If one of the equation fails,take another combination of odd numbers as stated above and repeat the same procedure until we get all equations satisfied. Then take the highest number as maximum value of 'a'. here,33 43=1419,2371-1419=952=2 2 2 7 17=28 34, 33 34+43 28=2326(not equal to 2670 or 2346 ) take another( 33 45 is required because the remaining cannot be written as a multiple of two even no's ).Do not go for very high or very low values because our equations did not vary widely.After some samples we go through 29 47=1363,2371-1363=1008=2 2 2 2 3 3 7=42 24, considering the other equations we get,47 42+29 24=2670, 47 24+29*42=2346,Thus we get the answers as 47,29,42,24 and out of them highest is 47
From equation 1 and 3
( a b + c d ) 2 − ( a d + b c ) 2 = 2 3 7 1 2 − 2 3 4 6 2 a 2 − c 2 ) ( b 2 − d 2 ) = 2 5 × 5 3 × 8 9
Check a 2 − c 2 is factor from 2 5 × 5 3 × 8 9 , after we get a and c , substitution the value to equation 1,2, and 3.
a 2 − c 2 = 5 3 × 8 9 (not satisfy)
a 2 − c 2 = 2 5 × 8 9 (not satisfy)
a 2 − c 2 = 5 × 8 9 , (satisfy) , with a = 4 7
Problem Loading...
Note Loading...
Set Loading...
Equation (1): ( a + c ) ( b + d ) = ( a b + c d ) + ( a d + b c ) = 2 3 7 1 + 2 3 4 6 = 4 7 1 7 = 8 9 × 5 3 Equation (2): ( a + d ) ( b + c ) = ( a b + c d ) + ( a c + b d ) = 2 3 7 1 + 2 6 7 0 = 5 0 4 1 = 7 1 × 7 1
From equation (1) we have: (1a): ( a + c = 8 9 ∧ b + d = 5 3 ) ∨ (1b): ( a + c = 5 3 ∧ b + d = 8 9 ) From equation (2) we have: a + d = 7 1 ∧ b + c = 7 1 )
Combining (1a) and (2) gives: a = 1 8 + b ; c = 7 1 − b ; d = 5 3 − b
a b + c d = ( 1 8 + b ) b + ( 7 1 − b ) ( 5 3 − b ) = 1 8 b + b 2 + 3 7 6 3 − 1 2 4 b + b 2 = 2 3 7 1 ⇒ b 2 − 5 3 b + 6 9 6 = ( b − 2 4 ) ( b − 2 9 ) = 0 ⇒ b = 2 4 ∨ b = 2 9 ( a , b , c , d ) = ( 4 2 , 2 4 , 4 7 , 2 9 ) ∨ ( 4 7 , 2 9 , 4 2 , 2 4 )
Combining (1b) and (2) gives: a = − 1 8 + b ; c = 7 1 − b ; d = 8 9 + b
a b + c d = ( − 1 8 + b ) b + ( 7 1 − b ) ( 8 9 − b ) = − 1 8 b + b 2 + 6 3 1 9 − 1 6 0 b + b 2 = 2 3 7 1 ⇒ b 2 − 8 9 b + 1 9 7 4 = ( b − 4 7 ) ( b − 4 2 ) = 0 ⇒ b = 4 2 ∨ b = 4 7 ( a , b , c , d ) = ( 2 4 , 4 2 , 2 9 , 4 7 ) ∨ ( 2 9 , 4 7 , 2 4 , 4 2 )
So we have a maximum value of a = 4 7 .