document.write( "Question 1159016: there are 100 animals in a shleter, some are dogs, some are birds. there are 360 total legs at the shelter. how many of each type of animal are at the shelter? \n" ); document.write( "
Algebra.Com's Answer #781994 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
there are 100 animals in a shelter, some are dogs, some are birds. there are 360 total legs at the shelter. how many of each type of animal are at the shelter?\r
\n" ); document.write( "\n" ); document.write( "let number of dogs be x
\n" ); document.write( "number of birds be y
\n" ); document.write( "there are 100 animals in a shelter,
\n" ); document.write( "x+y=100\r
\n" ); document.write( "\n" ); document.write( "there are 360 total legs
\n" ); document.write( "4x+2y=360
\n" ); document.write( "divide by 2
\n" ); document.write( "2x+y = 180
\n" ); document.write( "x+y=100
\n" ); document.write( "x+y=100
\n" ); document.write( "x=80 (dogs)
\n" ); document.write( "20 birds
\n" ); document.write( "
\n" );