document.write( "Question 1162621: In 1995 the United States recovered 27% of its municipal wastes through recycling, up from 17% in 1990. Let P represent the percentage recycled and t the number of years since 1990. Find a linear function P(t) that fits this data. Use this function to predict the percentage recycled in 2002. \n" ); document.write( "
Algebra.Com's Answer #786489 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! let 1990=0 and 1995=5 \n" ); document.write( "so (0, 17) and (5, 27) are points \n" ); document.write( "that slope is 2 \n" ); document.write( "point slope formula y-y1=m(x-x1) where m is slope and (x1, y1) point \n" ); document.write( "y-17=2(x) \n" ); document.write( "y=2x+17\r \n" ); document.write( "\n" ); document.write( "2002 is x=12 \n" ); document.write( "so y=41 and units are % \n" ); document.write( "41% \n" ); document.write( " |