<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>7289</id>
  <path>/www/nrich/html/content/id/7289/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>2011-02-01T00:00:01</last_published>
  <indexXML>&lt;mdoxml version=&quot;1.0&quot;&gt;
  &lt;br /&gt;
  &lt;ul id=&quot;buttonBar&quot;&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/1398&amp;amp;part=&quot;&gt;Warm-up
problem&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/2270&amp;amp;part=&quot;&gt;Try this next&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;https://nrich.maths.org/discus/messages/27/27.html&quot;&gt;Ask
NRICH&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/1333&amp;amp;part=&quot;&gt;Read all about
it&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/7293&amp;amp;part=solution&quot;&gt;Last week's
solution&lt;/a&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
  &lt;div&gt;
    &lt;br /&gt;
What is the sum of: $$6 + 66 + 666 + 6666 + \cdots +
666666666\cdots6$$ where there are $n$ sixes in the last
term?&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
  &lt;/div&gt;
  &lt;div class=&quot;framework&quot;&gt;
    &lt;span style=&quot;font-style: italic;&quot;&gt;Did you
know ... ?&lt;/span&gt;
    &lt;br /&gt;
Many functions, including the trigonometric and exponential
functions that you meet in school, can be approximated by infinite
power series and good approximations can be found using a finite
number of terms. If the series is centred at zero then it can be
written in the form $\Sigma_{n=0}^\infty a_nx^n$ where the
coefficients depend on the derivative of the function at the
origin. The infinite geometric series $1 + x + x^2 + \cdots $ which
converges for $|x| &amp;lt; 1$ is the power series for the function $(1
- x )^{-1}$.&lt;br /&gt;
  &lt;/div&gt;
  &lt;br /&gt;
&lt;/mdoxml&gt;
</indexXML>
  <solutionXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
 This is the live weekly challenge. Our solution to this weekly
challenge will appear sometime next Monday, when the next weekly
challenge will appear.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 We don't publish user solutions for the weekly challenges in the
same way as we do for the main problems on the site, but please do
discuss the weekly challenges on the Ask NRICH -- follow the link
from the main part of the challenge.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Sometimes fascinating extensions and explorations will arise from
the challenges. Why not share your thoughts, questions and findings
on the Ask NRICH thread?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
We hope that you enjoy the challenges.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
If you have any comments please email Steve Hewson at
post16.nrich@maths.org.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</noteXML>
  <clueXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;What can you say about the number $111111$? &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Can you write $666666$ as a series?&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</clueXML>
  <canonXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;This caused a lot of thinking and Alex of Madras College gave the
following proof.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 First consider $S_n = 1 + 11 + 111 + 1111 + \cdots$ to $n$ terms.
Each individual term can be written and summed as a geometric
series, for example $$1111 = 1 + 10 + 100 + 1000 = \frac{10^4-1}{10
- 1}$$ Hence $$S_n= \frac{10^1 - 1}{9} + \frac{10^2 - 1}{9} +
\frac{10^3 - 1}{9} + \frac{10^4 - 1}{9} + ... + \frac{10^n -
1}{9}$$ $$= \frac{10 + 10^2 + 10^3 + 10^4 + ... +10^n }{9} -
\frac{n}{9}$$ $$= \frac{10^{n+1}- 10}{81} - \frac{n}{9}$$ $$=
\frac{10^{n+1}- 10 - 9n}{81}$$ So $6 + 66 + 666 + 6666 \cdots$ to
$n$ terms is: $$6( 1 + 11 + 111 + 1111 + ... ) = \frac{2}{3}\Big[
\frac{10(10^n - 1)}{9}- n \Big]$$ &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Remarkably this result was submitted on the 1st of March by Chong
Wenhao Edmund from Singapore, the earliest solution! No doubt the
time difference helped.&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</canonXML>
  <end_user_role>2</end_user_role>
  <difficulty>3</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>0</keystage3>
  <keystage4>0</keystage4>
  <keystage4plus>1</keystage4plus>
  <title>Weekly Challenge 35: Clickety Click and All The Sixes</title>
  <description>What is the sum of: 6 + 66 + 666 + 6666 ............+ 666666666...6
where there are n sixes in the last term?</description>
  <spec_group>Sequences, Functions and Graphs
    <specifier>Geometric sequence</specifier>
  </spec_group>
  <spec_group>Numbers and the Number System
    <specifier>Place value</specifier>
  </spec_group>
  <spec_group>Advanced Algebra
    <specifier>Summation of series</specifier>
  </spec_group>
  <spec_group>Collections
    <specifier>Weekly Challenge</specifier>
  </spec_group>
</resource>