document.write( "Question 1180346: Will someone please help me with this problem?
\n" );
document.write( "A tree that is 8 feet tall is growing at a rate of 2 feet each year. Another tree that is 10 feet tall is growing at a rate of 1 foot each year. Determine how many years it will take for the two trees to reach the same height. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #809974 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let n the numbers of years for both trees to reach same height\r \n" ); document.write( "\n" ); document.write( "tree1 \n" ); document.write( "a=8, tn height after n years , d=2\r \n" ); document.write( "\n" ); document.write( "tn = a +(n-1)d \n" ); document.write( "tn= 8 +2n-2 \n" ); document.write( "tn =2n+6\r \n" ); document.write( "\n" ); document.write( "Tree 2\r \n" ); document.write( "\n" ); document.write( "tn = 10 +(n-1)1 \n" ); document.write( "tn = 9+n\r \n" ); document.write( "\n" ); document.write( "2n+6 = 9+n \n" ); document.write( "n=3 \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |