document.write( "Question 2036: in a grass field, If there are 40 cows, they could eat for 40
\n" );
document.write( "days. If there are 30 cows, they could eat for 60 days. Than if 20
\n" );
document.write( "cows, How much day they could eat? \n" );
document.write( "
Algebra.Com's Answer #829 by Jessmh123(22)![]() ![]() ![]() You can put this solution on YOUR website! I am not sure of my solution - but this is how i did it: \n" ); document.write( "Assume that the rate at which the grass is eaten is partly dependent on the number of cows. \n" ); document.write( "Then, \n" ); document.write( "nDays = k1 * nCows + k2 \n" ); document.write( "thus, \n" ); document.write( "40 = 40k1 + k2 \n" ); document.write( "60 = 30k1 + k2 \n" ); document.write( "Solving for k1, k2; \n" ); document.write( "k1 = -2, k2 = 120 \n" ); document.write( "Therefore, \n" ); document.write( "in case of 20 cows: \n" ); document.write( "nDays = 20*-2 + 120 = 80 days \n" ); document.write( ":) I hope I helped! \n" ); document.write( " \n" ); document.write( " |