Prove if n is an odd integer, then 3n is odd.If the square of an integer is odd, then the integer is oddIf $n^2+10$ is odd then $n$ is odd.Proof that an odd integer multiplied by $3$ and squared is always oddLet c be an integer which is not divisible by 3. Then the equation $x^3 − x = c$ has no integer solutions.Proving that if $n in mathbbZ$ and $n^2 − 6n + 5$ is even, then $n$ must be odd.Prove: if $x$ is even, then $x + 5$ is odd.Prove that $n^4-n^2$ is divisible by $8$ if $n$ is an odd positive integer.Proof: Given that $x$ is a positive integer, prove…Prove that,if $n$ is an integer, then $n^2 + 15n = 1$ is oddProve that $n! > n^3$ for every integer $n ge 6$ using induction

Have two feature in matrix command

Why would an invisible personal shield be necessary?

Does dual boot harm a laptop battery or reduce its life?

What is a good example for artistic ND filter applications?

Piece of chess engine, which accomplishes move generation

How to improve king safety

How well would the Moon protect the Earth from an Asteroid?

Do 3/8 (37.5%) of Quadratics Have No x-Intercepts?

Was the Psych theme song written for the show?

Is there an antonym (a complementary antonym) for "spicy" or "hot" regarding food (I DO NOT mean "seasoned", but "hot")?

Complexity of verifying optimality in (mixed) integer programming

Argand formula and more for quaternions?

What are the cons of stateless password generators?

Why did Windows 95 crash the whole system but newer Windows only crashed programs?

Move DB/LOG files - Detach/Attach - Problem

Why did I lose on time with 3 pawns vs Knight. Shouldn't it be a draw?

What Marvel character has this 'W' symbol?

If the Moon were impacted by a suitably sized meteor, how long would it take to impact the Earth?

How does a poisoned arrow combine with the spell Conjure Barrage?

Can Lightning Lure be used to knock out a creature like a magical Taser?

How can I kill my goat?

GNU sort stable sort when sort does not know sort order

How does the Thief's Fast Hands feature interact with mundane and magical shields?

Who said "one can be a powerful king with a very small sceptre"?



Prove if n is an odd integer, then 3n is odd.


If the square of an integer is odd, then the integer is oddIf $n^2+10$ is odd then $n$ is odd.Proof that an odd integer multiplied by $3$ and squared is always oddLet c be an integer which is not divisible by 3. Then the equation $x^3 − x = c$ has no integer solutions.Proving that if $n in mathbbZ$ and $n^2 − 6n + 5$ is even, then $n$ must be odd.Prove: if $x$ is even, then $x + 5$ is odd.Prove that $n^4-n^2$ is divisible by $8$ if $n$ is an odd positive integer.Proof: Given that $x$ is a positive integer, prove…Prove that,if $n$ is an integer, then $n^2 + 15n = 1$ is oddProve that $n! > n^3$ for every integer $n ge 6$ using induction






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2












$begingroup$


So far I have:



Assume $n$ is odd, $n = 2k+1$ for some integer $k$.



Thenbeginalign3n&= 3(2k+1)\
&= 6k + 3endalign



I'm unsure where to go from here.










share|cite|improve this question











$endgroup$













  • $begingroup$
    Can you find an integer $z$ such that your $3k$ is $3z+1$?
    $endgroup$
    – Ethan Bolker
    9 hours ago










  • $begingroup$
    $6k$ is even. Add $3$ to it gives....
    $endgroup$
    – David G. Stork
    9 hours ago

















2












$begingroup$


So far I have:



Assume $n$ is odd, $n = 2k+1$ for some integer $k$.



Thenbeginalign3n&= 3(2k+1)\
&= 6k + 3endalign



I'm unsure where to go from here.










share|cite|improve this question











$endgroup$













  • $begingroup$
    Can you find an integer $z$ such that your $3k$ is $3z+1$?
    $endgroup$
    – Ethan Bolker
    9 hours ago










  • $begingroup$
    $6k$ is even. Add $3$ to it gives....
    $endgroup$
    – David G. Stork
    9 hours ago













2












2








2





$begingroup$


So far I have:



Assume $n$ is odd, $n = 2k+1$ for some integer $k$.



Thenbeginalign3n&= 3(2k+1)\
&= 6k + 3endalign



I'm unsure where to go from here.










share|cite|improve this question











$endgroup$




So far I have:



Assume $n$ is odd, $n = 2k+1$ for some integer $k$.



Thenbeginalign3n&= 3(2k+1)\
&= 6k + 3endalign



I'm unsure where to go from here.







elementary-number-theory






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 9 hours ago









José Carlos Santos

204k25 gold badges159 silver badges280 bronze badges




204k25 gold badges159 silver badges280 bronze badges










asked 9 hours ago









Amanda_CAmanda_C

236 bronze badges




236 bronze badges














  • $begingroup$
    Can you find an integer $z$ such that your $3k$ is $3z+1$?
    $endgroup$
    – Ethan Bolker
    9 hours ago










  • $begingroup$
    $6k$ is even. Add $3$ to it gives....
    $endgroup$
    – David G. Stork
    9 hours ago
















  • $begingroup$
    Can you find an integer $z$ such that your $3k$ is $3z+1$?
    $endgroup$
    – Ethan Bolker
    9 hours ago










  • $begingroup$
    $6k$ is even. Add $3$ to it gives....
    $endgroup$
    – David G. Stork
    9 hours ago















$begingroup$
Can you find an integer $z$ such that your $3k$ is $3z+1$?
$endgroup$
– Ethan Bolker
9 hours ago




$begingroup$
Can you find an integer $z$ such that your $3k$ is $3z+1$?
$endgroup$
– Ethan Bolker
9 hours ago












$begingroup$
$6k$ is even. Add $3$ to it gives....
$endgroup$
– David G. Stork
9 hours ago




$begingroup$
$6k$ is even. Add $3$ to it gives....
$endgroup$
– David G. Stork
9 hours ago










6 Answers
6






active

oldest

votes


















3












$begingroup$

Use the fact that $6k+3=2(3k+1)+1$.






share|cite|improve this answer









$endgroup$














  • $begingroup$
    How does the 2(3𝑘+1)+1 help?
    $endgroup$
    – Amanda_C
    9 hours ago










  • $begingroup$
    Because the odd integers are precisely those that can be written as $2N+1$.
    $endgroup$
    – José Carlos Santos
    9 hours ago










  • $begingroup$
    and so that means I can then write 2N + 1 where the N is actually the 3k + 1 ,,,which means its odd and the proof is true?
    $endgroup$
    – Amanda_C
    9 hours ago










  • $begingroup$
    A proof is neither true nor false. But if you add that $6k+3=2(2k+1)+1$, then it will be a correct proof.
    $endgroup$
    – José Carlos Santos
    9 hours ago


















2












$begingroup$

Since $2n$ is even, we have $3n=2n+n$ as a sum of an odd number and an even number, which is obviously odd.






share|cite|improve this answer









$endgroup$






















    1












    $begingroup$

    Take $$n=2k+1$$ this is an odd number, then $$3(2k+1)=6k+3=(6k+2)+1$$ this is also an odd number.






    share|cite|improve this answer









    $endgroup$






















      1












      $begingroup$

      Let $n$ be an odd integer.
      Then $3n$ is the product of two odd integers, and thus odd.






      share|cite|improve this answer











      $endgroup$






















        0












        $begingroup$

        Let $n in mathbbZ$ be odd, so $n = 2m + 1$ for some $m in mathbbZ$. We have:
        beginalign*
        3n = 3(2m+1) = 6m + 3 = 2(3m + 1) + 1,
        endalign*

        where $3m + 1 in mathbbZ$ by closure. Let $z = 3m + 1$, so we have
        beginalign*
        3n = 2z + 1.
        endalign*

        Thus, $3n$ is odd.






        share|cite|improve this answer









        $endgroup$






















          0












          $begingroup$

          $6k + 3$ can be written as $6k + 2 + 1$, now factoring we get $2(3k+1) + 1$, let $(3k+1) = A$, then $2A + 1$ is odd. in general, multiplying an odd integer with an odd integer always yields an odd integer. It is a good idea to prove it, you can also prove it with induction.






          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%2f3308605%2fprove-if-n-is-an-odd-integer-then-3n-is-odd%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            6 Answers
            6






            active

            oldest

            votes








            6 Answers
            6






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3












            $begingroup$

            Use the fact that $6k+3=2(3k+1)+1$.






            share|cite|improve this answer









            $endgroup$














            • $begingroup$
              How does the 2(3𝑘+1)+1 help?
              $endgroup$
              – Amanda_C
              9 hours ago










            • $begingroup$
              Because the odd integers are precisely those that can be written as $2N+1$.
              $endgroup$
              – José Carlos Santos
              9 hours ago










            • $begingroup$
              and so that means I can then write 2N + 1 where the N is actually the 3k + 1 ,,,which means its odd and the proof is true?
              $endgroup$
              – Amanda_C
              9 hours ago










            • $begingroup$
              A proof is neither true nor false. But if you add that $6k+3=2(2k+1)+1$, then it will be a correct proof.
              $endgroup$
              – José Carlos Santos
              9 hours ago















            3












            $begingroup$

            Use the fact that $6k+3=2(3k+1)+1$.






            share|cite|improve this answer









            $endgroup$














            • $begingroup$
              How does the 2(3𝑘+1)+1 help?
              $endgroup$
              – Amanda_C
              9 hours ago










            • $begingroup$
              Because the odd integers are precisely those that can be written as $2N+1$.
              $endgroup$
              – José Carlos Santos
              9 hours ago










            • $begingroup$
              and so that means I can then write 2N + 1 where the N is actually the 3k + 1 ,,,which means its odd and the proof is true?
              $endgroup$
              – Amanda_C
              9 hours ago










            • $begingroup$
              A proof is neither true nor false. But if you add that $6k+3=2(2k+1)+1$, then it will be a correct proof.
              $endgroup$
              – José Carlos Santos
              9 hours ago













            3












            3








            3





            $begingroup$

            Use the fact that $6k+3=2(3k+1)+1$.






            share|cite|improve this answer









            $endgroup$



            Use the fact that $6k+3=2(3k+1)+1$.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered 9 hours ago









            José Carlos SantosJosé Carlos Santos

            204k25 gold badges159 silver badges280 bronze badges




            204k25 gold badges159 silver badges280 bronze badges














            • $begingroup$
              How does the 2(3𝑘+1)+1 help?
              $endgroup$
              – Amanda_C
              9 hours ago










            • $begingroup$
              Because the odd integers are precisely those that can be written as $2N+1$.
              $endgroup$
              – José Carlos Santos
              9 hours ago










            • $begingroup$
              and so that means I can then write 2N + 1 where the N is actually the 3k + 1 ,,,which means its odd and the proof is true?
              $endgroup$
              – Amanda_C
              9 hours ago










            • $begingroup$
              A proof is neither true nor false. But if you add that $6k+3=2(2k+1)+1$, then it will be a correct proof.
              $endgroup$
              – José Carlos Santos
              9 hours ago
















            • $begingroup$
              How does the 2(3𝑘+1)+1 help?
              $endgroup$
              – Amanda_C
              9 hours ago










            • $begingroup$
              Because the odd integers are precisely those that can be written as $2N+1$.
              $endgroup$
              – José Carlos Santos
              9 hours ago










            • $begingroup$
              and so that means I can then write 2N + 1 where the N is actually the 3k + 1 ,,,which means its odd and the proof is true?
              $endgroup$
              – Amanda_C
              9 hours ago










            • $begingroup$
              A proof is neither true nor false. But if you add that $6k+3=2(2k+1)+1$, then it will be a correct proof.
              $endgroup$
              – José Carlos Santos
              9 hours ago















            $begingroup$
            How does the 2(3𝑘+1)+1 help?
            $endgroup$
            – Amanda_C
            9 hours ago




            $begingroup$
            How does the 2(3𝑘+1)+1 help?
            $endgroup$
            – Amanda_C
            9 hours ago












            $begingroup$
            Because the odd integers are precisely those that can be written as $2N+1$.
            $endgroup$
            – José Carlos Santos
            9 hours ago




            $begingroup$
            Because the odd integers are precisely those that can be written as $2N+1$.
            $endgroup$
            – José Carlos Santos
            9 hours ago












            $begingroup$
            and so that means I can then write 2N + 1 where the N is actually the 3k + 1 ,,,which means its odd and the proof is true?
            $endgroup$
            – Amanda_C
            9 hours ago




            $begingroup$
            and so that means I can then write 2N + 1 where the N is actually the 3k + 1 ,,,which means its odd and the proof is true?
            $endgroup$
            – Amanda_C
            9 hours ago












            $begingroup$
            A proof is neither true nor false. But if you add that $6k+3=2(2k+1)+1$, then it will be a correct proof.
            $endgroup$
            – José Carlos Santos
            9 hours ago




            $begingroup$
            A proof is neither true nor false. But if you add that $6k+3=2(2k+1)+1$, then it will be a correct proof.
            $endgroup$
            – José Carlos Santos
            9 hours ago













            2












            $begingroup$

            Since $2n$ is even, we have $3n=2n+n$ as a sum of an odd number and an even number, which is obviously odd.






            share|cite|improve this answer









            $endgroup$



















              2












              $begingroup$

              Since $2n$ is even, we have $3n=2n+n$ as a sum of an odd number and an even number, which is obviously odd.






              share|cite|improve this answer









              $endgroup$

















                2












                2








                2





                $begingroup$

                Since $2n$ is even, we have $3n=2n+n$ as a sum of an odd number and an even number, which is obviously odd.






                share|cite|improve this answer









                $endgroup$



                Since $2n$ is even, we have $3n=2n+n$ as a sum of an odd number and an even number, which is obviously odd.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered 9 hours ago









                szw1710szw1710

                6,83712 silver badges23 bronze badges




                6,83712 silver badges23 bronze badges
























                    1












                    $begingroup$

                    Take $$n=2k+1$$ this is an odd number, then $$3(2k+1)=6k+3=(6k+2)+1$$ this is also an odd number.






                    share|cite|improve this answer









                    $endgroup$



















                      1












                      $begingroup$

                      Take $$n=2k+1$$ this is an odd number, then $$3(2k+1)=6k+3=(6k+2)+1$$ this is also an odd number.






                      share|cite|improve this answer









                      $endgroup$

















                        1












                        1








                        1





                        $begingroup$

                        Take $$n=2k+1$$ this is an odd number, then $$3(2k+1)=6k+3=(6k+2)+1$$ this is also an odd number.






                        share|cite|improve this answer









                        $endgroup$



                        Take $$n=2k+1$$ this is an odd number, then $$3(2k+1)=6k+3=(6k+2)+1$$ this is also an odd number.







                        share|cite|improve this answer












                        share|cite|improve this answer



                        share|cite|improve this answer










                        answered 9 hours ago









                        Dr. Sonnhard GraubnerDr. Sonnhard Graubner

                        86k4 gold badges29 silver badges69 bronze badges




                        86k4 gold badges29 silver badges69 bronze badges
























                            1












                            $begingroup$

                            Let $n$ be an odd integer.
                            Then $3n$ is the product of two odd integers, and thus odd.






                            share|cite|improve this answer











                            $endgroup$



















                              1












                              $begingroup$

                              Let $n$ be an odd integer.
                              Then $3n$ is the product of two odd integers, and thus odd.






                              share|cite|improve this answer











                              $endgroup$

















                                1












                                1








                                1





                                $begingroup$

                                Let $n$ be an odd integer.
                                Then $3n$ is the product of two odd integers, and thus odd.






                                share|cite|improve this answer











                                $endgroup$



                                Let $n$ be an odd integer.
                                Then $3n$ is the product of two odd integers, and thus odd.







                                share|cite|improve this answer














                                share|cite|improve this answer



                                share|cite|improve this answer








                                edited 3 hours ago

























                                answered 7 hours ago









                                mlchristiansmlchristians

                                2,0852 silver badges19 bronze badges




                                2,0852 silver badges19 bronze badges
























                                    0












                                    $begingroup$

                                    Let $n in mathbbZ$ be odd, so $n = 2m + 1$ for some $m in mathbbZ$. We have:
                                    beginalign*
                                    3n = 3(2m+1) = 6m + 3 = 2(3m + 1) + 1,
                                    endalign*

                                    where $3m + 1 in mathbbZ$ by closure. Let $z = 3m + 1$, so we have
                                    beginalign*
                                    3n = 2z + 1.
                                    endalign*

                                    Thus, $3n$ is odd.






                                    share|cite|improve this answer









                                    $endgroup$



















                                      0












                                      $begingroup$

                                      Let $n in mathbbZ$ be odd, so $n = 2m + 1$ for some $m in mathbbZ$. We have:
                                      beginalign*
                                      3n = 3(2m+1) = 6m + 3 = 2(3m + 1) + 1,
                                      endalign*

                                      where $3m + 1 in mathbbZ$ by closure. Let $z = 3m + 1$, so we have
                                      beginalign*
                                      3n = 2z + 1.
                                      endalign*

                                      Thus, $3n$ is odd.






                                      share|cite|improve this answer









                                      $endgroup$

















                                        0












                                        0








                                        0





                                        $begingroup$

                                        Let $n in mathbbZ$ be odd, so $n = 2m + 1$ for some $m in mathbbZ$. We have:
                                        beginalign*
                                        3n = 3(2m+1) = 6m + 3 = 2(3m + 1) + 1,
                                        endalign*

                                        where $3m + 1 in mathbbZ$ by closure. Let $z = 3m + 1$, so we have
                                        beginalign*
                                        3n = 2z + 1.
                                        endalign*

                                        Thus, $3n$ is odd.






                                        share|cite|improve this answer









                                        $endgroup$



                                        Let $n in mathbbZ$ be odd, so $n = 2m + 1$ for some $m in mathbbZ$. We have:
                                        beginalign*
                                        3n = 3(2m+1) = 6m + 3 = 2(3m + 1) + 1,
                                        endalign*

                                        where $3m + 1 in mathbbZ$ by closure. Let $z = 3m + 1$, so we have
                                        beginalign*
                                        3n = 2z + 1.
                                        endalign*

                                        Thus, $3n$ is odd.







                                        share|cite|improve this answer












                                        share|cite|improve this answer



                                        share|cite|improve this answer










                                        answered 8 hours ago









                                        Matt.PMatt.P

                                        1,2015 silver badges19 bronze badges




                                        1,2015 silver badges19 bronze badges
























                                            0












                                            $begingroup$

                                            $6k + 3$ can be written as $6k + 2 + 1$, now factoring we get $2(3k+1) + 1$, let $(3k+1) = A$, then $2A + 1$ is odd. in general, multiplying an odd integer with an odd integer always yields an odd integer. It is a good idea to prove it, you can also prove it with induction.






                                            share|cite|improve this answer









                                            $endgroup$



















                                              0












                                              $begingroup$

                                              $6k + 3$ can be written as $6k + 2 + 1$, now factoring we get $2(3k+1) + 1$, let $(3k+1) = A$, then $2A + 1$ is odd. in general, multiplying an odd integer with an odd integer always yields an odd integer. It is a good idea to prove it, you can also prove it with induction.






                                              share|cite|improve this answer









                                              $endgroup$

















                                                0












                                                0








                                                0





                                                $begingroup$

                                                $6k + 3$ can be written as $6k + 2 + 1$, now factoring we get $2(3k+1) + 1$, let $(3k+1) = A$, then $2A + 1$ is odd. in general, multiplying an odd integer with an odd integer always yields an odd integer. It is a good idea to prove it, you can also prove it with induction.






                                                share|cite|improve this answer









                                                $endgroup$



                                                $6k + 3$ can be written as $6k + 2 + 1$, now factoring we get $2(3k+1) + 1$, let $(3k+1) = A$, then $2A + 1$ is odd. in general, multiplying an odd integer with an odd integer always yields an odd integer. It is a good idea to prove it, you can also prove it with induction.







                                                share|cite|improve this answer












                                                share|cite|improve this answer



                                                share|cite|improve this answer










                                                answered 8 hours ago









                                                Donlans DonlansDonlans Donlans

                                                275 bronze badges




                                                275 bronze badges






























                                                    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%2f3308605%2fprove-if-n-is-an-odd-integer-then-3n-is-odd%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