document.write( "Question 1094481: Farmer Del has 40 more chickens than cows on his farm. He also has 10 fewer pigs than cows and 20 fewer sheep than chickens. He also has 4 horses. If Farmer Del has a total of 110 animals on his farm, how many of each kind does he have? \n" ); document.write( "
Algebra.Com's Answer #709060 by ikleyn(52794)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let the number of cows be x.\r\n" );
document.write( "\r\n" );
document.write( "Then the number of chickens is (x+40),\r\n" );
document.write( "\r\n" );
document.write( "     the number of pigs is (x-10),\r\n" );
document.write( "\r\n" );
document.write( "     the number of sheep is ((x+40) - 20) = (x+20),\r\n" );
document.write( "\r\n" );
document.write( "The number of horses is 4.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Altogether\r\n" );
document.write( "\r\n" );
document.write( "    cows + chicken + pigs + sheep + horses = 110  ====>\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     x   +  (x+40) + (x-10) + (x+20) + 4 = 110  ====>\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    4x + 40 - 10 +20 + 4 = 110  ====>\r\n" );
document.write( "\r\n" );
document.write( "    4x + 54 = 110  ====>  4x = 110-54 = 56  ====>  x = \"56%2F4\" = 14.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, farmer Del has 14 cows.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From this point, can you complete the solution on your own ?\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );