document.write( "Question 1163704: The data in the chart show the cost of tuition at a state university for the years 1997-2001. Fit a regression line to the data, where x is the number of years after 1997. Then find the coefficient of correlation. Finally, use the regression line to predict the cost of tuition in 2006, 2009, and 2012 .\r
\n" );
document.write( "\n" );
document.write( "Year X tuition Y
\n" );
document.write( "0. 1997 9753
\n" );
document.write( "1. 1998 10,199
\n" );
document.write( "2. 1999 10,970
\n" );
document.write( "3. 2000 11,533
\n" );
document.write( "4. 2001 12,049 \n" );
document.write( "
Algebra.Com's Answer #788958 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! letting 0=1997, \n" ); document.write( "y=592.6x+9123 \n" ); document.write( "r^2=0.994 \n" ); document.write( "r, the coefficient of correlation, is 0.997 \n" ); document.write( "in 2006, x=9 so tuition is 592.6*9+9123=$14,456 \n" ); document.write( "2009, x=12 so $16,234 \n" ); document.write( "2012 x=15 so $18,012 \n" ); document.write( " |