document.write( "Question 1125095: A 8-inch sunflower is planted in a garden and the height of the sunflower increases exponentially, increasing by 15% per day. \r
\n" );
document.write( "\n" );
document.write( "a. Write a function f that determines the height of the sunflower (in inches) in terms of the number of days t since it was planted.
\n" );
document.write( "f(t)=\r
\n" );
document.write( "\n" );
document.write( "b. How many days after it was planted will the sunflower be 25 inches tall?\r
\n" );
document.write( "\n" );
document.write( "c. How many days after it was planted will the sunflower be 138 inches tall? \n" );
document.write( "
Algebra.Com's Answer #741415 by fcabanski(1391)![]() ![]() ![]() You can put this solution on YOUR website! N = 8(1+.15)^d d is the number of days, and N is the height after d days. \r \r |