document.write( "Question 993304: A small farm has sheep and chickens. There are twice as
\n" );
document.write( "many chicken as sheep, and there are 104 legs between the sheep and the chickens. How many chickens are there? \n" );
document.write( "
Algebra.Com's Answer #612576 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A small farm has sheep and chickens. There are twice as \n" ); document.write( "many chicken as sheep, and there are 104 legs between the sheep and the chickens. How many chickens are there? \n" ); document.write( "Equations: \n" ); document.write( "c = 2s \n" ); document.write( "2c+4s = 104 legs \n" ); document.write( "---------------------- \n" ); document.write( "Substitute for \"c\" and solve for \"s\": \n" ); document.write( "2(2s) + 4s = 104 \n" ); document.write( "8s = 104 \n" ); document.write( "s = 13 (# of sheep) \n" ); document.write( "---- \n" ); document.write( "Solve for \"c\": \n" ); document.write( "c = 2s = 2*13 = 26 (# of chickens) \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |