document.write( "Question 114506: 9. The paired data below consist of the test scores of 6 randomly selected students and the number of hours they studied for a test. Find the value of the linear correlation coefficient, r.
\n" );
document.write( "Hours studied 5 10 4 6 10 9
\n" );
document.write( "Test score 64 86 69 86 59 87
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #83307 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Using the TI-83 LinReg function I get r = 0.2242.. \n" ); document.write( "------------------- \n" ); document.write( "If you want to do it by hand: \n" ); document.write( "Find the mean of the x values = x-bar \n" ); document.write( "Find the mean of the y values =y-bar \n" ); document.write( "Find the std dev of the x values = sx \n" ); document.write( "Find the std dev of the y values = sy \n" ); document.write( "---------------------------------------- \n" ); document.write( "Find the sum of the products [(x - x-bar)(y - y-bar)]/sxsy \n" ); document.write( "for each x/y pair. \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |