document.write( "Question 925454: There are 15 animals in the field. Some are sheep and some are chickens. There are 40 legs in all. How many of each animal are in the field?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #561546 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Hints:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = number of sheep \n" ); document.write( "y = number of chickens\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "15 animals total: x+y = 15 \n" ); document.write( "40 legs in all: 4x+2y = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you need to solve this system\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it might help to solve equation 1 for y to get |