document.write( "Question 887068: Find the linear regression equation for the set of values. Round the slope and y-intercept to the nearest hundredth. {(5,-3.4), (10,-0.5), (15,2.1), (20,5)}\r
\n" );
document.write( "\n" );
document.write( "Please show the work so I can see how the problem was worked out. Thanks \n" );
document.write( "
Algebra.Com's Answer #536347 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! regression equation is y = mx +b where m is slope and b is y intercept \n" ); document.write( "m = (NΣXY - (ΣX)(ΣY)) / (NΣX^2 - (ΣX)^2) \n" ); document.write( "b = (ΣY - m(ΣX)) / N \n" ); document.write( "where N is number of paired values \n" ); document.write( "(X, Y) are the individual points \n" ); document.write( "Σ = summation \n" ); document.write( "m = (4*109.5 -(50*3.2)) / (4*750 - 50^2) = 0.556 = 0.56 \n" ); document.write( "b = (3.2 - 0.56*50) / 4 \n" ); document.write( "b = -6.2 \n" ); document.write( "therefore our formula for the linear regression equation is \n" ); document.write( "y = 0.56x -6.2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |