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)![]() ![]() ![]() 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( " |