document.write( "Question 1071699: When you are 18 years old you have a hair that is 19 centimeters, and your hair grows about 12 centimeters each year. Let H(t) be the length, in centimeters, of that hair t years after age 18.
\n" );
document.write( "a) fine a formula that gives H as a linear function of t
\n" );
document.write( "b) how long will it take for the air to reach a length of 92 centimeters. \n" );
document.write( "
Algebra.Com's Answer #686646 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! When you are 18 years old you have a hair that is 19 centimeters, and your hair grows about 12 centimeters each year. Let H(t) be the length, in centimeters, of that hair t years after age 18. \n" ); document.write( "H(18) = 19 \n" ); document.write( "m = 12 \n" ); document.write( "---- \n" ); document.write( "Form:: H(t) = m*t + b \n" ); document.write( "--- \n" ); document.write( "Solve for \"b\":: \n" ); document.write( "19 = 12*18 + b \n" ); document.write( "b = -197 \n" ); document.write( "----- \n" ); document.write( "a) fine a formula that gives H as a linear function of t \n" ); document.write( "H(t) = 12t - 197 \n" ); document.write( "----- \n" ); document.write( "b) how long will it take for the air to reach a length of 92 centimeters. \n" ); document.write( "Solve:: \n" ); document.write( "92 = 12t - 197 \n" ); document.write( "12t = 289 \n" ); document.write( "time = 24 (age at which hair length is 92 cm \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |