document.write( "Question 1005613: Write a linear equation that will generate a table of monthly weights for a baby weighing 6.8 pounds at birth and gaining and average of 1.5 pounds per month \n" ); document.write( "
Algebra.Com's Answer #622115 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let w be weight in pounds and m be the number of months old since birth...we have then \n" ); document.write( "w = 1.5m + 6.8 \n" ); document.write( " |