document.write( "Question 1034452: a gardener is planting 2 types of trees
\n" );
document.write( "type A is three feet tall and grows at a rate of 15 inches per year
\n" );
document.write( "type B is four feet tall and grows at a rate of 10 inches per year
\n" );
document.write( "Algebraically determine exactly how many years it will take for these trees to be the same height. \n" );
document.write( "
Algebra.Com's Answer #649098 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "y=number of years \n" ); document.write( ". \n" ); document.write( "Height of Type A=36+15y \n" ); document.write( "Height of Type B=48+10y \n" ); document.write( ". \n" ); document.write( "For height Type A to equal height Type B: \n" ); document.write( "Height Type A=Height Type B \n" ); document.write( "36+15y=48+10y . Subtract 36+10y from each side \n" ); document.write( "5y=12 \n" ); document.write( "y=5/12 \n" ); document.write( ". \n" ); document.write( "ANSWER: It will take 5 months (5/12 years) for the trees to be equal in height. \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |