document.write( "Question 1159912: A housing subdivisions has 200 homes. Their growth patter follows the equation y=50x +200, where x is the number of years and y is the number of homes. How many years will it be before reach 650 homes ? \n" ); document.write( "
Algebra.Com's Answer #783014 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A housing subdivisions has 200 homes. \n" ); document.write( "Their growth patter follows the equation y=50x +200, where x is the number of years and y is the number of homes. \n" ); document.write( " How many years will it be before reach 650 homes ? \n" ); document.write( ": \n" ); document.write( "That's y = 650 \n" ); document.write( "50x + 200 = 650 \n" ); document.write( "50x = 650 - 200 \n" ); document.write( "50x = 450 \n" ); document.write( "x = 450/50 \n" ); document.write( "x = 9 yrs \n" ); document.write( " |