document.write( "Question 1097568: Apple sold about 53 million iPods in 2008, but as iPhones became more popular, the sales of iPods began to decrease. The number of iPods sold in 2014 was about 11 million. Write a linear equation in slope-intercept form to model this decrease in sales. Let x stand for the number of years after 2008 and let y stand for the number of iPods sold, in millions.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #712012 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 2008:53 \n" ); document.write( "2014:11 \n" ); document.write( "x:y \n" ); document.write( "slope is change in y/change in x, this is -42/6=-7 million/year \n" ); document.write( "point slope formula y-y1=m(x-x1), m slope, (x1, y1) point. Let x be the year-2000 \n" ); document.write( "y-11=-7(x-14) \n" ); document.write( "y-11=-7x+98 \n" ); document.write( "y=-7x+109 \n" ); document.write( " |