document.write( "Question 446950:  I need an exponential decay growth for this problem:\r
\n" );
document.write( "\n" );
document.write( "The first cleaning takes you 135 minutes.  You notice that for each cleaning after that, you decrease the time it takes from the week before by one-fifth.  I need to deterine the function to model.\r
\n" );
document.write( "\n" );
document.write( "I'm thinking it is y=(1/5)^x, but I'm not sure.\r
\n" );
document.write( "\n" );
document.write( "Thanks for your help. \n" );
document.write( "
| Algebra.Com's Answer #307771 by htmentor(1343)     You can put this solution on YOUR website! If each successive time is reduced by 1/5, that means that the current week's \n" ); document.write( "time is 4/5 the time of the previous week. \n" ); document.write( "Let x = the number of weeks after the 1st week, y = the cleaning time. \n" ); document.write( "Since the initial time is 135 min. we can express the time for a given week as: \n" ); document.write( " \n" ); document.write( "For the 1st week, x=0, so y = 135 min. \n" ); document.write( "For the 2nd week, x=1, so y = (4/5)135 = 108 min., etc. \n" ); document.write( " |