document.write( "Question 1050282: In farmer Jack's field, it takes ten cows twenty days to eat all the grass. If fifteen cows are in the field, the grass will be gone in ten days. When will the grass be gone if there are twenty-five cows in the field? \n" ); document.write( "
Algebra.Com's Answer #665861 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
In farmer Jack's field, it takes ten cows twenty days to eat all the grass
\n" ); document.write( "10*20 = 200 cowdays to eat all the grass
\n" ); document.write( " If fifteen cows are in the field, the grass will be gone in ten days.
\n" ); document.write( "15*10 = 150 cowdays
\n" ); document.write( "This tells us there is not a linear relationship between cows and days
\n" ); document.write( ":
\n" ); document.write( " When will the grass be gone if there are twenty-five cows in the field?
\n" ); document.write( "let d = no. of days to eat all the grass
\n" ); document.write( "25d = 200
\n" ); document.write( "d = 200/25
\n" ); document.write( "d = 8 days
\n" ); document.write( "or
\n" ); document.write( "25d = 150
\n" ); document.write( "d = 150/25
\n" ); document.write( "d = 6 days
\n" ); document.write( "So let's strike an average and say 25 cows will eat all the grass in 7 days
\n" ); document.write( "
\n" ); document.write( "
\n" );