document.write( "Question 1181923: On a small island there were 32768 deer and only 128 wolves. Statistics gathered revealed that the wolf population doubled every 3 years and the deer population halved every 6 years. How many years did it take for the wolf population to overtake the deer population? Create an algebraic solution to the problem. \n" ); document.write( "
Algebra.Com's Answer #811887 by ikleyn(52797)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "On a small island there were 32768 deer and only 128 wolves. Statistics gathered revealed that \n" ); document.write( "the wolf population doubled every 3 years and the deer population halved every 6 years. \n" ); document.write( "How many years did it take for the wolf population to overtake the deer population? \n" ); document.write( "Create an algebraic solution to the problem. \n" ); document.write( "~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "From the condition, we have \r\n" ); document.write( "\r\n" ); document.write( " D(t) = 32768*1/2)^(t/6) (1)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "for deer population and\r\n" ); document.write( "\r\n" ); document.write( " W(t) = 128*2^(t/3) (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "for wolves population.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "To answer the question, we should solve this equation\r\n" ); document.write( "\r\n" ); document.write( " D(t) = W(t), or 32768*(1/2)^(t/6) = 128*2^(t/3). (3)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It implies\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |