Question 46219
This is a tricky question.  The <b>greatest increase</b> doesn't necessarily mean the most, just that it <i>increased the most</i> between these two years.  I'll draw you a chart to make this simpler... I'm not sure why these pretty colors pop up on my screen.  If they do on yours too just scroll down and ignore them.. excuse my sloppy programming..
<table border="1">
<tr>
<th bgColor="orange" colSpan="3">
Trees in a seaside town.</th></tr>
<tr bgColor="#99ccff">
<td bgColor="#ff6600">Year</td>
<td>Number of trees</td>
<td>Change from last year</td>
</tr>
<tr bgcolor="#99ffff">
<td bgcolor="#ff6600">1990</td>
<td>200</td>
<td>0</td>
</tr>
<tr bgcolor="#99ffff">
<td bgcolor="#ff6600">1991</td>
<td>194</td>
<td>-6</td>
</tr>
<tr bgcolor="#99ffff">
<td bgcolor="#ff6600">1992</td>
<td>183</td>
<td>-11</td>
</tr>
<tr bgcolor="#99ffff">
<td bgcolor="#ff6600">1993</td>
<td>198</td>
<td>15</td>
</tr>
<tr bgcolor="#99ffff">
<td bgcolor="#ff6600">1994</td>
<td>208</td>
<td>10</td>
</tr>
<tr bgcolor="#99ffff">
<td bgcolor="#ff6600">1995</td>
<td>205</td>
<td>-3</td>
</tr>
</table>
As you can see, the greatest change between two years was 15, and it was between the years of 1992 and 1993.  The trick is that in 1993 there aren't necessarily the most trees, but the greatest increase from the previous year.