Let A 1 7 7 6 be the set { 1 1 , 2 1 , 3 1 , … , 1 7 7 5 1 , 1 7 7 6 1 } .
Remove any two elements, say a and b, from A 1 7 7 6 , and replace them with the single number a b + a + b to form set A 1 7 7 5 . Continue in this manner, until you have performed 1 7 7 5 such operations, to form set A 1 , which contains a single element.
What is this last element?
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.
Start the operation with the first two elements, therefore the new first term a ′ ( 1 ) is given by: a 1 ′ = a b + a + b = ( 1 ) ( ( 2 1 ) + 1 + 2 1 = 2 .
Do the operation with a ′ ( 1 ) and a 3 , the second new first term a ′ ( 2 ) is: a ′ ( 2 ) = ( 2 ) ( 3 1 ) + 2 + 3 1 = 3 .
From above it can be seen that the new first term after n operations is a ′ ( n ) = n + 1 . Therefore, after 1 7 7 5 operations the only term left a ′ ( 1 7 7 5 ) = 1 7 7 5 + 1 = 1 7 7 6 .
Good question. I forgot to mention earlier that I am not sure if starting with any two terms will lead to the same answer. I just assumed the question is right.
What if we do not start from 1 and 2 1 ?
Log in to reply
I suppose since both the operations a+b and ab are associative as well as commutative , the order should not matter
i ever get this question
how did u just assume that starting from any two numbers will give the same result ???
Log in to reply
The solution is not a good solution. I just posted it because no one else posted any.
Log in to reply
okay even i took the same approach ..checked for A1 A2 A3 then assumed it would happen the same thereafter
The order in which the operation is carried out does not matter. See my solution for more details.
Let a , b be two numbers chosen from the initial set A 1 7 7 6 . Then note that the operation yields a number a b + a + b = ( a + 1 ) ( b + 1 ) − 1 . Now, we make the following observations in the second step, which shows that only the following ways are possible for the operation to take place in the second step:
1) The two numbers taken are ( a + 1 ) ( b + 1 ) − 1 and another number c , from the other 1 7 7 4 elements, resulting in the new number, [ ( a + 1 ) ( b + 1 ) − 1 + 1 ] ( c + 1 ) − 1 = ( a + 1 ) ( b + 1 ) ( c + 1 ) − 1
2) The two numbers taken are c , d from the rest of the 1 7 7 4 elements, resulting in a new number ( c + 1 ) ( d + 1 ) − 1 .
This observation allows us to claim the following:
Claim: After any step k , 1 7 7 5 ≥ k ≥ 1 , an element of the set A 1 7 7 6 − k will have the following form: j = 1 ∏ r ( a j + 1 ) − 1 where 1 ≤ r ≤ 1 7 7 6 , a j ∈ A 1 7 7 6
Proof: We prove the claim via induction on step number, k . The claim is already verified to be true for k = 1 , 2 . Let it be true for k = n . Now, take any two elements c , d of A 1 7 7 6 − n . The resulting number, after the operation, will be ( c + 1 ) ( d + 1 ) − 1 . By induction hypotheses, ∃ 1 ≤ r 1 , r 2 ≤ 1 7 7 6 , { a i } i = 1 r 1 , { b j } j = 1 r 2 , a i , b j ∈ A 1 7 7 6 such that c = ∏ i = 1 r 1 ( a i + 1 ) − 1 , d = ∏ j = 1 r 2 ( b j + 1 ) − 1 . Thus, the new element is of the form ∏ i = 1 r 1 + r 2 ( c i + 1 ) − 1 , where c i = a i , 1 ≤ i ≤ r 1 , c i = b i , r 1 + 1 ≤ i ≤ r 1 + r 2 . Thus the claim is true for k = n + 1 , and hence is proved. ■
Thus, we see that the only element of A 1 is going to be ∏ i = 1 1 7 7 6 ( 1 + 1 / i ) − 1 = 1 7 7 7 − 1 = 1 7 7 6 .
Problem Loading...
Note Loading...
Set Loading...
We can write the operation as a b + a + b = ( a + 1 ) ( b + 1 ) − 1 In general for A 1 7 7 6 = { a 1 , a 2 , a 3 , … , a 1 7 7 6 } we have A 1 7 7 5 = { ( a 1 + 1 ) ( a 2 + 1 ) − 1 , a 3 , … , a 1 7 7 6 } A 1 7 7 4 = { ( a 1 + 1 ) ( a 2 + 1 ) ( a 3 + 1 ) − 1 , a 4 , … , a 1 7 7 6 } And so on until A 1 = { ( a 1 + 1 ) ( a 2 + 1 ) … ( a 1 7 7 6 + 1 ) − 1 }
When a n = n 1 for n = 1 , 2 , … , 1 7 7 6 we have the last element to be ( 1 1 + 1 ) ( 2 1 + 1 ) … ( 1 7 7 6 1 + 1 ) − 1 = 1 2 × 2 3 × … × 1 7 7 6 1 7 7 7 − 1 = 1 7 7 7 − 1 = 1 7 7 6