document.write( "Question 1164573: In the year 2009,the average annual cost to employees for employer family health coverage was approximately $3500.In 2014,that amount was approximately $4500.
\n" );
document.write( "(a) Write a linear equation expressing the average annual cost to employees y in terms of the number of years x after 2000.
\n" );
document.write( "(b) What was the average annual cost in 2014?
\n" );
document.write( "(c) If the trend continues, what will be the first full year in which costs exceed $7000? \n" );
document.write( "
Algebra.Com's Answer #788991 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 2009=9 and 2014=14 \n" ); document.write( "we have ordered pairs (9, 3500) and (14, 4500) \n" ); document.write( "that slope is 1000/5 or 200 \n" ); document.write( "point slope formula is y-y1=m(x-x1), m slope (x1, y1) point \n" ); document.write( "y-3500=200(x-9) \n" ); document.write( "y=200x-1800 \n" ); document.write( "y=200x+1700 \n" ); document.write( "in 2014, the cost was 200(14)+1700 or $4500, which we knew \n" ); document.write( "7000=200x+1700 \n" ); document.write( "200x=5300 \n" ); document.write( "x=26.5 \n" ); document.write( "That means in 2026, the cost is $6900 and in 2027 it is $7100, so 2027. \n" ); document.write( " |