document.write( "Question 299464: If it takes 110 minutes to cook a 4 pound turkey and it takes 230 minutes to cook a 10 pound turkey write a linear equation for this \n" ); document.write( "
Algebra.Com's Answer #215173 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
Let X be the pounds & Y be the time to cook.
\n" ); document.write( "(4,100) (10,230)
\n" ); document.write( "Y=mX+b
\n" ); document.write( "m=slope=(Y2-Y1)/(X2-X1)
\n" ); document.write( "m=(230-100)/(10-4)=130/6=21.667 is the slope.
\n" ); document.write( "100=21.667*4+b
\n" ); document.write( "100=86.667+b
\n" ); document.write( "b=100-86.667
\n" ); document.write( "b=13.333 is the Y intercept.
\n" ); document.write( "Y=21.667x+13.333
\n" ); document.write( " \"+graph%28+300%2C+200%2C+-6%2C+15%2C+-100%2C+250%2C+21.667x+%2B13.333%29+\" (graph 300x200 pixels, x from -6 to 15, y from -100 to 250, 21.667x +13.333).
\n" ); document.write( "
\n" );