document.write( "Question 1004251: there were some birds & deer in a zoo. if heads are counted, they are 200 & if legs are counted they are 580. how many birds are there? \n" ); document.write( "
Algebra.Com's Answer #620787 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number of birds and deer, b and d. \n" ); document.write( "From the facts of the problem \n" ); document.write( "b + d = 200 \n" ); document.write( "and \n" ); document.write( "2b + 4d = 580 \n" ); document.write( "We can solve this a couple of ways, but let's multiply the first equation by two and subtract it from the second... \n" ); document.write( "2b + 4d = 580 \n" ); document.write( "-(2b + 2d = 400) \n" ); document.write( "and we get \n" ); document.write( "2d = 180 \n" ); document.write( "d = 90 deer and then \n" ); document.write( "b = 110 birds \n" ); document.write( " |