document.write( "Question 909524: The goal is to buy exactly 100 farm animals with exactly 100 dollars. You must buy at least 1 of each animal. How many of each animal should you buy? Cows: $10 each Pigs: $3 each Chickens: $.50 each \n" ); document.write( "
Algebra.Com's Answer #551903 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
w+g+n=100
\n" ); document.write( "10w+3g+.5n=100
\n" ); document.write( "1 pigs $3
\n" ); document.write( "94 chickens =$47
\n" ); document.write( "5 cows = $50
\n" ); document.write( "
\n" ); document.write( "
\n" );