document.write( "Question 464023: This table shows 10 observations of a pair of variables (x, y). The variables x and y are positively correlated, with a correlation coefficient of 0.977. Find the slope, b, of the least squares regression line, y = ax + b, for these data.\r
\n" );
document.write( "\n" );
document.write( "x 1 2 3 4 5 6 7 8 9 11
\n" );
document.write( "y 2 4 5 8 9 12 13 14 15 16 \n" );
document.write( "
Algebra.Com's Answer #317843 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! This table shows 10 observations of a pair of variables (x, y). The variables x and y are positively correlated, with a correlation coefficient of 0.977. Find the slope, b, of the least squares regression line, y = ax + b, for these data. \n" ); document.write( "x 1 2 3 4 5 6 7 8 9 11 \n" ); document.write( "y 2 4 5 8 9 12 13 14 15 16 \n" ); document.write( "------------------------- \n" ); document.write( "I ran a Linear Regression function against \n" ); document.write( "the data and found slope = 1.6121 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==========\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------------------- \n" ); document.write( " \n" ); document.write( " |