document.write( "Question 838393: HELP PLEASE!!! : In 2000 the united states recovered 35% of its municipal solid wastes through recycling, up from 27% in 1990. Let \"P\" represent the percentage recycled and \"t\" the number of years since 1990. Find two sets of data points (t,p) and a linear function P(t) that fits this data.
\n" );
document.write( "Also use the same function to predict the percentage recycled in 2010? \n" );
document.write( "
Algebra.Com's Answer #505324 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In 2000 the united states recovered 35% of its municipal solid wastes through recycling, up from 27% in 1990. \n" ); document.write( " Let \"P\" represent the percentage recycled and \"t\" the number of years since 1990. \n" ); document.write( " Find two sets of data points (t,p) and a linear function P(t) that fits this data. \n" ); document.write( "Also use the same function to predict the percentage recycled in 2010? \n" ); document.write( ": \n" ); document.write( "From the given information, we have two data points \n" ); document.write( "0 (representing yr 1990) and 27 representing the percent recycled that yr) \n" ); document.write( "10 (representing yr 2000) and 35 representing the percent \n" ); document.write( ": \n" ); document.write( "Assign the values as follows \n" ); document.write( "x1=0, y1=27 \n" ); document.write( "x2=10, y2=35 \n" ); document.write( "Find the slope using the formula m = \n" ); document.write( "m = \n" ); document.write( "Find the equation using the point/slope formula y - y1 = m(x-x1) \n" ); document.write( "y - 27 = .8(x-0) \n" ); document.write( "y = .8x + 27 is our linear equation, written here as \n" ); document.write( "p = .8t + 27 \n" ); document.write( ": \n" ); document.write( "\"use the same function to predict the percentage recycled in 2010\" \n" ); document.write( "p = .8t + 27 \n" ); document.write( "t is the number of years from 1990, therefore: \n" ); document.write( "p = .8(20) + 27 \n" ); document.write( "p = 16 + 27 \n" ); document.write( "p = 43% recycled in 2010 \n" ); document.write( ": \n" ); document.write( " |