document.write( "Question 65736: What is the linear equation that created this table:
\n" );
document.write( "x=-3,-2,-1,0,1, 2, 3
\n" );
document.write( "y= 0, 2, 4,6,8,10,12
\n" );
document.write( "I am having trouble determining the formula/s to answer these problems.
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #46441 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the linear equation that created this table: \n" ); document.write( "x=-3,-2,-1,0,1, 2, 3 \n" ); document.write( "y= 0, 2, 4,6,8,10,12 \n" ); document.write( "----------- \n" ); document.write( "You want y=mx+b \n" ); document.write( "You need to find \"m\" and \"b\" \n" ); document.write( "b is the y-intercept; it is the y-value when x=0 \n" ); document.write( "In your chart y=6 when x=0. \n" ); document.write( "So, b=6 \n" ); document.write( "------------ \n" ); document.write( "m=change in y/change in x \n" ); document.write( "when y goes from 6 to 8, x goes from 0 to 1 \n" ); document.write( "m=[8-6]/[1-0]=2 \n" ); document.write( "--------- \n" ); document.write( "EQUATION: \n" ); document.write( "y=2x+6 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |