document.write( "Question 313688: a giraffe is six times heavier than a lion. a zebra is one-quarter as heavy as a lion. together they are 450kg. how much does each animal weigh?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #224328 by mananth(16946)![]() ![]() You can put this solution on YOUR website! a giraffe is six times heavier than a lion. a zebra is one-quarter as heavy as a lion. together they are 450kg. how much does each animal weigh?\r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "let lion weigh x kg \n" ); document.write( "giraffe= 6x \n" ); document.write( "zebra = x/4 \n" ); document.write( "Total = 450. \n" ); document.write( ".. \n" ); document.write( "x+x/4 +6x=450 \n" ); document.write( "29x/4 =450 \n" ); document.write( "x=1800/29 \n" ); document.write( "lion = 62.06 kgs \n" ); document.write( "giraffe= 372.6 kgs \n" ); document.write( "zebra = 15.5 \n" ); document.write( "CHECK \n" ); document.write( "62.06 +372.6+15.5=450.6kgs \n" ); document.write( " |