document.write( "Question 301582: there is a farm with chickens and three legged cows. there are 95 heads total, totaling 195 legs. how many chickens are there? \n" ); document.write( "
Algebra.Com's Answer #216236 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
n=chickens
\n" ); document.write( "w=cows
\n" ); document.write( "n+w=95
\n" ); document.write( "3w+2n=195
\n" ); document.write( "
\n" ); document.write( "
\n" );