document.write( "Question 38003: Please help me solve this problem.\r
\n" );
document.write( "\n" );
document.write( "The basal energy requirement B is the number of calories that a person needs to maintain the life process. For a 28-year old female with a height of 160 centimeters and a weight of 45 kilograms (kg), B is 1300 calories. If her weight increases to 50kg, then B is 1365 calories. There is a linear equation that expresses B in terms of her weight w. Find the equation and find the basal energy requirements if her weight is 53.2kg. \n" );
document.write( "
Algebra.Com's Answer #23491 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You are given 2 data points, like two x and y's...you find the equation of a line the same way... \n" ); document.write( "Here our data points are (45, 1300) and (50, 1365). First find slope... \n" ); document.write( "m = (1365 - 1300) / (50 - 45) \n" ); document.write( "m = 65 / 5 \n" ); document.write( "m = 13 \n" ); document.write( "Now use the point slope form to get the equation... \n" ); document.write( "y - 1300 = 13(x - 45) \n" ); document.write( "y - 1300 = 13x - 585 \n" ); document.write( "y = 13x + 715 \n" ); document.write( "Now if her weight was 53.2, plug that in for x and calculate y... \n" ); document.write( "y = 13(53.2) + 715 = \n" ); document.write( "y = 1406.6 calories \n" ); document.write( " |