Question 1168469
<pre>
Instead of doing your problem for you, I'll do one exactly like it
that you can use as a model to do your by.  The problem I'll do is:
</pre>Auto sales in a country increased from 17.6 million in 2014 to 19.6 million in
2015. Find the percent increase in auto sales from 2014 to 2015. Round to the
nearest tenth of a percent.<pre>

{{{matrix(1,11,
(matrix(2,1,PERCENT,CHANGE)),
""="",
expr((NEW-OLD)/OLD)*"100%",
""="",
expr((19.6-17.6)/17.6)*"100%",
""="",
expr(2/17.6)*"100%",
""="",
0.1136363636*"100%",
""="",
"1.136363636%"

 )}}}

Round to 1.1%

Edwin</pre>