<?xml version='1.0' encoding='UTF-8'?>1<exercise xmlns="https://spatext.clontz.org" version="0.0">2<statement>3<p>4For each ODE, describe an appropriate strategy to find its5general solution, and the features of the ODE that make6that strategy appropriate. (Do not fully solve these ODEs.)7</p>8<ol>9{{#odes}}10<li>11<m>{{ode}}</m>12</li>13{{/odes}}14</ol>15</statement>16<answer>17<ol>18{{#odes}}19<li>20The ODE is {{form}}, so it can be solved by {{strategy}}.21</li>22{{/odes}}23</ol>24</answer>25</exercise>262728