Do you understand?

Is \( 2 + 2^2 + 2^3 + 2^4 + ... + 2^{10}\) divisible by \(3\)?

It seems undetermined, because there were no threes, but let's try to pair it, extract it to find the threes.

A=(2+22)+(23+24)+...+(29+210)A = (2 + 2^2) + (2^3 + 2^4)+...+ (2^9 + 2^{10})

A=2(1+2)+23(1+2)+...+29(1+2)A = 2(1+2) + 2^3(1+2) + ... + 2^9(1+2)

A=2×3+23×3+...+29×3A = 2 \times 3 + 2^3 \times 3 + ... + 2^9 \times 3

A=(2+23+...+29)×3A = (2 +2^3 + ... + 2^9) \times 3

Look! The series has x3! So A is divisible by 3.

#Calculus

Note by Adam Phúc Nguyễn
6 years, 5 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Yes it is divisible!!!!!!!!!!!!!

Sudhir Aripirala - 6 years, 5 months ago

An easier way to prove that it is divisible by 33 is by using modular arithmetic. Let the given expression be ZZ.

Z=i=1102ii=110(1)i(mod3)    Z(i=15(1)2i)+(i=15(1)2i1)(mod3)    Z(i=15(1))+(i=15(1))i=15(11)(mod3)    Zi=15(0)(mod3)    Z0(mod3)    3ZZ=\sum_{i=1}^{10} 2^i \equiv \sum_{i=1}^{10} (-1)^i\pmod{3}\\ \implies Z\equiv \left(\sum_{i=1}^5 (-1)^{2i}\right)+\left(\sum_{i=1}^{5} (-1)^{2i-1}\right)\pmod{3}\\ \implies Z\equiv \left(\sum_{i=1}^5 (1)\right)+\left(\sum_{i=1}^5 (-1)\right)\equiv \sum_{i=1}^5 (1-1)\pmod{3}\\ \implies Z\equiv \sum_{i=1}^5 (0)\pmod{3}\\ \implies Z\equiv 0\pmod{3}\\ \implies 3\mid Z

where aba\mid b denotes that aa divides bb, or in other words, bb is divisible by aa.

Prasun Biswas - 6 years, 3 months ago

Log in to reply

I'm an 7th grade student, so I just use original numbers :)) Sorry, can't understand.

Adam Phúc Nguyễn - 6 years, 3 months ago

Log in to reply

It's nothing much complicated. You can review the modular arithmetic wikis or ask me which part of it you can't understand?! I'd be more than glad to help you out. :)

Prasun Biswas - 6 years, 3 months ago

Log in to reply

@Prasun Biswas What is the i?

Adam Phúc Nguyễn - 6 years, 3 months ago

Log in to reply

@Adam Phúc Nguyễn ii is a counter variable in the summation. Suppose, you have the sum S=21+22+23++26S=2^1+2^2+2^3+\ldots+2^6. You can write it as,

S=i=162iS=\sum_{i=1}^6 2^i

The initial and final values of ii are given in lower and upper sides of the "sigma" symbol and the value of ii gets incremented in each summation step.

Prasun Biswas - 6 years, 3 months ago
×

Problem Loading...

Note Loading...

Set Loading...