document.write( "Question 591609: There are originally 265 foxes and 104 rabbits on a particular game reserve. The fox population grows at a rate of 36 foxes per year, and the rabbits increase at a rate of 65 rabbits per year. Under these conditions, how long does it take for the number of rabbits to catch up with the number of foxes?
\n" );
document.write( "Years\r
\n" );
document.write( "\n" );
document.write( "How many of each animal will be present at that time?
\n" );
document.write( "foxes
\n" );
document.write( "rabbits\r
\n" );
document.write( "\n" );
document.write( "Thank you for your help!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #375756 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! There are originally 265 foxes and 104 rabbits on a particular game reserve. \n" ); document.write( " The fox population grows at a rate of 36 foxes per year, and the rabbits increase at a rate of 65 rabbits per year. \n" ); document.write( " Under these conditions, how long does it take for the number of rabbits to catch up with the number of foxes? \n" ); document.write( ": \n" ); document.write( "Let y = no. of yrs for them to be equal \n" ); document.write( ": \n" ); document.write( "Rabbits = Foxes \n" ); document.write( "65y + 104 = 36y + 265 \n" ); document.write( "65y - 36y = 265 - 104 \n" ); document.write( "29y = 161 \n" ); document.write( "y = 161/29 \n" ); document.write( "y = 5.55 yrs \n" ); document.write( ": \n" ); document.write( "How many of each animal will be present at that time? \n" ); document.write( "65(5.55) + 104 ~ 465 rabbits \n" ); document.write( "36(1.55) + 265 ~ 465 foxes \n" ); document.write( " |