<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Define composition functions; what are the charcteristics; are there any restrictions? What is the domain? what is the range?  by Andrea Roland</title>
      <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc</link>
      <description>Made with no regrets, whatsoever</description>
      <language>en-us</language>
      <pubDate>2017-04-05 18:14:41 UTC</pubDate>
      <lastBuildDate>2017-04-05 19:30:55 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Bigthunderstorm.png</url>
      </image>
      <item>
         <title>Composite Functions</title>
         <author>s_rogers790</author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987596</link>
         <description><![CDATA[<div><strong>Characteristics</strong>-One function is placed inside another.<br><strong>Notation</strong>-f(g(x))</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:19:52 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987596</guid>
      </item>
      <item>
         <title>Composition Functions- the function whose values are found from 2 given functions by applying one function to an independent variable and then applying the second function to the result.</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987873</link>
         <description><![CDATA[<div>Notation-postfix notation<br><br>Fish </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:21:03 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987873</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987897</link>
         <description><![CDATA[<div>Suppose you are given the two functions&nbsp; <em>f</em> (<em>x</em>) = 2<em>x</em> + 3 and <em>g</em>(<em>x</em>) = –<em>x</em><sup>2</sup> + 5. Composition means that you can plug <em>g</em>(<em>x</em>) into&nbsp; <em>f</em> (<em>x</em>). This is written as "(<em> f</em> o <em>g</em>)(<em>x</em>)", which is pronounced as "<em>f</em>-compose-<em>g</em> of <em>x</em>". And "(<em> f</em> o <em>g</em>)(<em>x</em>)" means "<em> f</em> (<em>g</em>(<em>x</em>))". That is, you plug something in for <em>x</em>, then you plug that value into <em>g</em>, simplify, and then plug the result into&nbsp; <em>f</em>. The process here is just like what we saw on the previous page, except that now we will be using formulas to find values, rather than just reading the values from lists of points.<br><br></div><ul><li><strong>Given </strong><strong><em>f</em></strong><strong>(</strong><strong><em>x</em></strong><strong>) = 2</strong><strong><em>x</em></strong><strong> + 3 and </strong><strong><em>g</em></strong><strong>(</strong><strong><em>x</em></strong><strong>) = –</strong><strong><em>x</em></strong><strong><sup>2</sup></strong><strong> + 5, find (</strong><strong><em>g</em></strong><strong> o </strong><strong><em>f</em></strong><strong> )(1).</strong></li></ul><div>When I work with function composition, I usually convert "(<em> f</em> o <em>g</em>)(<em>x</em>)" to the more intuitive "<em> f</em> (<em>g</em>(<em>x</em>))" form. This is not required, but I certainly find it helpful. In this case, I get:<br><br></div><div>(<em>g</em> o <em>f</em> )(1) = <em>g</em>(<em> f</em>(1))</div><div>This means that, working from right to left (or from the inside out), I am plugging <em>x</em> = 1 into <em>f</em>(<em>x</em>), evaluating <em>f</em>(<em>x</em>), and then plugging the result into <em>g</em>(<em>x</em>). I can do the calculations bit by bit, like this: Since <em>f</em>(1) = 2(1) + 3 = 2 + 3 = 5, and since <em>g</em>(5) = –(5)<sup>2</sup> + 5 = –25 + 5 = –20, then (<em>g</em> o <em>f</em> )(1) = <em>g</em>(<em> f</em>(1)) = <em>g</em>(5) = –20. Doing the calculations all together (which will be useful later on when we're doing things symbolically), it looks like this:<br><br></div><div>(<em>g</em> o <em>f</em> )(1) = <em>g</em>(<em> f</em> (1)) <br>&nbsp; &nbsp; = <em>g</em>(2( &nbsp; ) + 3) &nbsp; ... setting up to insert the original input <br>&nbsp; &nbsp;= <em>g</em>(2(1) + 3) <br>&nbsp; &nbsp;= <em>g</em>(2 + 3) <br>&nbsp; &nbsp;= <em>g</em>(5) <br>&nbsp; &nbsp;= –( &nbsp; )<sup>2</sup> + 5&nbsp; &nbsp; ... setting up to insert the new input <br>&nbsp; &nbsp;= –(5)<sup>2</sup> + 5&nbsp;<br>&nbsp; &nbsp;= –25 + 5&nbsp;<br>&nbsp; &nbsp;= –20</div><div>Note how I wrote each function's rule clearly, leaving open parentheses for where the input (<em>x</em> or whatever) would go. This is a useful technique. Whichever method you use (bit-by-bit or all-in-one), the answer is:<br><br></div><div><strong>(</strong><strong><em>g</em></strong><strong> o </strong><strong><em>f</em></strong><strong> )(1) = </strong><strong><em>g</em></strong><strong>(</strong><strong><em> f</em></strong><strong> (1)) = –20</strong></div><div>I just computed (<em>g</em> o <em>f</em> )(1); the composition can also work in the other order:<br><br></div><ul><li><strong>Given </strong><strong><em>f</em></strong><strong>(</strong><strong><em>x</em></strong><strong>) = 2</strong><strong><em>x</em></strong><strong> + 3 and </strong><strong><em>g</em></strong><strong>(</strong><strong><em>x</em></strong><strong>) = –</strong><strong><em>x</em></strong><strong><sup>2</sup></strong><strong> + 5, find (</strong><strong><em> f</em></strong><strong> o </strong><strong><em>g</em></strong><strong>)(1).</strong></li></ul><div>First, I'll convert this to the more intuitive form, and then I'll simplify:<br><br></div><div>(<em> f</em> o <em>g</em>)(1) = <em>f</em> (<em>g</em>(1))</div><div>Working bit-by-bit, since <em>g</em>(1) = –(1)<sup>2</sup> + 5 = –1 + 5 = 4, and since <em>f</em>(4) = 2(4) + 3 = 8 + 3 = 11, then (<em> f</em> o <em>g</em>)(1) = <em>f</em> (<em>g</em>(1)) = <em>f</em>(4) = 11. On the other hand, working all-in-one (right to left, or from the inside out), I get this:<br><br></div><div>(<em> f</em> o <em>g</em>)(1) = <em>f</em> (<em>g</em>(1)) <br>&nbsp; &nbsp; = <em>f</em> (–(&nbsp; &nbsp; )<sup>2</sup> + 5)&nbsp; &nbsp; ... setting up to insert the original input <br>&nbsp; &nbsp; = <em>f</em> (–(1)<sup>2</sup> + 5) <br>&nbsp; &nbsp; = <em>f</em> (–1 + 5) <br>&nbsp; &nbsp; = <em>f</em> (4)&nbsp;<br>&nbsp; &nbsp; = 2( &nbsp; ) + 3&nbsp; &nbsp; &nbsp;... setting up to insert the new input&nbsp;<br>&nbsp; &nbsp; = 2(4) + 3&nbsp;<br>&nbsp; &nbsp; = 8 + 3&nbsp;<br>&nbsp; &nbsp; = 11</div><div>Either way, the answer is: &nbsp; Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved<br><br></div><div><strong>(</strong><strong><em> f</em></strong><strong> o g)(1) = </strong><strong><em>f</em></strong><strong> (</strong><strong><em>g</em></strong><strong>(1)) = 11</strong></div><div>A verbal note:&nbsp; "<em>f</em> o <em>g</em>" is <em>not</em> pronounced as "fogg" and "<em>g</em> o <em>f</em> " is <em>not</em> pronounced as "goff". They are pronounced as "<em>f</em>-compose-<em>g</em>" and "<em>g</em>-compose-<em>f</em> ", respectively. Don't make yourself sound ignorant by pronouncing these wrongly!<br><br></div><div>As you have seen above, you can plug one function into another. You can also plug a function into itself:<br><br></div><ul><li><strong>Given </strong><strong><em>f</em></strong><strong>(</strong><strong><em>x</em></strong><strong>) = 2</strong><strong><em>x</em></strong><strong> + 3 and </strong><strong><em>g</em></strong><strong>(</strong><strong><em>x</em></strong><strong>) = –</strong><strong><em>x</em></strong><strong><sup>2</sup></strong><strong> + 5, find (</strong><strong><em> f</em></strong><strong> o </strong><strong><em>f </em></strong><strong>)(1).</strong></li></ul><div>(<em> f</em> o <em>f </em>)(1) = <em>f</em> (<em> f</em> (1)) <br>&nbsp; &nbsp; = <em>f</em> (2( &nbsp; ) + 3)&nbsp; &nbsp; ... setting up to insert the original input <br>&nbsp; &nbsp; = <em>f</em> (2(1) + 3) <br>&nbsp; &nbsp; = <em>f</em> (2 + 3) <br>&nbsp; &nbsp; = <em>f</em> (5) <br>&nbsp; &nbsp; = 2( &nbsp; ) + 3&nbsp; &nbsp; &nbsp;... setting up to insert the new&nbsp; input <br>&nbsp; &nbsp; = 2(5) + 3 <br>&nbsp; &nbsp; = 10 + 3 <br>&nbsp; &nbsp; = <strong>13</strong></div><ul><li><strong>Given </strong><strong><em>f</em></strong><strong>(</strong><strong><em>x</em></strong><strong>) = 2</strong><strong><em>x</em></strong><strong> + 3 and </strong><strong><em>g</em></strong><strong>(</strong><strong><em>x</em></strong><strong>) = –</strong><strong><em>x</em></strong><strong><sup>2</sup></strong><strong> + 5, find (</strong><strong><em>g</em></strong><strong> o </strong><strong><em>g</em></strong><strong>)(1).</strong></li></ul><div>(<em>g</em> o <em>g</em>)(1) = g(<em>g</em>(1)) <br>&nbsp; &nbsp; = <em>g</em>(–(&nbsp; &nbsp; )<sup>2</sup> + 5)&nbsp; &nbsp; ... setting up to insert the original input <br>&nbsp; &nbsp; = <em>g</em>(–(1)<sup>2</sup> + 5) <br>&nbsp; &nbsp; = <em>g</em>(–1 + 5) <br>&nbsp; &nbsp; = <em>g</em>(4) <br>&nbsp; &nbsp; = –( &nbsp; )<sup>2</sup> + 5&nbsp; &nbsp; ... setting up to insert the new&nbsp; input <br>&nbsp; &nbsp; = –(4)<sup>2</sup> + 5 <br>&nbsp; &nbsp; = –16 + 5 <br>&nbsp; &nbsp; = <strong>–11</strong></div><div>In each of these cases, I wrote out the steps carefully, using parentheses to indicate where my input was going with respect to the formula. If it helps you to do the steps separately, then calculate <em>g</em>(1) outside of the other <em>g</em>(<em>x</em>) as a separate step. That is, do the calculations bit-by-bit, first finding <em>g</em>(1) = 4, and then plugging 4 into <em>g</em>(<em>x</em>) to get <em>g</em>(4) = –11.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:21:08 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987897</guid>
      </item>
      <item>
         <title>Hunter Davis</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987941</link>
         <description><![CDATA[<div>Suppose you are given the two functions&nbsp; <em>f</em> (<em>x</em>) = 2<em>x</em> + 3 and <em>g</em>(<em>x</em>) = –<em>x</em><sup>2</sup> + 5. Composition means that you can plug <em>g</em>(<em>x</em>) into&nbsp; <em>f</em> (<em>x</em>). This is written as "(<em> f</em> o <em>g</em>)(<em>x</em>)", which is pronounced as "<em>f</em>-compose-<em>g</em> of <em>x</em>". And "(<em> f</em> o <em>g</em>)(<em>x</em>)" means "<em> f</em> (<em>g</em>(<em>x</em>))". That is, you plug something in for <em>x</em>, then you plug that value into <em>g</em>, simplify, and then plug the result into&nbsp; <em>f</em>. The process here is just like what we saw on the previous page, except that now we will be using formulas to find values, rather than just reading the values from lists of points.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:21:19 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987941</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987966</link>
         <description><![CDATA[<div>composition functions: applying one function to the results of another<br>characteristics:</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:21:26 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987966</guid>
      </item>
      <item>
         <title>Arely Beza</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987984</link>
         <description><![CDATA[<div>composition functions is applying one function to the result of another "fg" <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:21:31 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987984</guid>
      </item>
      <item>
         <title>Donavan Fleming</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987986</link>
         <description><![CDATA[<div>function composition is applying one function to the results of another. <br>small circle represent composition</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:21:32 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164987986</guid>
      </item>
      <item>
         <title>TanNer</title>
         <author>t_mclain416</author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988011</link>
         <description><![CDATA[<div><strong>Composition</strong> of <strong>Functions</strong>: Composing <strong>Functions</strong> at Points. Suppose you are given the two <strong>functions</strong> f (x) = 2x + 3 and g(x) = –x<sup>2</sup> + 5. <strong>Composition</strong> means that you can plug g(x) into f (x). This is written as "( f o g)(x)", which is pronounced as "f-compose-g of x".<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:21:39 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988011</guid>
      </item>
      <item>
         <title> A function produces an output or answer when given an input. Each function performs its own thing to the input. composite function is the combination of functions. A composite function essentially takes the result of one function and gives it to another.he domain is your acceptable input. Whatever you give your function has to work, and these values are defined by the domain</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988019</link>
         <description><![CDATA[<div>brent</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:21:43 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988019</guid>
      </item>
      <item>
         <title>Two given functions found by  applying one function to an independent variable and the other function to the result and whose domain consists of those values of the independent variable for which the result yielded by the first function lies in the domain of the second.</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988074</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:21:54 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988074</guid>
      </item>
      <item>
         <title></title>
         <author>j_samonte135</author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988147</link>
         <description><![CDATA[<div>Suppose you are given the two functions&nbsp; <em>f</em> (<em>x</em>) = 2<em>x</em> + 3 and <em>g</em>(<em>x</em>) = –<em>x</em><sup>2</sup> + 5. Composition means that you can plug <em>g</em>(<em>x</em>) into&nbsp; <em>f</em> (<em>x</em>). This is written as "(<em> f</em> o <em>g</em>)(<em>x</em>)", which is pronounced as "<em>f</em>-compose-<em>g</em> of <em>x</em>". And "(<em> f</em> o <em>g</em>)(<em>x</em>)" means "<em> f</em> (<em>g</em>(<em>x</em>))". That is, you plug something in for <em>x</em>, then you plug that value into <em>g</em>, simplify, and then plug the result into&nbsp; <em>f</em>. The process here is just like what we saw on the previous page, except that now we will be using formulas to find values, rather than just reading the values from lists of points.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:22:17 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988147</guid>
      </item>
      <item>
         <title>diana</title>
         <author>d_garciaespinoza796</author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988184</link>
         <description><![CDATA[<div>the pointwise application of one <strong>function</strong> to the result of another to produce a third <strong>function</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:22:28 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988184</guid>
      </item>
      <item>
         <title>Alyson </title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988191</link>
         <description><![CDATA[<div><strong>Composition</strong> of <strong>Functions</strong>: Composing <strong>Functions</strong> at Points. Suppose you are given the two <strong>functions</strong> f (x) = 2x + 3 and g(x) = –x<sup>2</sup> + 5. <strong>Composition</strong> means that you can plug g(x) into f (x). This is written as "( f o g)(x)", which is pronounced as "f-compose-g of x".<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:22:29 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988191</guid>
      </item>
      <item>
         <title>jocelyn </title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988281</link>
         <description><![CDATA[<div>Composition functions-putting one function inside the other one<br>Instead of plugging in an x into the function f(x),  plug in g(x) and write it as f(g(x)). When composing functions, you should work from the inside out. Since g(x) = x + 3, we can substitute that in. Therefore, f(g(x)) = f(x + 3). To finish our composition, we use the fact that f(x) = x^2 to evaluate f(x + 3) = (x + 3)^2. Now we're done! Therefore, f(g(x)) = f(x + 3) = (x + 3)^2 <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:22:57 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988281</guid>
      </item>
      <item>
         <title>Tim</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988407</link>
         <description><![CDATA[<div>Putting one function inside the other </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:23:28 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988407</guid>
      </item>
      <item>
         <title>Lauren</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988446</link>
         <description><![CDATA[<div>In mathematics, <strong>function composition</strong> is the pointwise application of one <strong>function</strong> to the result of another to produce a third <strong>function</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:23:37 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988446</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988651</link>
         <description><![CDATA[<div>a <strong>function</strong> whose values are found from two given <strong>functions</strong> by applying one<strong>function</strong> to an independent variable&nbsp;.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:24:30 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988651</guid>
      </item>
      <item>
         <title>Composition of Functions: Composing Functions at Points. Suppose you are given the two functions f (x) = 2x + 3 and g(x) = –x2 + 5. Composition means that you can plug g(x) into f (x). This is written as &quot;( f o g)(x)&quot;, which is pronounced as &quot;f-compose-g of x&quot;.</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988961</link>
         <description><![CDATA[<div><br>Angel<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:25:46 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164988961</guid>
      </item>
      <item>
         <title>jordan</title>
         <author>j_black513</author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164989044</link>
         <description><![CDATA[<div><strong>Composition</strong> of <strong>Functions</strong>: Composing <strong>Functions</strong> at Points. Suppose you are given the two <strong>functions</strong> f (x) = 2x + 3 and g(x) = –x<sup>2</sup> + 5. <strong>Composition</strong> means that you can plug g(x) into f (x). This is written as "( f o g)(x)", which is pronounced as "f-compose-g of x".<br>basically putting a function inside another function.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:26:09 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164989044</guid>
      </item>
      <item>
         <title>lamontre</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164989205</link>
         <description><![CDATA[<div>a <strong>function</strong> whose values are found from two given <strong>functions</strong> by applying one <strong>function</strong> to an independent variable&nbsp;<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:26:48 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164989205</guid>
      </item>
      <item>
         <title>Dejah Washington </title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164989669</link>
         <description><![CDATA[<div>a <strong>function</strong> whose values are found from two given <strong>functions</strong> by applying one <strong>function</strong> to an independent variable and then applying the second <strong>function</strong> to the result and whose domain consists of those values of the independent variable for which the result yielded by the first <strong>function</strong> lies in the domain of the second.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:28:42 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164989669</guid>
      </item>
      <item>
         <title>Connor Sides</title>
         <author></author>
         <link>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164990201</link>
         <description><![CDATA[<div>a <strong>function</strong> whose values are found from two given <strong>functions</strong> by applying one <strong>function</strong> to an independent variable and then applying the second <strong>function</strong>to the result and whose domain consists of those values of the independent variable for which the result yielded by the first <strong>function</strong> lies in the domain of the second.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-05 19:30:53 UTC</pubDate>
         <guid>https://padlet.com/andrea_roland1/dwiqk4gm9gmc/wish/164990201</guid>
      </item>
   </channel>
</rss>
