document.write( "Question 50139: Sales of a software company increased linearly from $120,000 in 1996 to $180,000 in 1999\r
\n" );
document.write( "\n" );
document.write( "A) find an equation that expresses the sales (y) in year (x) (where (x)= 0 corresponds to 1996)\r
\n" );
document.write( "\n" );
document.write( "and\r
\n" );
document.write( "\n" );
document.write( "B) estimate the sales in 2001 \n" );
document.write( "
Algebra.Com's Answer #33323 by lkwtcnj(8)![]() ![]() ![]() You can put this solution on YOUR website! Since x is the year and y is sales, then the slope of the equation is the change in sales over the change in years: \n" ); document.write( "m = (180,000 - 120,000) / (3 - 0) (since 1996 is 0, 1999 would be 3) \n" ); document.write( "m = 60,000 / 3 = 20,000 \n" ); document.write( "The y-intercept is found by plugging in one of the known points: \n" ); document.write( "120,000 = (0 * 20,000) + b \n" ); document.write( "b = 120,000 \n" ); document.write( "Then the equation would be y = 20,000x + 120,000 \n" ); document.write( "Since 2001 would correspond to x = 5, the sales y is: \n" ); document.write( "y = (20,000 * 5) + 120,000 = 220,000 \n" ); document.write( " |