document.write( "Question 1182360: A 150 pound person burns 4.0 calories per minute when walking. A 170 pound person burns 4.6 calories per minute when walking.\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "Write an equation that will model how many calories (c) are burned by a person of a given weight (w). The rate is calories burned per pound of additional weight. \n" );
document.write( "
Algebra.Com's Answer #812350 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! two points define the line \n" ); document.write( "(150, 4.0) and (170, 4.6) \n" ); document.write( "slope is 0.6/20=0.03 cal/pound \n" ); document.write( "use point slope formula y-y1=m(x-x1), m slope (x1, y1) point \n" ); document.write( "y-4=0.03(x-150) \n" ); document.write( "y=0.03x-4.5+4 or \n" ); document.write( "y=0.03x-0.5, x is pounds, y is cal/min. \n" ); document.write( " |