document.write( "Question 1201281: Is the number of games won by a major league baseball team in a season related to the team batting average?
\n" );
document.write( "The table below shows the number of games won and the batting average (in thousandths) of 8 teams.\r
\n" );
document.write( "\n" );
document.write( "Team Games Won Batting Average
\n" );
document.write( "1 108 267
\n" );
document.write( "2 99 271
\n" );
document.write( "3 95 259
\n" );
document.write( "4 61 288
\n" );
document.write( "5 72 272
\n" );
document.write( "6 61 283
\n" );
document.write( "7 85 268
\n" );
document.write( "8 113 276\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Using games won as the explanatory variable 𝑥, do the following:
\n" );
document.write( "(a) The correlation coefficient is 𝑟=
\n" );
document.write( " .\r
\n" );
document.write( "\n" );
document.write( "(b) The regression equation is 𝑦̂ =
\n" );
document.write( " . \n" );
document.write( "
Algebra.Com's Answer #835594 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the regression equation is Y = -0.2784*X + 297.2 \n" ); document.write( "r = -.6148 = correlation coefficient \n" ); document.write( "r^2 = .3779 \n" ); document.write( "the slope is downwards. \n" ); document.write( "x is the number of games won \n" ); document.write( "y is the team batting average \n" ); document.write( "what this suggest is that the team batting average goes down as the number of games won goes up. \n" ); document.write( "r^2 is a measure of how well the regression line approximates the actual data. \n" ); document.write( "an r^2 of .3779 indicates that the correlaation is not very strong. \n" ); document.write( " \n" ); document.write( " |