{"id":571,"date":"2019-04-29T14:47:32","date_gmt":"2019-04-29T18:47:32","guid":{"rendered":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/?post_type=chapter&#038;p=571"},"modified":"2019-12-29T00:37:59","modified_gmt":"2019-12-29T05:37:59","slug":"6-9-pascals-triangle-and-binomial-expansion","status":"publish","type":"chapter","link":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/chapter\/6-9-pascals-triangle-and-binomial-expansion\/","title":{"raw":"6.9 Pascal's Triangle and Binomial Expansion","rendered":"6.9 Pascal&#8217;s Triangle and Binomial Expansion"},"content":{"raw":"[latexpage]\r\n\r\nPascal\u2019s triangle (1653) has been found in the works of mathematicians dating back before the 2nd century BC. While Pascal's triangle is useful in many different mathematical settings, it will be applied to the expansion of binomials. In this application, Pascal\u2019s triangle will generate the leading coefficient of each term of a binomial expansion in the form of:\r\n<p style=\"text-align: center\">\\((a+b)^n\\)<\/p>\r\n<span style=\"color: #ff0000\"><img src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_1-300x70.jpg\" alt=\"\" width=\"300\" height=\"70\" class=\"size-medium wp-image-2902 aligncenter\" \/><\/span>\r\n\r\n<img src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_2-234x300.jpg\" alt=\"Yang Hui's triangle\" width=\"298\" height=\"382\" class=\"aligncenter wp-image-2903\" \/>\r\n\r\nFor example:\r\n<p style=\"text-align: center\">\\(\\begin{array}{llllllllllllllll}\r\n(a&amp;+&amp;b)^2&amp;=&amp;a^2&amp;+&amp;2ab&amp;+&amp;b^2\\hspace{0.25in}&amp;(1&amp;+&amp;2&amp;+&amp;1)&amp;&amp; \\\\\r\n(a&amp;+&amp;b)^3&amp;=&amp;a^3&amp;+&amp;3a^2b&amp;+&amp;b^3\\hspace{0.25in}&amp;(1&amp;+&amp;3&amp;+&amp;3&amp;+&amp;1)\r\n\\end{array}\\)<\/p>\r\n\r\n<h1>Pascal's Triangle<\/h1>\r\n<p style=\"text-align: center\">\\(\\begin{array}{lclcl}\r\n(a+b)^0&amp;1&amp;2^0&amp;1&amp;(a-b)^0 \\\\\r\n(a+b)^1&amp;1+1&amp;2^1&amp;1-1&amp;(a-b)^1 \\\\\r\n(a+b)^2&amp;1+2+1&amp;2^2&amp;1-2+1&amp;(a-b)^2 \\\\\r\n(a+b)^3&amp;1+3+3+1&amp;2^3&amp;1-3+3-1&amp;(a-b)^3 \\\\\r\n(a+b)^4&amp;1+4+6+4+1&amp;2^4&amp;1-4+6-4+1&amp;(a-b)^4 \\\\\r\n(a+b)^5&amp;1+5+10+10+5+1&amp;2^5&amp;1-5+10-10+5-1&amp;(a-b)^5 \\\\\r\n(a+b)^6&amp;1+6+15+20+15+6+1&amp;2^6&amp;1-6+15-20+15-6+1&amp;(a-b)^6 \\\\\r\n(a+b)^7&amp;1+7+21+35+35+21+7+1&amp;2^7&amp;1-7+21-35+35-21+7-1&amp;(a-b)^7\r\n\\end{array}\\)<\/p>\r\nThe generation of each row of Pascal\u2019s triangle is done by adding the two numbers above it.\r\n<p style=\"text-align: center\">\\(\\begin{array}{cl}\r\n1&amp;\\text{Start with 1} \\\\\r\n1+1&amp;\\text{The outside number is always 1} \\\\\r\n1+2+1&amp;\\text{The two 1's in the last row add to 2} \\\\\r\n1+3+3+1&amp;1+2 \\text{ above adds to 3} \\\\\r\n1+4+6+4+1&amp; \\\\\r\n1+5+10+10+5+1&amp; \\\\\r\n1+6+15+20+15+6+1&amp; \\\\\r\n1+7+21+35+35+21+7+1 &amp; \\text{We can extend Pascal's triangle using this} \\\\\r\n1+8+28+56+70+56+28+8+1&amp;(a+b)^8 \\\\\r\n1+9+36+84+126+126+84+36+9+1&amp;(a+b)^9 \\\\\r\n\\end{array}\\)<\/p>\r\n\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.9.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nUse Pascal\u2019s triangle to expand \\((a + b)^9.\\)\r\n\r\nThe variables will follow a pattern of rising and falling powers:\r\n<p style=\"text-align: center\">\\(a^9 + a^8b + a^7b^2 + a^6b^3 + a^5b^4 + a^4b^5 + a^3b^6 + a^2b^7 + ab^8 + b^9\\)<\/p>\r\nWhen we insert the coefficients found from Pascal\u2019s triangle, we create:\r\n<p style=\"text-align: center\">\\(a^9 + 9a^8b + 36a^7b^2 + 84a^6b^3 + 126a^5b^4 + 126a^4b^5 + 84a^3b^6 + 36a^2b^7 + 8ab^8 + b^9\\)<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<strong>Problem: <\/strong>Use Pascal\u2019s triangle to expand the binomial \\((a + b)^{12}.\\)\r\n<h1>A Visual Representation of Binomial Expansion<\/h1>\r\n<span style=\"color: #ff0000\"><img src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_3-300x218.jpg\" alt=\"(a+b)1=a+b. (a+b)2 = a2 + 2ab+ b2 (a+b)2=a2+3a+2b+dab2+b2, (a+b)4=a4+4a2b+6a2b2+4ab2+b2\" width=\"542\" height=\"394\" class=\"aligncenter wp-image-2905\" \/><\/span>\r\n\r\nThe fourth expansion of the binomial is generally held to represent time, with the first three expansions being width, length, and height. While we live in a four-dimensional universe (string theory suggests ten dimensions), efforts to represent the fourth dimension of time are challenging. Carl Sagan describes the fourth dimension using an analogy created by Edwin Abbot (Abbot: <em>Flatland: A Romance of Many Dimensions<\/em>). A video clip of <a href=\"https:\/\/www.youtube.com\/watch?time_continue=11&amp;v=N0WjV6MmCyM\">Sagan\u2019s \u201cTesseract, 4th Dimension Made Easy\u201d<\/a>\u00a0 can be found on YouTube.","rendered":"<p>Pascal\u2019s triangle (1653) has been found in the works of mathematicians dating back before the 2nd century BC. While Pascal&#8217;s triangle is useful in many different mathematical settings, it will be applied to the expansion of binomials. In this application, Pascal\u2019s triangle will generate the leading coefficient of each term of a binomial expansion in the form of:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3d7179ed217033484e2c451a1212cc82_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#97;&#43;&#98;&#41;&#94;&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"60\" style=\"vertical-align: -4px;\" \/><\/p>\n<p><span style=\"color: #ff0000\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_1-300x70.jpg\" alt=\"\" width=\"300\" height=\"70\" class=\"size-medium wp-image-2902 aligncenter\" srcset=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_1-300x70.jpg 300w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_1-65x15.jpg 65w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_1-225x53.jpg 225w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_1.jpg 324w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_2-234x300.jpg\" alt=\"Yang Hui's triangle\" width=\"298\" height=\"382\" class=\"aligncenter wp-image-2903\" srcset=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_2-234x300.jpg 234w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_2-65x83.jpg 65w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_2-225x288.jpg 225w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_2-350x448.jpg 350w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_2.jpg 374w\" sizes=\"auto, (max-width: 298px) 100vw, 298px\" \/><\/p>\n<p>For example:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a3c1c3423fc33de6ef3f6fa95f4f1476_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#108;&#108;&#108;&#108;&#108;&#108;&#108;&#108;&#108;&#108;&#108;&#108;&#108;&#108;&#108;&#108;&#125; &#40;&#97;&#38;&#43;&#38;&#98;&#41;&#94;&#50;&#38;&#61;&#38;&#97;&#94;&#50;&#38;&#43;&#38;&#50;&#97;&#98;&#38;&#43;&#38;&#98;&#94;&#50;&#92;&#104;&#115;&#112;&#97;&#99;&#101;&#123;&#48;&#46;&#50;&#53;&#105;&#110;&#125;&#38;&#40;&#49;&#38;&#43;&#38;&#50;&#38;&#43;&#38;&#49;&#41;&#38;&#38;&#32;&#92;&#92; &#40;&#97;&#38;&#43;&#38;&#98;&#41;&#94;&#51;&#38;&#61;&#38;&#97;&#94;&#51;&#38;&#43;&#38;&#51;&#97;&#94;&#50;&#98;&#38;&#43;&#38;&#98;&#94;&#51;&#92;&#104;&#115;&#112;&#97;&#99;&#101;&#123;&#48;&#46;&#50;&#53;&#105;&#110;&#125;&#38;&#40;&#49;&#38;&#43;&#38;&#51;&#38;&#43;&#38;&#51;&#38;&#43;&#38;&#49;&#41; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"41\" width=\"527\" style=\"vertical-align: -15px;\" \/><\/p>\n<h1>Pascal&#8217;s Triangle<\/h1>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ab5fef51e49f9bb521a0ec2582fc0f4f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#108;&#99;&#108;&#99;&#108;&#125; &#40;&#97;&#43;&#98;&#41;&#94;&#48;&#38;&#49;&#38;&#50;&#94;&#48;&#38;&#49;&#38;&#40;&#97;&#45;&#98;&#41;&#94;&#48;&#32;&#92;&#92; &#40;&#97;&#43;&#98;&#41;&#94;&#49;&#38;&#49;&#43;&#49;&#38;&#50;&#94;&#49;&#38;&#49;&#45;&#49;&#38;&#40;&#97;&#45;&#98;&#41;&#94;&#49;&#32;&#92;&#92; &#40;&#97;&#43;&#98;&#41;&#94;&#50;&#38;&#49;&#43;&#50;&#43;&#49;&#38;&#50;&#94;&#50;&#38;&#49;&#45;&#50;&#43;&#49;&#38;&#40;&#97;&#45;&#98;&#41;&#94;&#50;&#32;&#92;&#92; &#40;&#97;&#43;&#98;&#41;&#94;&#51;&#38;&#49;&#43;&#51;&#43;&#51;&#43;&#49;&#38;&#50;&#94;&#51;&#38;&#49;&#45;&#51;&#43;&#51;&#45;&#49;&#38;&#40;&#97;&#45;&#98;&#41;&#94;&#51;&#32;&#92;&#92; &#40;&#97;&#43;&#98;&#41;&#94;&#52;&#38;&#49;&#43;&#52;&#43;&#54;&#43;&#52;&#43;&#49;&#38;&#50;&#94;&#52;&#38;&#49;&#45;&#52;&#43;&#54;&#45;&#52;&#43;&#49;&#38;&#40;&#97;&#45;&#98;&#41;&#94;&#52;&#32;&#92;&#92; &#40;&#97;&#43;&#98;&#41;&#94;&#53;&#38;&#49;&#43;&#53;&#43;&#49;&#48;&#43;&#49;&#48;&#43;&#53;&#43;&#49;&#38;&#50;&#94;&#53;&#38;&#49;&#45;&#53;&#43;&#49;&#48;&#45;&#49;&#48;&#43;&#53;&#45;&#49;&#38;&#40;&#97;&#45;&#98;&#41;&#94;&#53;&#32;&#92;&#92; &#40;&#97;&#43;&#98;&#41;&#94;&#54;&#38;&#49;&#43;&#54;&#43;&#49;&#53;&#43;&#50;&#48;&#43;&#49;&#53;&#43;&#54;&#43;&#49;&#38;&#50;&#94;&#54;&#38;&#49;&#45;&#54;&#43;&#49;&#53;&#45;&#50;&#48;&#43;&#49;&#53;&#45;&#54;&#43;&#49;&#38;&#40;&#97;&#45;&#98;&#41;&#94;&#54;&#32;&#92;&#92; &#40;&#97;&#43;&#98;&#41;&#94;&#55;&#38;&#49;&#43;&#55;&#43;&#50;&#49;&#43;&#51;&#53;&#43;&#51;&#53;&#43;&#50;&#49;&#43;&#55;&#43;&#49;&#38;&#50;&#94;&#55;&#38;&#49;&#45;&#55;&#43;&#50;&#49;&#45;&#51;&#53;&#43;&#51;&#53;&#45;&#50;&#49;&#43;&#55;&#45;&#49;&#38;&#40;&#97;&#45;&#98;&#41;&#94;&#55; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"174\" width=\"717\" style=\"vertical-align: -81px;\" \/><\/p>\n<p>The generation of each row of Pascal\u2019s triangle is done by adding the two numbers above it.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-22b9dd73a1140bbc7e7eaef00db7094c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#99;&#108;&#125; &#49;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#83;&#116;&#97;&#114;&#116;&#32;&#119;&#105;&#116;&#104;&#32;&#49;&#125;&#32;&#92;&#92; &#49;&#43;&#49;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#84;&#104;&#101;&#32;&#111;&#117;&#116;&#115;&#105;&#100;&#101;&#32;&#110;&#117;&#109;&#98;&#101;&#114;&#32;&#105;&#115;&#32;&#97;&#108;&#119;&#97;&#121;&#115;&#32;&#49;&#125;&#32;&#92;&#92; &#49;&#43;&#50;&#43;&#49;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#84;&#104;&#101;&#32;&#116;&#119;&#111;&#32;&#49;&#39;&#115;&#32;&#105;&#110;&#32;&#116;&#104;&#101;&#32;&#108;&#97;&#115;&#116;&#32;&#114;&#111;&#119;&#32;&#97;&#100;&#100;&#32;&#116;&#111;&#32;&#50;&#125;&#32;&#92;&#92; &#49;&#43;&#51;&#43;&#51;&#43;&#49;&#38;&#49;&#43;&#50;&#32;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#97;&#98;&#111;&#118;&#101;&#32;&#97;&#100;&#100;&#115;&#32;&#116;&#111;&#32;&#51;&#125;&#32;&#92;&#92; &#49;&#43;&#52;&#43;&#54;&#43;&#52;&#43;&#49;&#38;&#32;&#92;&#92; &#49;&#43;&#53;&#43;&#49;&#48;&#43;&#49;&#48;&#43;&#53;&#43;&#49;&#38;&#32;&#92;&#92; &#49;&#43;&#54;&#43;&#49;&#53;&#43;&#50;&#48;&#43;&#49;&#53;&#43;&#54;&#43;&#49;&#38;&#32;&#92;&#92; &#49;&#43;&#55;&#43;&#50;&#49;&#43;&#51;&#53;&#43;&#51;&#53;&#43;&#50;&#49;&#43;&#55;&#43;&#49;&#32;&#38;&#32;&#92;&#116;&#101;&#120;&#116;&#123;&#87;&#101;&#32;&#99;&#97;&#110;&#32;&#101;&#120;&#116;&#101;&#110;&#100;&#32;&#80;&#97;&#115;&#99;&#97;&#108;&#39;&#115;&#32;&#116;&#114;&#105;&#97;&#110;&#103;&#108;&#101;&#32;&#117;&#115;&#105;&#110;&#103;&#32;&#116;&#104;&#105;&#115;&#125;&#32;&#92;&#92; &#49;&#43;&#56;&#43;&#50;&#56;&#43;&#53;&#54;&#43;&#55;&#48;&#43;&#53;&#54;&#43;&#50;&#56;&#43;&#56;&#43;&#49;&#38;&#40;&#97;&#43;&#98;&#41;&#94;&#56;&#32;&#92;&#92; &#49;&#43;&#57;&#43;&#51;&#54;&#43;&#56;&#52;&#43;&#49;&#50;&#54;&#43;&#49;&#50;&#54;&#43;&#56;&#52;&#43;&#51;&#54;&#43;&#57;&#43;&#49;&#38;&#40;&#97;&#43;&#98;&#41;&#94;&#57;&#32;&#92;&#92; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"215\" width=\"698\" style=\"vertical-align: -103px;\" \/><\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.9.1<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Use Pascal\u2019s triangle to expand <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8107829045ec11f5d6af94dea97d2bf6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#97;&#32;&#43;&#32;&#98;&#41;&#94;&#57;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"63\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>The variables will follow a pattern of rising and falling powers:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c8b4a6ddfbae440185e8c53da73caf8d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;&#94;&#57;&#32;&#43;&#32;&#97;&#94;&#56;&#98;&#32;&#43;&#32;&#97;&#94;&#55;&#98;&#94;&#50;&#32;&#43;&#32;&#97;&#94;&#54;&#98;&#94;&#51;&#32;&#43;&#32;&#97;&#94;&#53;&#98;&#94;&#52;&#32;&#43;&#32;&#97;&#94;&#52;&#98;&#94;&#53;&#32;&#43;&#32;&#97;&#94;&#51;&#98;&#94;&#54;&#32;&#43;&#32;&#97;&#94;&#50;&#98;&#94;&#55;&#32;&#43;&#32;&#97;&#98;&#94;&#56;&#32;&#43;&#32;&#98;&#94;&#57;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"471\" style=\"vertical-align: -2px;\" \/><\/p>\n<p>When we insert the coefficients found from Pascal\u2019s triangle, we create:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a2ea209bda4fcf0a9c135fe0a1ff8803_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;&#94;&#57;&#32;&#43;&#32;&#57;&#97;&#94;&#56;&#98;&#32;&#43;&#32;&#51;&#54;&#97;&#94;&#55;&#98;&#94;&#50;&#32;&#43;&#32;&#56;&#52;&#97;&#94;&#54;&#98;&#94;&#51;&#32;&#43;&#32;&#49;&#50;&#54;&#97;&#94;&#53;&#98;&#94;&#52;&#32;&#43;&#32;&#49;&#50;&#54;&#97;&#94;&#52;&#98;&#94;&#53;&#32;&#43;&#32;&#56;&#52;&#97;&#94;&#51;&#98;&#94;&#54;&#32;&#43;&#32;&#51;&#54;&#97;&#94;&#50;&#98;&#94;&#55;&#32;&#43;&#32;&#56;&#97;&#98;&#94;&#56;&#32;&#43;&#32;&#98;&#94;&#57;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"612\" style=\"vertical-align: -2px;\" \/><\/p>\n<\/div>\n<\/div>\n<p><strong>Problem: <\/strong>Use Pascal\u2019s triangle to expand the binomial <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4ab202085dea9e60db4ef4fe26106f78_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#97;&#32;&#43;&#32;&#98;&#41;&#94;&#123;&#49;&#50;&#125;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"70\" style=\"vertical-align: -4px;\" \/><\/p>\n<h1>A Visual Representation of Binomial Expansion<\/h1>\n<p><span style=\"color: #ff0000\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_3-300x218.jpg\" alt=\"(a+b)1=a+b. (a+b)2 = a2 + 2ab+ b2 (a+b)2=a2+3a+2b+dab2+b2, (a+b)4=a4+4a2b+6a2b2+4ab2+b2\" width=\"542\" height=\"394\" class=\"aligncenter wp-image-2905\" srcset=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_3-300x218.jpg 300w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_3-768x558.jpg 768w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_3-65x47.jpg 65w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_3-225x164.jpg 225w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_3-350x254.jpg 350w, https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/uploads\/sites\/653\/2019\/04\/Chapter6.9_3.jpg 827w\" sizes=\"auto, (max-width: 542px) 100vw, 542px\" \/><\/span><\/p>\n<p>The fourth expansion of the binomial is generally held to represent time, with the first three expansions being width, length, and height. While we live in a four-dimensional universe (string theory suggests ten dimensions), efforts to represent the fourth dimension of time are challenging. Carl Sagan describes the fourth dimension using an analogy created by Edwin Abbot (Abbot: <em>Flatland: A Romance of Many Dimensions<\/em>). A video clip of <a href=\"https:\/\/www.youtube.com\/watch?time_continue=11&amp;v=N0WjV6MmCyM\">Sagan\u2019s \u201cTesseract, 4th Dimension Made Easy\u201d<\/a>\u00a0 can be found on YouTube.<\/p>\n","protected":false},"author":540,"menu_order":22,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-571","chapter","type-chapter","status-publish","hentry"],"part":376,"_links":{"self":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/users\/540"}],"version-history":[{"count":13,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/571\/revisions"}],"predecessor-version":[{"id":3708,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/571\/revisions\/3708"}],"part":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/parts\/376"}],"metadata":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/571\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/media?parent=571"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapter-type?post=571"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/contributor?post=571"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/license?post=571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}