document.write( "Question 704751: Every year, a tree bears 3 more fruits than it did the previous year. If it bore 12 fruits in 1995, how many fruits would it bear by 2010?\r
\n" );
document.write( "\n" );
document.write( "Show your solution. \n" );
document.write( "
Algebra.Com's Answer #435123 by filboi(35)![]() ![]() ![]() You can put this solution on YOUR website! Let's look at the pattern first. \n" ); document.write( "Year 1: 1995 => 12 + 3(0) = 12 \n" ); document.write( "Year 2: 1996 => 12 + 3(1) = 15 \n" ); document.write( "Year 3: 1997 => 12 + 3(2) = 18 \n" ); document.write( "Year 4: 1998 => 12 + 3(3) = 21 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "Year16: 2010 => 12 + 3(15) = 57 \r \n" ); document.write( "\n" ); document.write( "You will notice that the multiplier() is always less than 1 of the year.\r \n" ); document.write( "\n" ); document.write( "Year Y: 12 + 3(Y-1)\r \n" ); document.write( "\n" ); document.write( "You will also notice that 2010 is year 16 and not 15.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |