document.write( "Question 873444: A town has 1418 houses. The number of houses increases by five percent the first year and four percent the next. How many houses are in the town at the end of the second year \n" ); document.write( "
Algebra.Com's Answer #526907 by ben720(159)\"\" \"About 
You can put this solution on YOUR website!
1418 Is increased by 5 % the first year
\n" ); document.write( "1418+5%(1418)
\n" ); document.write( "1418+70.9
\n" ); document.write( "About 1489
\n" ); document.write( "This is then increased by 4%
\n" ); document.write( "1489 + 4%(1489)
\n" ); document.write( "1489 + 59.56
\n" ); document.write( "About 1559 houses
\n" ); document.write( "
\n" );