document.write( "Question 1011075: There are some men and buffaloes at a palce .if total number of heads are 15 and total number of legs are 46, then how many men and buffaloes are there.? \n" ); document.write( "
Algebra.Com's Answer #626613 by Boreal(15235) You can put this solution on YOUR website! men=x \n" ); document.write( "buffaloes=(15-x) \n" ); document.write( "2x+4(15-x)=46 \n" ); document.write( "2x+60-4x=46 \n" ); document.write( "-2x=-14 \n" ); document.write( "x=7 men (14 legs) \n" ); document.write( "15-x=8 buffaloes, (32 legs) \n" ); document.write( " |