c + d a + b = c − d a − b
If a , b , c , d are integers, which of the following can be the value of a × b × c × d ?
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.
Componendo and Dividendo is quite common in math competitions but not generally part of the "standard school curriculum" so it's understandable if you've never seen it before.
Technically speaking, this uses the converse of the relevant Componendo and Dividendo Theorem . The relevant part states
If a , b , c and d are numbers such that b and d are non-zero and b a = d c , then: for k = b a , a − k b a + k b = c − k d c + k d .
Justifying the converse, we can apply Componendo et Dividendo with k = 1 (which is valid since a − b a + b = 1 ), and get that
2 b 2 a = ( a + b ) − ( a − b ) ( a + b ) + ( a − b ) = ( c + d ) − ( c − d ) ( c + d ) + ( c − d ) = 2 d 2 c
which implies that b a = d c .
Please write an example, where abcd=2025. Here an example is obligatory, because you only proved that out of the choices, only 2025 could be possible.
Log in to reply
The square root of 2025 is 45. So, the only possible values for ad and bc are {5,9}, and {15,3}. And a>b , c>d or a<b, c<d to make each expression the same sign (+ or -) Thus we could say a = 15, b = 9, c = 5, d = 3 Now the original equality reduces to 24/8 = 6/2 Which is a true equality.
Log in to reply
{15,1} works too...
And what happens if we take ( a , d ) = ( − 3 , − 1 5 ) and ( b , c ) = ( 5 , 9 ) ? 9 + ( − 1 5 ) ( − 3 ) + 5 = − 6 2 = − 3 1 . 9 − ( − 1 5 ) ( − 3 ) − 5 = 2 4 − 8 = − 3 1 .
Log in to reply
@Arjen Vreugdenhil – Yes, thank you for pointing out these are integer values and need not be natural numbers. Additionally (b,c)=(-5,-9) works when (a,d)=(3,15).
With respect to your response that {15,1} works too, I'm not sure I know what you mean by this.
Must be factors of sqrt of 2025 (45); 1,3,5 and corresponding negative roots.
An approach I appreciated more which required no computer calculation at all took almost all the same steps as yours, but at the end, I showed that a perfect square cannot end in a 7, 2, or 3, and then showed that 2020 is also not one, leaving only 2025 as a possible option.
I reached till ad=bc
There is typo in your solution. a b c d = ( b c ) 2 :)
Log in to reply
But ad=bc :)
Log in to reply
Yes, that true but i mean in @Marco Brezzi 's solution a b c d = ( a d ) 2 is written which is typo. Isn't it? :)
Log in to reply
@Naren Bhandari – Since a d = b c
a b c d = a d ⋅ b c = ( a d ) 2 = ( b c ) 2
They are equivalent, no typo
Multiply by the common denominator ( c + d ) ( c − d ) : ( a + b ) ( c − d ) = ( a − b ) ( c + d ) . Expand the products: a c − a d + b c − b d = a c + a d − b c − b d . Cancel the terms a c and b d ; combine the remaining terms, and divide by two. b c = a d = : K . Therefore a b c d = ( a d ) ( b c ) = K 2 must be a perfect square. This leaves only 2 0 2 5 = 4 5 2 .
Example that this is indeed possible: take a = 5 , b = 3 , c = 1 5 , d = 9 . Then 1 5 + 9 3 + 5 = 2 4 8 = 3 1 = 6 2 = 1 5 − 9 5 − 3 .
I followed the exact steps.
Relevant wiki: Componendo and Dividendo
c + d a + b = c − d a − b
or, a − b a + b = c − d c + d
or, a + b − a + b a + b + a − b = c + d − c + d c + d + c − d ............[by componendo & dividendo]
or, b a = d c
or, a d = b c = k
as they are integer a b c d must be a square.
there is only 1 square number 2025= 4 5 2 .......[the answer]
c + d a + b = c − d a − b
By cross multiplication
a c − a d + b c − a b = a c − b c + a d − b d
a d = b c
a d = b c
Multiplying by b c on both sides we get,
a b c d = ( b c ) 2 which implies that a b c d must be a perfect square number So, the answer is 2 0 2 5 .
My solution was a little more practical, and less technical than some others, so I'll share it here.
Given the equation above, intuitively, 2025 seems most likely to work so start with that:
9 + 5 9 + 5 = 9 − 5 9 − 5
Since both evaluate to 1, this works. No combination of 2,2,5,101 works in this equality, so the answer is 2025. I know this isn't as rigorous as actually simplifying the equation like the other solutions here, but it does work and I like it as a more intuitive approach.
My idea is very simple. If you try to find the factors of all those answer, you will soon find out only 2025 can fit into the formula.
2017 is a prime number so no for sure.
Prime factorization of other 4 are:
Problem solved
We have: c + d a + b = c − d a − b => (a + b).(c - d) = (a - b).(c + d) => ac + bc - bd -ad = ac - bc + ad - bd => ac + bc - bd - ad - ac + bc - ad + bd = 0 => 2bc - 2ad = 0 => bc = ad => a x b x c x d = ad x bc = ad.ad But only 2025 is a square number. So E is correct.
ac+bc-bd-ad=ac+ad-bc-bd 2bc=2ad bc=ad The answer would be a number which is a perfect square. Thus, 2025. Since sqrt2025 is 45, we let, for example, a as 45 and d = 1. And if c=45, b=1, we get 1=1, after plugging in. :)
abcd must be perfect square ie2025.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Componendo and Dividendo
c + d a + b = c − d a − b
Multiplying both sides by c + d and dividing by a − b we get
a − b a + b = c − d c + d
By Componendo and Dividendo
b a = d c
Cross-multiplying
a d = b c
Hence
a b c d = ( a d ) 2 must be the square of an integer
Among the choices, 2 0 2 5 is the only perfect square
2 0 2 5 is in fact achievable for example when a = c = 4 5 , b = d = 1
Note:
In the first step I assumed a = b since a = b in this case would imply a = b = 0 , which means that a b c d = 0 that is not in the options