document.write( "Question 28497: Find a linear model for the given set of data. Explain your thinking process in arriving at the equation.
\n" );
document.write( "x -2 0 1 3 4
\n" );
document.write( "f(x) 8 2 -1 -7 -10\r
\n" );
document.write( "\n" );
document.write( "Please help
\n" );
document.write( "Thank you very much \n" );
document.write( "
Algebra.Com's Answer #15578 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find a linear model for the given set of data. Explain your thinking process in arriving at the equation. \n" ); document.write( "x -2 0 1 3 4 \n" ); document.write( "f(x) 8 2 -1 -7 -10\r \n" ); document.write( "\n" ); document.write( "SINCE IT IS A LINEAR MODEL IT MEANS F(X)=AX+B = Y...SAY ..WHERE A AND B ARE CONSTANTS..SO PUT ANY 2 SETS OF VALUES FOR X AND Y AS GIVEN IN THE ABOVE EQUATION AND FIND A AND B.LET US TAKE \n" ); document.write( "x -2 0 \n" ); document.write( "f(x) 8 2 \n" ); document.write( "SO WE GET \n" ); document.write( "8=A*(-2)+B..................I \n" ); document.write( "2=A*0+B..........II...OR B=2...SUBSTITUTING IN I WE GET ... \n" ); document.write( "8=-2A+2 \n" ); document.write( "2A=2-8=-6 \n" ); document.write( "A=-3...SO.... \n" ); document.write( "Y=F(X)=-3X+2...LET US CHECK FOR OTHER VALUES WHETHER LINEAR MODEL IS CORRECT OR NOT... \n" ); document.write( "X=1....Y=-3+2=-1....OK \n" ); document.write( "X=3....Y=-3*3+2=-7.....OK \n" ); document.write( "X=4....Y=-3*4+2=-10.....OK \n" ); document.write( " |