document.write( "Question 1011303: The following are the scores of 15 students obtained in
\n" );
document.write( "the midterm and final examinations in a course in
\n" );
document.write( "probability and statistics \r
\n" );
document.write( "\n" );
document.write( "Midterm
\n" );
document.write( "Exam, x 70 50 80 75 90 85 60 80 65 30 85 80 70 65 40
\n" );
document.write( "Final
\n" );
document.write( "Exam, y 85 60 75 80 90 75 50 75 75 50 75 90 65 55 60
\n" );
document.write( "(i) Find the equation of the least square line to fit these
\n" );
document.write( "data,
\n" );
document.write( "(ii) Estimate the final examination scores of a student
\n" );
document.write( "who received a score of 74 in the midterm
\n" );
document.write( "examination. \n" );
document.write( "
Algebra.Com's Answer #627022 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Using the calculator \n" ); document.write( "y=0.5896x+30.34 \n" ); document.write( "When x=74, y=74.00 \n" ); document.write( " |