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 #853611 by ikleyn(53538) You can put this solution on YOUR website! . \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 \n" ); document.write( "at a rate of 1 foot each year. Determine how many years it will take for the two trees to reach the same height. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " @mananth gives the answer 3 years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " But if you check it, you will see that first tree will be 8 + 3*2 = 14 m tall,\r \n" ); document.write( "\n" ); document.write( " while the second tree will be 10 + 3 = 13 m tall in 3 years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " So, the solution and the answer by @mananth both are INCORRECT.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " I came to bring a correct solution.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "The correct formula for the first tree height is\r\n" ); document.write( "\r\n" ); document.write( " h1(t) = 8 + 2t, where t is the time in years from now, in years.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "For the first tree height is\r\n" ); document.write( "\r\n" ); document.write( " h2(t) = 10 + t, where t is the time in years from now, in years.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "We equate two heights\r\n" ); document.write( "\r\n" ); document.write( " 8 + 2t = 10 + t,\r\n" ); document.write( "\r\n" ); document.write( " 2t - t = 10 - 8,\r\n" ); document.write( "\r\n" ); document.write( " t = 2.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "ANSWER. Two trees will reach the same height in 2 years from now.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved correctly.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |