document.write( "Question 1200566: A(n) 11-inch sunflower is planted in a garden and the height of the sunflower increases exponentially. The height of the sunflower increases by 25% every 4 days.
\n" ); document.write( "What is the 4-day growth factor for the height of the sunflower?
\n" ); document.write( "What is the 1-day growth factor for the height of the sunflower?
\n" ); document.write( "What is the 1-day percent change for the height of the sunflower?
\n" ); document.write( "Write a function f that determines the height of the sunflower (in inches) in terms of the number of days since the sunflower was planted.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #834727 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
plant is 11 inches high to start with.
\n" ); document.write( "growth factor is 1.25 every 4 days.
\n" ); document.write( "answers to your questions are shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(a) What is the 4-day growth factor for the height of the sunflower?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4 days growth factor is 1.25\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(b) What is the 1-day growth factor for the height of the sunflower?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1 day growth factor is 1.25 ^ (1/4) = 1.057371263 rounded to the number of decimal digits that can be displayed.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(c) What is the 1-day percent change for the height of the sunflower?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1 day percent change for the height of the unflower is (1.057371263 - 1) * 100 = 5.7371263%.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "((d) Write a function f that determines the height of the sunflower (in inches) in terms of the number of days since the sunflower was planted.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "h = 11 * 1.25 ^ (x/4)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x is the number of days.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you can graph this function as shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "after 1 day, the plant has grown by a factor of 1.25 ^ (1/4).
\n" ); document.write( "11 * 1.25 ^ (1/4) is equal to 11.6310839.
\n" ); document.write( "the growth factor is 1.25 ^ (1/4) = 1.057371263.
\n" ); document.write( "the percent change is 5.7371263%.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "by using the 4 day growth factor and dividing the number of days by 4, you automatically get the 1 day growth factor.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );