document.write( "Question 254807: An insurance company wishes to examine the relationship between income (in $,000) and the amount of life insurance (in $,000) held by families. The company drew a simple random sample of families and obtained the following results:\r
\n" );
document.write( "\n" );
document.write( "(Family) (Income) (Amount of life insurance)
\n" );
document.write( "A, 80, 120
\n" );
document.write( "B, 100, 200
\n" );
document.write( "C, 110, 220
\n" );
document.write( "D, 90, 160
\n" );
document.write( "E, 80, 180
\n" );
document.write( "F, 140, 270
\n" );
document.write( "G, 110, 150
\n" );
document.write( "H, 100, 240
\n" );
document.write( "I, 80, 160
\n" );
document.write( "J, 100, 210\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "QUESTION a
\n" );
document.write( "What is the least squares estimate of the slope?
\n" );
document.write( "Answer should be to four decimal places e.g. 1.2345. \r
\n" );
document.write( "\n" );
document.write( "QUESTION b
\n" );
document.write( "What is the least squares estimate of the Y intercept?
\n" );
document.write( "Answer should be to four decimal places e.g. 1.2345. \r
\n" );
document.write( "\n" );
document.write( "QUESTION c
\n" );
document.write( "What is the prediction for the amount of life insurance for a family whose income is $85,000? \r
\n" );
document.write( "\n" );
document.write( "QUESTION d
\n" );
document.write( "What would be the residual (error) term for a family income of $90,000? \n" );
document.write( "
Algebra.Com's Answer #187154 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An insurance company wishes to examine the relationship between income (in $,000) and the amount of life insurance (in $,000) held by families. The company drew a simple random sample of families and obtained the following results: \n" ); document.write( "(Family) (Income) (Amount of life insurance) \n" ); document.write( "A, 80, 120 \n" ); document.write( "B, 100, 200 \n" ); document.write( "C, 110, 220 \n" ); document.write( "D, 90, 160 \n" ); document.write( "E, 80, 180 \n" ); document.write( "F, 140, 270 \n" ); document.write( "G, 110, 150 \n" ); document.write( "H, 100, 240 \n" ); document.write( "I, 80, 160 \n" ); document.write( "J, 100, 210 \n" ); document.write( "---- \n" ); document.write( "I ran a Linear Regression program on a TI calculator \n" ); document.write( "to get the following answers: \n" ); document.write( "---- \r \n" ); document.write( "\n" ); document.write( "QUESTION a \n" ); document.write( "What is the least squares estimate of the slope? \n" ); document.write( "Ans: 1. 8155 \n" ); document.write( "QUESTION b \n" ); document.write( "What is the least squares estimate of the Y intercept? \n" ); document.write( "Ans: 11.2621 \n" ); document.write( "QUESTION c \n" ); document.write( "What is the prediction for the amount of life insurance for a family whose income is $85,000? \n" ); document.write( "f(85) = 165.58 \n" ); document.write( "QUESTION d \n" ); document.write( "What would be the residual (error) term for a family income of $90,000? \n" ); document.write( "Ans: Observed - Estimated \n" ); document.write( "160-174.66 = -14.66 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |