document.write( "Question 1124884: A 7-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.\r
\n" );
document.write( "\n" );
document.write( "b. How many days after it was planted will the sunflower be 28 inches tall?\r
\n" );
document.write( "\n" );
document.write( "c. How many days after it was planted will the sunflower be 143 inches tall? \n" );
document.write( "
Algebra.Com's Answer #741250 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! f(x)=7(1.15)^t \n" ); document.write( "28=7(1.15)^t \n" ); document.write( "1.15^t=4 \n" ); document.write( "t ln 1.15=ln 4 \n" ); document.write( "t=ln 4/ln 1.15=9,92 days\r \n" ); document.write( "\n" ); document.write( "143=7(1.15)^t \n" ); document.write( "1.15^t=20.43 \n" ); document.write( "round at end \n" ); document.write( "ln both sides \n" ); document.write( "t ln 1.15=ln 20.43 \n" ); document.write( "t=21.59 days \n" ); document.write( " |