document.write( "Question 1174679: A mortgage is a type of loan that is secured by a designated
\n" );
document.write( "piece of property. If the borrower defaults on the loan, the
\n" );
document.write( "lender can sell the property to recover the outstanding debt.
\n" );
document.write( "The following data are outstanding principal balance of home
\n" );
document.write( "mortgages foreclosed by the bank due to default by the
\n" );
document.write( "borrower during the last 3 years obtained from a random
\n" );
document.write( "sample of 12 foreclosed mortgages:
\n" );
document.write( "95,982; 81,422; 39,888; 46,836; 66,899; 69,110; 59,200; 62,331; 105,812; 55,545; 56,635; 72,123\r
\n" );
document.write( "\n" );
document.write( "Test the claim that the average outstanding balance of home
\n" );
document.write( "mortgages is less than 80,000.\r
\n" );
document.write( "\n" );
document.write( "a. Using a 0.05 level of significance.
\n" );
document.write( "b. Using a 0.10 level of significance.
\n" );
document.write( "c. Using a 0.01 level of significance. \n" );
document.write( "
Algebra.Com's Answer #800691 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Ho: mean >=$80000 \n" ); document.write( "Ha: mean < $80000 \n" ); document.write( "alpha=0.05 (initially) p{reject Ho|Ho true} \n" ); document.write( "test stat is a t df=11 reject Ho if t < -1.796 \n" ); document.write( "mean is $67698.58 \n" ); document.write( "s is $19,184.79 \n" ); document.write( "calculation t=(x bar-mean)/s/sqrt(n)=-12301.42*sqrt(12)/19184.79 \n" ); document.write( "=-2.22 \n" ); document.write( "Will reject the hypothesis at both the 5% and the 10% level. \n" ); document.write( "At the 1% level, the critical value is -2.718 and would fail to reject at that significance level. \n" ); document.write( "p-value=0.024\r \n" ); document.write( "\n" ); document.write( "This means that at the 0.05 and 0.10 levels of significance we conclude that the true value of the average outstanding value of the mortgages is < $80000 but not conclude that at the 1% level. \n" ); document.write( " |