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)\"\" \"About 
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
\n" ); document.write( "\n" ); document.write( "b. 25 = 8(1.15)^d\r
\n" ); document.write( "\n" ); document.write( "log25 = log(1.15)^d = dlog(1.15)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "log25/log1.15 = d = 23.03 days = around 23 days.

\r
\n" ); document.write( "\n" ); document.write( "c. Likewise for 138 inches it's log138/log1.15 = about 35 days\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "

\n" );