document.write( "Question 393447: A particular farm has cows and ducks. There are a total of 79 heads and 212 legs. How many cows are there and how many ducks are there? \n" ); document.write( "
Algebra.Com's Answer #279233 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Let c=number of cows and d=number of ducks.
\n" ); document.write( "4c+2d=212
\n" ); document.write( "c+d=79
\n" ); document.write( "c=79-d
\n" ); document.write( "4(79-d)+2d=212
\n" ); document.write( "316-4d+2d=212
\n" ); document.write( "-2d=-104
\n" ); document.write( "d=52
\n" ); document.write( "c=27
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );