document.write( "Question 1149027: A 8-inch sunflower is planted in a garden and the height of the sunflower increases exponentially, increasing by 18% per day.\r
\n" ); document.write( "\n" ); document.write( "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.\r
\n" ); document.write( "\n" ); document.write( "f
\n" ); document.write( "(t)=
\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "How many days after it was planted will the sunflower be 27 inches tall?\r
\n" ); document.write( "\n" ); document.write( " days \r
\n" ); document.write( "\n" ); document.write( "How many days after it was planted will the sunflower be 149 inches tall?
\n" ); document.write( "
\n" ); document.write( " days \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #770487 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The initial height is 8; the daily growth factor is 1+18% = 100%+18% = 118% = 1.18.

\n" ); document.write( "(a) \"f%28t%29+=+8%281.18%29%5Et\"

\n" ); document.write( "(b) # of days for the height to reach 27

\n" ); document.write( "\"27+=+8%281.18%29%5Et\"

\n" ); document.write( "The variable is in an exponent; use logarithms.

\n" ); document.write( "Or graph \"8(1.18)^t\" and \"27\" on a graphing calculator and see where the graphs intersect.

\n" ); document.write( "(c) # of days for the height to reach 149

\n" ); document.write( "Same as (b), just different numbers....

\n" ); document.write( "
\n" ); document.write( "
\n" );