document.write( "Question 121432: These data represent the population of a certain city.
\n" );
document.write( " Year Population (in thousands)
\n" );
document.write( " 1950 18
\n" );
document.write( " 1960 23
\n" );
document.write( " 1970 29
\n" );
document.write( " 1980 32
\n" );
document.write( " 1990 38
\n" );
document.write( " 2000 42
\n" );
document.write( "
\n" );
document.write( " (a) Draw a line graph for the data.
\n" );
document.write( " (b) Use the line graph to predict the population in the year 2010
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #89106 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b \n" ); document.write( "USING THE POINTS (5,18)(10,42) WE HAVE A SLOPE OF: \n" ); document.write( "(42-18)/(10-5)=24/5=4.8. \n" ); document.write( "NOW USING ONE SET OF POINTS WE FIND THE Y INERCEPT. \n" ); document.write( "18=4.8*5+b \n" ); document.write( "b=18-24 \n" ); document.write( "b=-6 \n" ); document.write( "NOW WE HAVE THE LINE EQUATION: \n" ); document.write( "Y=4.8X-6 \n" ); document.write( "WHEN X=11 THE Y=4.8*11-6 OR Y=46.8 \n" ); document.write( "this says that the population in 2010 will be 46.8 thousand. \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |