document.write( "Question 864271: i need to make a scatter plot of the data in this table, describe the correlation of the data, and determine if its positive, negative, or none.
\n" );
document.write( "x -4,-3,1,2,3,7
\n" );
document.write( "y 7,4,2,-3,-4,-8
\n" );
document.write( "i don't know where to begin... \n" );
document.write( "
Algebra.Com's Answer #520936 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! You should probably plot those points on an xy-plane first. Clearly the correlation is negative because the higher x-values will have lower y-values. \n" ); document.write( " |