Max n for Sum of 3 Numbers Multiple of 27 in A

In summary, the maximum value of n for which the sum of 3 numbers is a multiple of 27 is 26. To determine if a sum of 3 numbers is a multiple of 27, you can divide the sum by 27 and if the result is a whole number, then the sum is a multiple of 27. n cannot be a negative number for the sum of 3 numbers to be a multiple of 27, as the sum must be a positive integer. Additionally, all 3 numbers must be multiples of 27 for the sum to be a multiple of 27. An example of 3 numbers that sum up to a multiple of 27 for a given value of n is 81, 81
  • #1
Albert1
1,221
0
$A=\begin{Bmatrix}
{1,2,3,4,5,------,2015}
\end{Bmatrix}$
if we pick $n$ numbers from $A$, we call it the set $B$ ,and the sum of any three numbers from $B$
are multiple of 27 ,find $max(n)$ , and the largest number we can choose from $A$
 
Mathematics news on Phys.org
  • #2
Albert said:
$A=\begin{Bmatrix}
{1,2,3,4,5,------,2015}
\end{Bmatrix}$
if we pick $n$ numbers from $A$, we call it the set $B$ ,and the sum of any three numbers from $B$
are multiple of 27 ,find $max(n)$ , and the largest number we can choose from $A$

sum of any 3 divisible by 27. So the numbers have to be 0 mod 27 or 9 mod 27 or 18 mod 27. This is so because all 3 have to same mod 27.
$2015 = 27 * 74 + 17$ if we take $27k + 9$ then k goes from 0 to 74 that is n = 75
27 k means 74 numbers and 27k + 18 means 74
so $n = 75$
 
  • #3
kaliprasad said:
sum of any 3 divisible by 27. So the numbers have to be 0 mod 27 or 9 mod 27 or 18 mod 27. This is so because all 3 have to same mod 27.
$2015 = 27 * 74 + 17$ if we take $27k + 9$ then k goes from 0 to 74 that is n = 75
27 k means 74 numbers and 27k + 18 means 74
so $n = 75$
very good ! your answer is correct
$B=(9,36,63,------,2007)$
we have 75 elements in $B$
$max(n)=75$
and the largest number must be taken from $A$ is $2007$
 
Last edited:

FAQ: Max n for Sum of 3 Numbers Multiple of 27 in A

1. What is the maximum value of n for which the sum of 3 numbers is a multiple of 27?

The maximum value of n is 26.

2. How do you determine if a sum of 3 numbers is a multiple of 27?

To determine if a sum of 3 numbers is a multiple of 27, you can divide the sum by 27. If the result is a whole number, then the sum is a multiple of 27.

3. Can n be a negative number for the sum of 3 numbers to be a multiple of 27?

No, n cannot be a negative number for the sum of 3 numbers to be a multiple of 27. The sum of 3 numbers must be a positive integer for it to be a multiple of 27.

4. Are there any other conditions for the sum of 3 numbers to be a multiple of 27 aside from n being a multiple of 27?

Yes, the sum of the 3 numbers must also be a multiple of 27. In other words, all 3 numbers must be multiples of 27.

5. Can you provide an example of 3 numbers that sum up to a multiple of 27 for a given value of n?

For n = 26, an example of 3 numbers that sum up to a multiple of 27 is 81, 81, and 81. The sum of these 3 numbers is 243, which is a multiple of 27.

Similar threads

Replies
7
Views
2K
Replies
7
Views
1K
Replies
2
Views
2K
Replies
2
Views
1K
Replies
1
Views
974
Replies
2
Views
2K
Replies
5
Views
2K
Back
Top