Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?Is it possible to calculate the standard deviation without the samples?Calculating mean and standard deviation of very large sample sizesIf three groups of unequal sizes have the same standard deviation but different means, will the SD of the pooled data be the same?Does the value of a standard deviation have any meaningStandard deviation of the mean of sample datawhy the standard deviation is not as the same as online calculatorHow to create n datasets of size N with same mean but different standard deviation?Sample size given mean, standard deviationCan two distinct datasets of the same size have the same median and the same deviation from a real number?Mean of means and standard deviation

What is inside of the 200 star chest?

A word that means "blending into a community too much"

Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?

Generate basis elements of the Steenrod algebra

Let M and N be single-digit integers. If the product 2M5 x 13N is divisible by 36, how many ordered pairs (M,N) are possible?

Why can I traceroute to this IP address, but not ping?

Moving points closer to polyline using ModelBuilder?

Active low-pass filters --- good to what frequencies?

Russian word for a male zebra

Teaching a class likely meant to inflate the GPA of student athletes

A map of non-pathological topology?

New pedal fell off maybe 50 miles after installation. Should I replace the entire crank, just the arm, or repair the thread?

Why can my keyboard only digest 6 keypresses at a time?

Cascading Switches. Will it affect performance?

LuaLaTex - how to use number, computed later in the document

How did old MS-DOS games utilize various graphic cards?

Overlapping String-Blocks

Wooden cooking layout

Traversing Oceania: A Cryptic Journey

Can I utilise a baking stone to make crepes?

Longest bridge/tunnel that can be cycled over/through?

US doctor working in Tripoli wants me to open online account

60s or 70s novel about Empire of Man making 1st contact with 1st discovered alien race

Align equations within one column



Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?


Is it possible to calculate the standard deviation without the samples?Calculating mean and standard deviation of very large sample sizesIf three groups of unequal sizes have the same standard deviation but different means, will the SD of the pooled data be the same?Does the value of a standard deviation have any meaningStandard deviation of the mean of sample datawhy the standard deviation is not as the same as online calculatorHow to create n datasets of size N with same mean but different standard deviation?Sample size given mean, standard deviationCan two distinct datasets of the same size have the same median and the same deviation from a real number?Mean of means and standard deviation













2












$begingroup$


By inspection I notice that



  • Shifting does not change the standard deviation but change mean.
    1,3,4 has the same standard deviation as 11,13,14 for example.


  • Sets with the same (or reversed) sequence of adjacent difference have the same standard deviation. For example, 1,3,4, 0,2,3, 0,1,3 have the same standard deviation. But the means are different.


My conjecture: There are no two distinct sets with the same length, mean and standard deviation.



Question



Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?










share|cite|improve this question











$endgroup$
















    2












    $begingroup$


    By inspection I notice that



    • Shifting does not change the standard deviation but change mean.
      1,3,4 has the same standard deviation as 11,13,14 for example.


    • Sets with the same (or reversed) sequence of adjacent difference have the same standard deviation. For example, 1,3,4, 0,2,3, 0,1,3 have the same standard deviation. But the means are different.


    My conjecture: There are no two distinct sets with the same length, mean and standard deviation.



    Question



    Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?










    share|cite|improve this question











    $endgroup$














      2












      2








      2


      1



      $begingroup$


      By inspection I notice that



      • Shifting does not change the standard deviation but change mean.
        1,3,4 has the same standard deviation as 11,13,14 for example.


      • Sets with the same (or reversed) sequence of adjacent difference have the same standard deviation. For example, 1,3,4, 0,2,3, 0,1,3 have the same standard deviation. But the means are different.


      My conjecture: There are no two distinct sets with the same length, mean and standard deviation.



      Question



      Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?










      share|cite|improve this question











      $endgroup$




      By inspection I notice that



      • Shifting does not change the standard deviation but change mean.
        1,3,4 has the same standard deviation as 11,13,14 for example.


      • Sets with the same (or reversed) sequence of adjacent difference have the same standard deviation. For example, 1,3,4, 0,2,3, 0,1,3 have the same standard deviation. But the means are different.


      My conjecture: There are no two distinct sets with the same length, mean and standard deviation.



      Question



      Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?







      standard-deviation means






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 10 hours ago









      Asaf Karagila

      312k33445778




      312k33445778










      asked 10 hours ago









      Money Oriented ProgrammerMoney Oriented Programmer

      423210




      423210




















          4 Answers
          4






          active

          oldest

          votes


















          8












          $begingroup$

          $-2,-1,3$ and $-3,1,2$ both have a mean of $0$ and a standard deviation of $sqrtfrac143$.






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            @MoneyOrientedProgrammer No, just add a constant to all the numbers.
            $endgroup$
            – Robert Israel
            10 hours ago










          • $begingroup$
            @MoneyOrientedProgrammer No, simply add $4$ to all numbers in the example given. Both means are now $4$ and the standard deviation is left unchanged.
            $endgroup$
            – auscrypt
            10 hours ago










          • $begingroup$
            There are infinitely many sets of 4 values which have any given mean and standard deviation >0
            $endgroup$
            – auscrypt
            9 hours ago


















          8












          $begingroup$

          The example by auscrypt settles the question, but maybe it's worth mentioning why this should be obvious by considering degrees of freedom.



          Mean and standard deviation are two quantities. A collection of $m$ real numbers has $m$ degrees of freedom. Specifying the mean and standard deviation removes two degrees of freedom, leaving $m-2$. So as long as $m > 2$, there should still be lots of room to have
          different sets with the same mean and standard deviation.






          share|cite|improve this answer











          $endgroup$




















            1












            $begingroup$

            Yes. Two sets of numbers has the same mean and the same SD iff their sum and the sum of their squares match.



            The set $1,2,3$ has sum $6$ and squares' sum $14$. The set $x,y,z$ the same mean and SD iff
            $$begincasesx+y+z=6\x^2+y^2+z^2=14endcases$$
            This is the intersection of a spherical surface and a plane passing through the center, that has certainly infinitely many points.






            share|cite|improve this answer











            $endgroup$








            • 1




              $begingroup$
              Nitpick: the plane $x + y + z = 6$ does not pass through the center of the sphere $x^2 + y^2 + z^2 = 14$.
              $endgroup$
              – Michael Seifert
              2 hours ago


















            0












            $begingroup$

            Let $A = x_1, x_2, dots, x_n$ add up to $nmu$.



            Then $B = 2mu-x_1, 2mu-x_2, dots, 2mu-x_n$ will also add up to $nmu$.



            We will also have
            beginalign
            sum_i=1^n (2mu - x_i)^2
            &= 4nmu^2 -4musum_i=1^n x_i + sum_i=1^n x_i^2\
            &= 4nmu^2 - 4nmu^2 + sum_i=1^n x_i^2\
            &= sum_i=1^n x_i^2
            endalign



            Hence the sets $A$ and $B$ have the same mean and standard deviation.



            As a side note, the $i^th$ and $(n-i)^th$ rows of the many $ntimes n$ magic squares, when $n$ is odd, have this property.






            share|cite|improve this answer











            $endgroup$













              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "69"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3253262%2fis-it-possible-to-have-2-different-but-equal-size-real-number-sets-that-have-the%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              8












              $begingroup$

              $-2,-1,3$ and $-3,1,2$ both have a mean of $0$ and a standard deviation of $sqrtfrac143$.






              share|cite|improve this answer











              $endgroup$












              • $begingroup$
                @MoneyOrientedProgrammer No, just add a constant to all the numbers.
                $endgroup$
                – Robert Israel
                10 hours ago










              • $begingroup$
                @MoneyOrientedProgrammer No, simply add $4$ to all numbers in the example given. Both means are now $4$ and the standard deviation is left unchanged.
                $endgroup$
                – auscrypt
                10 hours ago










              • $begingroup$
                There are infinitely many sets of 4 values which have any given mean and standard deviation >0
                $endgroup$
                – auscrypt
                9 hours ago















              8












              $begingroup$

              $-2,-1,3$ and $-3,1,2$ both have a mean of $0$ and a standard deviation of $sqrtfrac143$.






              share|cite|improve this answer











              $endgroup$












              • $begingroup$
                @MoneyOrientedProgrammer No, just add a constant to all the numbers.
                $endgroup$
                – Robert Israel
                10 hours ago










              • $begingroup$
                @MoneyOrientedProgrammer No, simply add $4$ to all numbers in the example given. Both means are now $4$ and the standard deviation is left unchanged.
                $endgroup$
                – auscrypt
                10 hours ago










              • $begingroup$
                There are infinitely many sets of 4 values which have any given mean and standard deviation >0
                $endgroup$
                – auscrypt
                9 hours ago













              8












              8








              8





              $begingroup$

              $-2,-1,3$ and $-3,1,2$ both have a mean of $0$ and a standard deviation of $sqrtfrac143$.






              share|cite|improve this answer











              $endgroup$



              $-2,-1,3$ and $-3,1,2$ both have a mean of $0$ and a standard deviation of $sqrtfrac143$.







              share|cite|improve this answer














              share|cite|improve this answer



              share|cite|improve this answer








              edited 10 hours ago

























              answered 10 hours ago









              auscryptauscrypt

              5,951212




              5,951212











              • $begingroup$
                @MoneyOrientedProgrammer No, just add a constant to all the numbers.
                $endgroup$
                – Robert Israel
                10 hours ago










              • $begingroup$
                @MoneyOrientedProgrammer No, simply add $4$ to all numbers in the example given. Both means are now $4$ and the standard deviation is left unchanged.
                $endgroup$
                – auscrypt
                10 hours ago










              • $begingroup$
                There are infinitely many sets of 4 values which have any given mean and standard deviation >0
                $endgroup$
                – auscrypt
                9 hours ago
















              • $begingroup$
                @MoneyOrientedProgrammer No, just add a constant to all the numbers.
                $endgroup$
                – Robert Israel
                10 hours ago










              • $begingroup$
                @MoneyOrientedProgrammer No, simply add $4$ to all numbers in the example given. Both means are now $4$ and the standard deviation is left unchanged.
                $endgroup$
                – auscrypt
                10 hours ago










              • $begingroup$
                There are infinitely many sets of 4 values which have any given mean and standard deviation >0
                $endgroup$
                – auscrypt
                9 hours ago















              $begingroup$
              @MoneyOrientedProgrammer No, just add a constant to all the numbers.
              $endgroup$
              – Robert Israel
              10 hours ago




              $begingroup$
              @MoneyOrientedProgrammer No, just add a constant to all the numbers.
              $endgroup$
              – Robert Israel
              10 hours ago












              $begingroup$
              @MoneyOrientedProgrammer No, simply add $4$ to all numbers in the example given. Both means are now $4$ and the standard deviation is left unchanged.
              $endgroup$
              – auscrypt
              10 hours ago




              $begingroup$
              @MoneyOrientedProgrammer No, simply add $4$ to all numbers in the example given. Both means are now $4$ and the standard deviation is left unchanged.
              $endgroup$
              – auscrypt
              10 hours ago












              $begingroup$
              There are infinitely many sets of 4 values which have any given mean and standard deviation >0
              $endgroup$
              – auscrypt
              9 hours ago




              $begingroup$
              There are infinitely many sets of 4 values which have any given mean and standard deviation >0
              $endgroup$
              – auscrypt
              9 hours ago











              8












              $begingroup$

              The example by auscrypt settles the question, but maybe it's worth mentioning why this should be obvious by considering degrees of freedom.



              Mean and standard deviation are two quantities. A collection of $m$ real numbers has $m$ degrees of freedom. Specifying the mean and standard deviation removes two degrees of freedom, leaving $m-2$. So as long as $m > 2$, there should still be lots of room to have
              different sets with the same mean and standard deviation.






              share|cite|improve this answer











              $endgroup$

















                8












                $begingroup$

                The example by auscrypt settles the question, but maybe it's worth mentioning why this should be obvious by considering degrees of freedom.



                Mean and standard deviation are two quantities. A collection of $m$ real numbers has $m$ degrees of freedom. Specifying the mean and standard deviation removes two degrees of freedom, leaving $m-2$. So as long as $m > 2$, there should still be lots of room to have
                different sets with the same mean and standard deviation.






                share|cite|improve this answer











                $endgroup$















                  8












                  8








                  8





                  $begingroup$

                  The example by auscrypt settles the question, but maybe it's worth mentioning why this should be obvious by considering degrees of freedom.



                  Mean and standard deviation are two quantities. A collection of $m$ real numbers has $m$ degrees of freedom. Specifying the mean and standard deviation removes two degrees of freedom, leaving $m-2$. So as long as $m > 2$, there should still be lots of room to have
                  different sets with the same mean and standard deviation.






                  share|cite|improve this answer











                  $endgroup$



                  The example by auscrypt settles the question, but maybe it's worth mentioning why this should be obvious by considering degrees of freedom.



                  Mean and standard deviation are two quantities. A collection of $m$ real numbers has $m$ degrees of freedom. Specifying the mean and standard deviation removes two degrees of freedom, leaving $m-2$. So as long as $m > 2$, there should still be lots of room to have
                  different sets with the same mean and standard deviation.







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited 10 hours ago









                  David G. Stork

                  13.2k41937




                  13.2k41937










                  answered 10 hours ago









                  Robert IsraelRobert Israel

                  338k23231489




                  338k23231489





















                      1












                      $begingroup$

                      Yes. Two sets of numbers has the same mean and the same SD iff their sum and the sum of their squares match.



                      The set $1,2,3$ has sum $6$ and squares' sum $14$. The set $x,y,z$ the same mean and SD iff
                      $$begincasesx+y+z=6\x^2+y^2+z^2=14endcases$$
                      This is the intersection of a spherical surface and a plane passing through the center, that has certainly infinitely many points.






                      share|cite|improve this answer











                      $endgroup$








                      • 1




                        $begingroup$
                        Nitpick: the plane $x + y + z = 6$ does not pass through the center of the sphere $x^2 + y^2 + z^2 = 14$.
                        $endgroup$
                        – Michael Seifert
                        2 hours ago















                      1












                      $begingroup$

                      Yes. Two sets of numbers has the same mean and the same SD iff their sum and the sum of their squares match.



                      The set $1,2,3$ has sum $6$ and squares' sum $14$. The set $x,y,z$ the same mean and SD iff
                      $$begincasesx+y+z=6\x^2+y^2+z^2=14endcases$$
                      This is the intersection of a spherical surface and a plane passing through the center, that has certainly infinitely many points.






                      share|cite|improve this answer











                      $endgroup$








                      • 1




                        $begingroup$
                        Nitpick: the plane $x + y + z = 6$ does not pass through the center of the sphere $x^2 + y^2 + z^2 = 14$.
                        $endgroup$
                        – Michael Seifert
                        2 hours ago













                      1












                      1








                      1





                      $begingroup$

                      Yes. Two sets of numbers has the same mean and the same SD iff their sum and the sum of their squares match.



                      The set $1,2,3$ has sum $6$ and squares' sum $14$. The set $x,y,z$ the same mean and SD iff
                      $$begincasesx+y+z=6\x^2+y^2+z^2=14endcases$$
                      This is the intersection of a spherical surface and a plane passing through the center, that has certainly infinitely many points.






                      share|cite|improve this answer











                      $endgroup$



                      Yes. Two sets of numbers has the same mean and the same SD iff their sum and the sum of their squares match.



                      The set $1,2,3$ has sum $6$ and squares' sum $14$. The set $x,y,z$ the same mean and SD iff
                      $$begincasesx+y+z=6\x^2+y^2+z^2=14endcases$$
                      This is the intersection of a spherical surface and a plane passing through the center, that has certainly infinitely many points.







                      share|cite|improve this answer














                      share|cite|improve this answer



                      share|cite|improve this answer








                      edited 10 hours ago

























                      answered 10 hours ago









                      ajotatxeajotatxe

                      55.6k24291




                      55.6k24291







                      • 1




                        $begingroup$
                        Nitpick: the plane $x + y + z = 6$ does not pass through the center of the sphere $x^2 + y^2 + z^2 = 14$.
                        $endgroup$
                        – Michael Seifert
                        2 hours ago












                      • 1




                        $begingroup$
                        Nitpick: the plane $x + y + z = 6$ does not pass through the center of the sphere $x^2 + y^2 + z^2 = 14$.
                        $endgroup$
                        – Michael Seifert
                        2 hours ago







                      1




                      1




                      $begingroup$
                      Nitpick: the plane $x + y + z = 6$ does not pass through the center of the sphere $x^2 + y^2 + z^2 = 14$.
                      $endgroup$
                      – Michael Seifert
                      2 hours ago




                      $begingroup$
                      Nitpick: the plane $x + y + z = 6$ does not pass through the center of the sphere $x^2 + y^2 + z^2 = 14$.
                      $endgroup$
                      – Michael Seifert
                      2 hours ago











                      0












                      $begingroup$

                      Let $A = x_1, x_2, dots, x_n$ add up to $nmu$.



                      Then $B = 2mu-x_1, 2mu-x_2, dots, 2mu-x_n$ will also add up to $nmu$.



                      We will also have
                      beginalign
                      sum_i=1^n (2mu - x_i)^2
                      &= 4nmu^2 -4musum_i=1^n x_i + sum_i=1^n x_i^2\
                      &= 4nmu^2 - 4nmu^2 + sum_i=1^n x_i^2\
                      &= sum_i=1^n x_i^2
                      endalign



                      Hence the sets $A$ and $B$ have the same mean and standard deviation.



                      As a side note, the $i^th$ and $(n-i)^th$ rows of the many $ntimes n$ magic squares, when $n$ is odd, have this property.






                      share|cite|improve this answer











                      $endgroup$

















                        0












                        $begingroup$

                        Let $A = x_1, x_2, dots, x_n$ add up to $nmu$.



                        Then $B = 2mu-x_1, 2mu-x_2, dots, 2mu-x_n$ will also add up to $nmu$.



                        We will also have
                        beginalign
                        sum_i=1^n (2mu - x_i)^2
                        &= 4nmu^2 -4musum_i=1^n x_i + sum_i=1^n x_i^2\
                        &= 4nmu^2 - 4nmu^2 + sum_i=1^n x_i^2\
                        &= sum_i=1^n x_i^2
                        endalign



                        Hence the sets $A$ and $B$ have the same mean and standard deviation.



                        As a side note, the $i^th$ and $(n-i)^th$ rows of the many $ntimes n$ magic squares, when $n$ is odd, have this property.






                        share|cite|improve this answer











                        $endgroup$















                          0












                          0








                          0





                          $begingroup$

                          Let $A = x_1, x_2, dots, x_n$ add up to $nmu$.



                          Then $B = 2mu-x_1, 2mu-x_2, dots, 2mu-x_n$ will also add up to $nmu$.



                          We will also have
                          beginalign
                          sum_i=1^n (2mu - x_i)^2
                          &= 4nmu^2 -4musum_i=1^n x_i + sum_i=1^n x_i^2\
                          &= 4nmu^2 - 4nmu^2 + sum_i=1^n x_i^2\
                          &= sum_i=1^n x_i^2
                          endalign



                          Hence the sets $A$ and $B$ have the same mean and standard deviation.



                          As a side note, the $i^th$ and $(n-i)^th$ rows of the many $ntimes n$ magic squares, when $n$ is odd, have this property.






                          share|cite|improve this answer











                          $endgroup$



                          Let $A = x_1, x_2, dots, x_n$ add up to $nmu$.



                          Then $B = 2mu-x_1, 2mu-x_2, dots, 2mu-x_n$ will also add up to $nmu$.



                          We will also have
                          beginalign
                          sum_i=1^n (2mu - x_i)^2
                          &= 4nmu^2 -4musum_i=1^n x_i + sum_i=1^n x_i^2\
                          &= 4nmu^2 - 4nmu^2 + sum_i=1^n x_i^2\
                          &= sum_i=1^n x_i^2
                          endalign



                          Hence the sets $A$ and $B$ have the same mean and standard deviation.



                          As a side note, the $i^th$ and $(n-i)^th$ rows of the many $ntimes n$ magic squares, when $n$ is odd, have this property.







                          share|cite|improve this answer














                          share|cite|improve this answer



                          share|cite|improve this answer








                          edited 1 hour ago

























                          answered 1 hour ago









                          steven gregorysteven gregory

                          18.7k32659




                          18.7k32659



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Mathematics Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              Use MathJax to format equations. MathJax reference.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3253262%2fis-it-possible-to-have-2-different-but-equal-size-real-number-sets-that-have-the%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                              Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                              Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367