document.write( "Question 90435: how many birds and lions do you have in your zoo? If there are 30 heads and 100 feet. \n" ); document.write( "
Algebra.Com's Answer #65635 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how many birds and lions do you have in your zoo? If there are 30 heads and 100 feet. \n" ); document.write( "---------- \n" ); document.write( "Let # of birds be \"b\"; let number of lions be \"l\" \n" ); document.write( "Head equation: b+l = 30 \n" ); document.write( "Feet equation: 2b+4l = 100 \n" ); document.write( "-------------- \n" ); document.write( "l = 30-b \n" ); document.write( "Substitute to get: \n" ); document.write( "2b + 4(30-b) = 100 \n" ); document.write( "Solve for b: \n" ); document.write( "2b+120-4b = 100 \n" ); document.write( "-2b = -20 \n" ); document.write( "b = 10 (# of birds) \n" ); document.write( "l = 30 - 10 = 20 ( # of lions) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |