{"id":1329,"date":"2021-12-02T19:37:31","date_gmt":"2021-12-03T00:37:31","guid":{"rendered":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/chapter\/5-2-substitution-solutions\/"},"modified":"2023-08-30T13:03:58","modified_gmt":"2023-08-30T17:03:58","slug":"substitution-solutions","status":"publish","type":"chapter","link":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/chapter\/substitution-solutions\/","title":{"raw":"5.2 Substitution Solutions","rendered":"5.2 Substitution Solutions"},"content":{"raw":"While solving a system by graphing has advantages, it also has several limitations. First, it requires the graph to be perfectly drawn: if the lines are not straight, it may result in the wrong answer. Second, graphing is challenging if the values are really large\u2014over 100, for example\u2014or if the answer is a decimal that the graph will not be able to depict accurately, like 3.2134. For these reasons, graphing is rarely used to solve systems of equations. Commonly, algebraic approaches such as substitution are used instead.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.2.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFind the intersection of the equations [latex]2x - 3y = 7[\/latex] and [latex]y = 3x - 7.[\/latex]\r\n\r\nSince [latex]y = 3x - 7,[\/latex] substitute [latex]3x-7[\/latex] for the [latex]y[\/latex] in [latex]2x - 3y = 7.[\/latex]\r\n\r\nThe result of this looks like:\r\n<p style=\"text-align: center;\">[latex]2x - 3(3x - 7) = 7[\/latex]<\/p>\r\nNow solve for the variable [latex]x[\/latex]:\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}\r\n2x&amp;-&amp;9x&amp;+&amp;21&amp;=&amp;7 \\\\\r\n&amp;&amp;&amp;-&amp;21&amp;&amp;-21 \\\\\r\n\\hline\r\n&amp;&amp;&amp;&amp;\\dfrac{-7x}{-7}&amp;=&amp;\\dfrac{-14}{-7} \\\\ \\\\\r\n&amp;&amp;&amp;&amp;x&amp;=&amp;2\r\n\\end{array}[\/latex]<\/p>\r\nOnce the [latex]x[\/latex]-coordinate is known, the [latex]y[\/latex]-coordinate is easily found.\r\n\r\nTo find [latex]y,[\/latex] use the equations [latex]y = 3x - 7[\/latex] and [latex]x = 2[\/latex]:\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}\r\ny = 3(2) - 7 \\\\\r\n\\phantom{y}= 6 - 7 \\\\\r\n\\phantom{y}=-1\r\n\\end{array}[\/latex]<\/p>\r\nThese lines intersect at [latex]x = 2[\/latex] and [latex]y = -1[\/latex], or at the coordinate [latex](2, -1).[\/latex]\r\n\r\nThis means the intersection is both consistent and independent.\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.2.2<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFind the intersection of the equations [latex]y + 4 = 3x[\/latex] and [latex]2y - 6x = -8.[\/latex]\r\n\r\nTo solve this using substitution, [latex]y[\/latex] or [latex]x[\/latex] must be isolated. The first equation is the easiest in which to isolate a variable:\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}\r\ny&amp;+&amp;4&amp;=&amp;3x&amp;&amp; \\\\\r\n&amp;-&amp;4&amp;&amp;-4&amp;&amp; \\\\\r\n\\hline\r\n&amp;&amp;y&amp;=&amp;3x&amp;-&amp;4\r\n\\end{array}[\/latex]<\/p>\r\nSubstituting this value for [latex]y[\/latex] into the second equation yields:\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}\r\n2(3x&amp;-&amp;4)&amp;-&amp;6x&amp;=&amp;-8 \\\\\r\n6x&amp;-&amp;8&amp;-&amp;6x&amp;=&amp;-8 \\\\\r\n&amp;+&amp;8&amp;&amp;&amp;&amp;+8 \\\\\r\n\\hline\r\n&amp;&amp;&amp;&amp;0&amp;=&amp;0\r\n\\end{array}[\/latex]<\/p>\r\nThe equations are identical, and when they are combined, they completely cancel out. This is an example of a consistent and dependent set of equations that has many solutions.\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.2.3<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFind the intersection of the equations [latex]6x - 3y = -9[\/latex] and [latex]-2x + y = 5.[\/latex]\r\n\r\nThe second equation looks to be the easiest in which to isolate a variable, so:\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}\r\n-2x&amp;+&amp;y&amp;=&amp;5&amp;&amp; \\\\\r\n+2x&amp;&amp;&amp;&amp;+2x&amp;&amp; \\\\\r\n\\hline\r\n&amp;&amp;y&amp;=&amp;2x&amp;+&amp;5\r\n\\end{array}[\/latex]<\/p>\r\nSubstituting this into the first equation yields:\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrcrrrr}\r\n6x&amp;-&amp;3(2x&amp;+&amp;5)&amp;=&amp;-9 \\\\\r\n6x&amp;-&amp;6x&amp;-&amp;15&amp;=&amp;-9 \\\\\r\n&amp;&amp;&amp;&amp;-15&amp;=&amp;-9\r\n\\end{array}[\/latex]<\/p>\r\nThe variables cancel out, resulting in an untrue statement. These are parallel lines that have identical variables but different intercepts. There is no solution, and these are inconsistent equations.\r\n\r\n<\/div>\r\n<\/div>\r\n<h1>Questions<\/h1>\r\nFor questions 1 to 20, solve each system of equations by substitution.\r\n<ol class=\"twocolumn\">\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\ny&amp;=&amp;-3x&amp;&amp; \\\\\r\ny&amp;=&amp;6x&amp;-&amp;9\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\ny&amp;=&amp;x&amp;+&amp;5 \\\\\r\ny&amp;=&amp;-2x&amp;-&amp;4\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\ny&amp;=&amp;-2x&amp;-&amp;9 \\\\\r\ny&amp;=&amp;2x&amp;-&amp;1\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\ny&amp;=&amp;-6x&amp;+&amp;3 \\\\\r\ny&amp;=&amp;6x&amp;+&amp;3\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\ny&amp;=&amp;6x&amp;+&amp;4 \\\\\r\ny&amp;=&amp;-3x&amp;-&amp;5\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\ny&amp;=&amp;3x&amp;+&amp;13 \\\\\r\ny&amp;=&amp;-2x&amp;-&amp;22\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\ny&amp;=&amp;3x&amp;+&amp;2 \\\\\r\ny&amp;=&amp;-3x&amp;+&amp;8\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\ny&amp;=&amp;-2x&amp;-&amp;9 \\\\\r\ny&amp;=&amp;-5x&amp;-&amp;21\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\ny&amp;=&amp;2x&amp;-&amp;3 \\\\\r\ny&amp;=&amp;-2x&amp;+&amp;9\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\ny&amp;=&amp;7x&amp;-&amp;24 \\\\\r\ny&amp;=&amp;-3x&amp;+&amp;16\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrrrr}\r\n&amp;&amp;y&amp;=&amp;3x&amp;-&amp;4 \\\\\r\n3x&amp;-&amp;3y&amp;=&amp;-6&amp;&amp;\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrrrr}\r\n-x&amp;+&amp;3y&amp;=&amp;12&amp;&amp; \\\\\r\n&amp;&amp;y&amp;=&amp;6x&amp;+&amp;21\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrrrr}\r\n&amp;&amp;y&amp;=&amp;-6&amp;&amp; \\\\\r\n3x&amp;-&amp;6y&amp;=&amp;30&amp;&amp;\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrrrr}\r\n6x&amp;-&amp;4y&amp;=&amp;-8&amp;&amp; \\\\\r\n&amp;&amp;y&amp;=&amp;-6x&amp;+&amp;2\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrrrr}\r\n&amp;&amp;y&amp;=&amp;-5&amp;&amp; \\\\\r\n3x&amp;+&amp;4y&amp;=&amp;-17&amp;&amp;\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrrrr}\r\n7x&amp;+&amp;2y&amp;=&amp;-7&amp;&amp; \\\\\r\n&amp;&amp;y&amp;=&amp;5x&amp;+&amp;5\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\n-6x&amp;+&amp;6y&amp;=&amp;-12 \\\\\r\n8x&amp;-&amp;3y&amp;=&amp;16\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\n-8x&amp;+&amp;2y&amp;=&amp;-6 \\\\\r\n-2x&amp;+&amp;3y&amp;=&amp;11\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\n2x&amp;+&amp;3y&amp;=&amp;16 \\\\\r\n-7x&amp;-&amp;y&amp;=&amp;20\r\n\\end{array}\\right.[\/latex]<\/li>\r\n \t<li>[latex]\\left\\{\r\n\\begin{array}{rrrrr}\r\n-x&amp;-&amp;4y&amp;=&amp;-14 \\\\\r\n-6x&amp;+&amp;8y&amp;=&amp;12\r\n\\end{array}\\right.[\/latex]<\/li>\r\n<\/ol>\r\n<a class=\"internal\" href=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/back-matter\/answer-key-5-2\/\">Answer Key 5.2<\/a>","rendered":"<p>While solving a system by graphing has advantages, it also has several limitations. First, it requires the graph to be perfectly drawn: if the lines are not straight, it may result in the wrong answer. Second, graphing is challenging if the values are really large\u2014over 100, for example\u2014or if the answer is a decimal that the graph will not be able to depict accurately, like 3.2134. For these reasons, graphing is rarely used to solve systems of equations. Commonly, algebraic approaches such as substitution are used instead.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.2.1<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Find the intersection of the equations [latex]2x - 3y = 7[\/latex] and [latex]y = 3x - 7.[\/latex]<\/p>\n<p>Since [latex]y = 3x - 7,[\/latex] substitute [latex]3x-7[\/latex] for the [latex]y[\/latex] in [latex]2x - 3y = 7.[\/latex]<\/p>\n<p>The result of this looks like:<\/p>\n<p style=\"text-align: center;\">[latex]2x - 3(3x - 7) = 7[\/latex]<\/p>\n<p>Now solve for the variable [latex]x[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}  2x&-&9x&+&21&=&7 \\\\  &&&-&21&&-21 \\\\  \\hline  &&&&\\dfrac{-7x}{-7}&=&\\dfrac{-14}{-7} \\\\ \\\\  &&&&x&=&2  \\end{array}[\/latex]<\/p>\n<p>Once the [latex]x[\/latex]-coordinate is known, the [latex]y[\/latex]-coordinate is easily found.<\/p>\n<p>To find [latex]y,[\/latex] use the equations [latex]y = 3x - 7[\/latex] and [latex]x = 2[\/latex]:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}  y = 3(2) - 7 \\\\  \\phantom{y}= 6 - 7 \\\\  \\phantom{y}=-1  \\end{array}[\/latex]<\/p>\n<p>These lines intersect at [latex]x = 2[\/latex] and [latex]y = -1[\/latex], or at the coordinate [latex](2, -1).[\/latex]<\/p>\n<p>This means the intersection is both consistent and independent.<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.2.2<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Find the intersection of the equations [latex]y + 4 = 3x[\/latex] and [latex]2y - 6x = -8.[\/latex]<\/p>\n<p>To solve this using substitution, [latex]y[\/latex] or [latex]x[\/latex] must be isolated. The first equation is the easiest in which to isolate a variable:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}  y&+&4&=&3x&& \\\\  &-&4&&-4&& \\\\  \\hline  &&y&=&3x&-&4  \\end{array}[\/latex]<\/p>\n<p>Substituting this value for [latex]y[\/latex] into the second equation yields:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}  2(3x&-&4)&-&6x&=&-8 \\\\  6x&-&8&-&6x&=&-8 \\\\  &+&8&&&&+8 \\\\  \\hline  &&&&0&=&0  \\end{array}[\/latex]<\/p>\n<p>The equations are identical, and when they are combined, they completely cancel out. This is an example of a consistent and dependent set of equations that has many solutions.<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.2.3<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Find the intersection of the equations [latex]6x - 3y = -9[\/latex] and [latex]-2x + y = 5.[\/latex]<\/p>\n<p>The second equation looks to be the easiest in which to isolate a variable, so:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrr}  -2x&+&y&=&5&& \\\\  +2x&&&&+2x&& \\\\  \\hline  &&y&=&2x&+&5  \\end{array}[\/latex]<\/p>\n<p>Substituting this into the first equation yields:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrcrrrr}  6x&-&3(2x&+&5)&=&-9 \\\\  6x&-&6x&-&15&=&-9 \\\\  &&&&-15&=&-9  \\end{array}[\/latex]<\/p>\n<p>The variables cancel out, resulting in an untrue statement. These are parallel lines that have identical variables but different intercepts. There is no solution, and these are inconsistent equations.<\/p>\n<\/div>\n<\/div>\n<h1>Questions<\/h1>\n<p>For questions 1 to 20, solve each system of equations by substitution.<\/p>\n<ol class=\"twocolumn\">\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  y&=&-3x&& \\\\  y&=&6x&-&9  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  y&=&x&+&5 \\\\  y&=&-2x&-&4  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  y&=&-2x&-&9 \\\\  y&=&2x&-&1  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  y&=&-6x&+&3 \\\\  y&=&6x&+&3  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  y&=&6x&+&4 \\\\  y&=&-3x&-&5  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  y&=&3x&+&13 \\\\  y&=&-2x&-&22  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  y&=&3x&+&2 \\\\  y&=&-3x&+&8  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  y&=&-2x&-&9 \\\\  y&=&-5x&-&21  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  y&=&2x&-&3 \\\\  y&=&-2x&+&9  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  y&=&7x&-&24 \\\\  y&=&-3x&+&16  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrrrr}  &&y&=&3x&-&4 \\\\  3x&-&3y&=&-6&&  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrrrr}  -x&+&3y&=&12&& \\\\  &&y&=&6x&+&21  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrrrr}  &&y&=&-6&& \\\\  3x&-&6y&=&30&&  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrrrr}  6x&-&4y&=&-8&& \\\\  &&y&=&-6x&+&2  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrrrr}  &&y&=&-5&& \\\\  3x&+&4y&=&-17&&  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrrrr}  7x&+&2y&=&-7&& \\\\  &&y&=&5x&+&5  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  -6x&+&6y&=&-12 \\\\  8x&-&3y&=&16  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  -8x&+&2y&=&-6 \\\\  -2x&+&3y&=&11  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  2x&+&3y&=&16 \\\\  -7x&-&y&=&20  \\end{array}\\right.[\/latex]<\/li>\n<li>[latex]\\left\\{  \\begin{array}{rrrrr}  -x&-&4y&=&-14 \\\\  -6x&+&8y&=&12  \\end{array}\\right.[\/latex]<\/li>\n<\/ol>\n<p><a class=\"internal\" href=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/back-matter\/answer-key-5-2\/\">Answer Key 5.2<\/a><\/p>\n","protected":false},"author":90,"menu_order":2,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":"cc-by-nc-sa"},"chapter-type":[],"contributor":[],"license":[56],"class_list":["post-1329","chapter","type-chapter","status-publish","hentry","license-cc-by-nc-sa"],"part":1321,"_links":{"self":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/users\/90"}],"version-history":[{"count":2,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1329\/revisions"}],"predecessor-version":[{"id":2101,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1329\/revisions\/2101"}],"part":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/parts\/1321"}],"metadata":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1329\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/media?parent=1329"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapter-type?post=1329"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/contributor?post=1329"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/license?post=1329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}