document.write( "Question 866401: In a statistics course, a linear regression equation was computed to predict the final exam score from the score on the first test. The equation of the least-squares regression line was
\n" );
document.write( " y = 10 + 0.9x
\n" );
document.write( "where y represents the final exam score and x is the score on the first exam. Suppose Joe scores a 90 on the first exam. What would be the predicted value of his score on the final exam?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #522287 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! y = 10 + .9(90) = 91 \n" ); document.write( " |