document.write( "Question 1009718: Show all work as you solve the linear modeling problem below.\r
\n" );
document.write( "\n" );
document.write( "There were 5475 CVS stores in the US in 2005 and 7250 CVS stores in the US in 2010. Write a linear equation in slope-intercept form that models this growth. Let x stand for the number of years after 2005 and let y = the number of CVS stores in the US. \n" );
document.write( "
Algebra.Com's Answer #625258 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! let x=year \n" ); document.write( "y=stores \n" ); document.write( "2005/5475 \n" ); document.write( "2010/7250 \n" ); document.write( "slope is 1775/5=355 \n" ); document.write( "use point slope formula \n" ); document.write( "y-y1=355(x-x1) \n" ); document.write( "y-5475=355(x-2005) \n" ); document.write( "y-5475=355x-711775 \n" ); document.write( "y=355x-706300. \n" ); document.write( "If 2005=0 and 2010=5, \n" ); document.write( "y-5475=355x \n" ); document.write( "y=355x+5475 \n" ); document.write( " |