document.write( "Question 739960: a farmer keeps hens and rabbits in his farm.one day he counted a total of 70 heads and 196 legs.how many more hens does he has then rabbits? \n" ); document.write( "
Algebra.Com's Answer #451434 by Menjax(62)\"\" \"About 
You can put this solution on YOUR website!
Let h = number of hens and r = number of rabbits
\n" ); document.write( "h+r=70 (total heads = total number of animals)(equation 1)
\n" ); document.write( "2h+4r=196 (each hen has 2 legs and rabbits have 4)(equation 2)
\n" ); document.write( "Times equation #1 by 2
\n" ); document.write( "2h+2r=140 (equation 3)
\n" ); document.write( "Equation 2 minus equation 3
\n" ); document.write( "2r=56
\n" ); document.write( "r=28
\n" ); document.write( "h=42
\n" ); document.write( "There are 14 more hens than there are rabbits
\n" ); document.write( "
\n" );