document.write( "Question 1133777: Write a formula for a linear function f(x) that models the situation, where x is the number of years after 2006. In 2006 the average adult ate 54 pounds of chicken. This amount will increase by 0.8 pounds per year until 2011. What is the linear function f(x)? \n" ); document.write( "
| Algebra.Com's Answer #751043 by Boreal(15235)     You can put this solution on YOUR website! let 2006 =0 \n" ); document.write( "2011 = 5 \n" ); document.write( "f(x)=54+0.8x, the 54 being constant at the beginning, and 0<=x<=5 \n" ); document.write( " |