<exercise>1<statement>2<p>3Apply each of the substitutions <m>u=\frac{y}{t}</m> and4<m>u=at+by+c</m> to one of the following5ODEs, and show that each result is separable.6(Do not fully solve either ODE.)7</p>8<ol>9<xsl:for-each select="odes/*">10<li><m><xsl:value-of select="ode"/></m></li>11</xsl:for-each>12</ol>13</statement>14<answer>15<ol>16<xsl:for-each select="odes/*">17<li><m><xsl:value-of select="ode_simp"/></m></li>18</xsl:for-each>19</ol>20</answer>21</exercise>2223