document.write( "Question 67329: Assume being overweight is a function of how many calories are consumed weekly. Let x represent the # of calories consumed in one week and y represent number of pounds in one week.\r
\n" );
document.write( "\n" );
document.write( "Let's say an average person of average weight and height consumes between 14000 and 21000 calories per week. A person who consumes 14000 cal per week maintains their current weight but considering 3500 cal tranlates to 1 pound
\n" );
document.write( "(of fat) a person who consumes cal per week will gain 2 pounds per week.\r
\n" );
document.write( "\n" );
document.write( "Domain= (14000,21000)
\n" );
document.write( "Range= (0,2)\r
\n" );
document.write( "\n" );
document.write( "I need to put this into an equation or expression and then graph it. Can you assist me with this. \n" );
document.write( "
Algebra.Com's Answer #47867 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Make a little chart: \n" ); document.write( "calorie intake......wt.gained \n" ); document.write( "14000.................0 \n" ); document.write( "14000+3500............1 \n" ); document.write( "14000+2(3500).........2\r \n" ); document.write( "\n" ); document.write( "If intake is 21000 the 1st 14000 gives no gain \n" ); document.write( "But (21000-14000)/3500=7000/3500=2 lbs gained\r \n" ); document.write( "\n" ); document.write( "------------- \n" ); document.write( "EQUATION: \n" ); document.write( "Wt gain (calorie input)= (x-14000)/3500 \n" ); document.write( "or \n" ); document.write( "wt gain(x)= (x-14000)/3500 \n" ); document.write( "or \n" ); document.write( "gain(x)=(1/3500)x-4 where x is the calorie input \n" ); document.write( "----------- \n" ); document.write( " \n" ); document.write( "Hope this helps. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |