document.write( "Question 53955: My son's teacher game him this problem and i want to help him work throught. But I must first figure it out.\r
\n" );
document.write( "\n" );
document.write( "Here goes.\r
\n" );
document.write( "\n" );
document.write( "A teacher gives one second of math homework the first day of school. The second day 2 seconds, the third day 4 seconds and so on. How many seconds of homework will the student have on the 36th day of school? \n" );
document.write( "
Algebra.Com's Answer #36205 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! This could look like a parabola or an exponential equation or other things (which I don't are what you are looking for.) \n" ); document.write( "Exponential: You need a y-value of zero \n" ); document.write( "(0,1) and (2,4) \n" ); document.write( "y = a(b^x) \n" ); document.write( "1 = a(b^0) which is: 1 = a \n" ); document.write( "y = b^x \n" ); document.write( "4 = b^2 \n" ); document.write( "2 = b \n" ); document.write( "~> y = 2^x \n" ); document.write( "But we want 1 day to be 1 second, not 0 days to be 1 second. \n" ); document.write( "~> y = 2^(x - 1) \n" ); document.write( " |