document.write( "Question 466807: Given are five observation for two variables,X and Y\r
\n" );
document.write( "\n" );
document.write( " Xi 1 2 3 4 5
\n" );
document.write( " Yi 3 7 5 11 14
\n" );
document.write( "a- Develop a scatter diagram for these data ?
\n" );
document.write( "b- What does the scatter diagram developed in part (a) indicate about the relationship between the two variables ?
\n" );
document.write( "c- Try to approximate the relationship between X and Y by drawing a straight line through the data .
\n" );
document.write( "d- Develop the estimated regression equation by computing the values of b0 and b1 using equation (1.46)and(1.47) .
\n" );
document.write( "e- Use the estimated regression equation to predict the value of Y when X=4 . \n" );
document.write( "
Algebra.Com's Answer #320156 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( " xi 1 2 3 4 5\r\n" ); document.write( " yi 3 7 5 11 14\r\n" ); document.write( " \n" ); document.write( "a- Develop a scatter diagram for these data \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( "b- What does the scatter diagram developed in part (a) indicate about the relationship between the two variables ? \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "It indicates that those points aren't too far off a straight line.\r\n" ); document.write( " \n" ); document.write( "c- Try to approximate the relationship between X and Y by drawing a straight line through the data . \n" ); document.write( " \r\n" ); document.write( " \n" ); document.write( "d- Develop the estimated regression equation by computing the values of b0 and b1 using equation (1.46)and(1.47) \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "I can't see your book, but most books use this formula for\r\n" ); document.write( "the slope b1:\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( "e- Use the estimated regression equation to predict the value of Y when X=4 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \r\n" ); document.write( "Notice that the actual value of y in the data when x=4 is 11,\r\n" ); document.write( "which is close.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |