document.write( "Question 83418: Decrease in Banks The number of banks in the United
\n" );
document.write( "States has dropped about 30% since 1992. The following
\n" );
document.write( "data are from a survey in which x represents the years
\n" );
document.write( "since 1900 and y corresponded to the number of banks, in
\n" );
document.write( "thousands, in the United States.†\r
\n" );
document.write( "\n" );
document.write( "n=10 the weird E symbol x^2 = 93,205
\n" );
document.write( "werid E x = 965 weird E xy = 9165.10
\n" );
document.write( "weird y = 95.3 weird y^2 = 920.47\r
\n" );
document.write( "\n" );
document.write( "a. Find an equation of the least squares line.
\n" );
document.write( "b. If the trend continues, how many banks will there be in
\n" );
document.write( "2004?
\n" );
document.write( "c. Find and interpret the coefficient of correlation.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #59953 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The following data are from a survey in which x represents \n" ); document.write( "the years since 1900 and y corresponded to the number of \n" ); document.write( "banks, in thousands, in the United States.† \n" ); document.write( "---------- \n" ); document.write( "n=10 the weird E(x^2) = 93,205 ; \n" ); document.write( "E(x) = 965 ; E(xy) = 9165.10 \n" ); document.write( "E(y) = 95.3 ;E(y^2) = 920.47 \n" ); document.write( "------------- \n" ); document.write( "a. Find an equation of the least squares line. \n" ); document.write( "y-hat = bo + b1x \n" ); document.write( "bo = [(E(y)(E(x^2)-(E(x))(E(xy))] / [nE(x^2) )- (E(x))^2] \n" ); document.write( "bo = [95.3*93.205-965*9165.1] / [10*93.205-965^2] \n" ); document.write( "bo = [-8835439.064] / [-30292.95] = 9.49748... \n" ); document.write( "--------- \n" ); document.write( "b1 = [nE(xy) -E(x)*E(y)] / [nE(x^2) - (Ex)^2] \n" ); document.write( "b1 = [10*9165.1 - 965*95.3] / [ 10*93.205 - 965^2] \n" ); document.write( "b1 = [-313.5] / [ -930292.95] \n" ); document.write( "b1 = 0.00033699 \n" ); document.write( "----------- \n" ); document.write( "y-hat = 9.49748 + 0.00033699 x \n" ); document.write( "---------------------------------- \n" ); document.write( "b. If the trend continues, how many banks will there be in \n" ); document.write( "2004? \n" ); document.write( "From 1900 to 2004 is 104 years \n" ); document.write( "Letting x = 104 you get: \n" ); document.write( "# of banks in 2004 = 9.49748 + 0.0033699(104) = 9.84 thousand banks \n" ); document.write( "-------------- \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |