document.write( "Question 129521: You planted a 16-inch hemlock tree that grows at a rate of 4 inches per year. Then 5 years later you planted a 10-inch blue spruce tree that grows at a rate of 6 inches per year. In how many years after you planted the hemlock tree will the two trees be the same heigh? How tall will the trees be? \n" ); document.write( "
Algebra.Com's Answer #94924 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=years\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"You planted a 16-inch hemlock tree that grows at a rate of 4 inches per year\"
\n" ); document.write( "__ 16+4x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"5 years later you planted a 10-inch blue spruce tree that grows at a rate of 6 inches per year\"
\n" ); document.write( "__ 10+6(x-5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"how many years after you planted the hemlock tree will the two trees be the same heigh?
\n" ); document.write( "__ 16+4x=10+6(x-5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "16+4x=10+6x-30 __ 36=2x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substitute value of x into 16+4x to find height
\n" ); document.write( "
\n" );