document.write( "Question 1128847: A 10-inch tall sunflower is planted in a garden and the height of the sunflower increases by 11% per day.
\n" );
document.write( "A)What is the 1-day percent change in the height of the sunflower?
\n" );
document.write( "B)At any given moment, the height of the sunflower is what percent of its height 1 day prior?
\n" );
document.write( "C)What is the 1-day growth factor for the height of the sunflower?
\n" );
document.write( "D)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( " \n" );
document.write( "
Algebra.Com's Answer #745459 by greenestamps(13206) You can put this solution on YOUR website! \n" ); document.write( "A) Given: 11% \n" ); document.write( "B) 111% (100% of its height one day prior, plus the 11% growth) \n" ); document.write( "C) 111%; or 1.11 \n" ); document.write( "D) 10(1.11)^t (the original height, multiplied by the growth factor once each day for t days) \n" ); document.write( " |