document.write( "Question 298712: A cat, a fox and a dog share a portion of 450 grams of meat. If two foxes eat as much as three cats and two cats eat as much as a dog, how many grams of meat does the fox eat?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #854281 by ikleyn(53804)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A cat, a fox and a dog share a portion of 450 grams of meat.
\n" ); document.write( "If two foxes eat as much as three cats and two cats eat as much as a dog,
\n" ); document.write( "how many grams of meat does the fox eat?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        The solution and the answer in the post by @mananth are incorrect.\r
\n" ); document.write( "\n" ); document.write( "        I came to bring a correct solution.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "let dog eats x grams\r\n" );
document.write( "cat eats x/2\r\n" );
document.write( "3 cats eat 3x/2\r\n" );
document.write( "2 foxes eat 3x/2\r\n" );
document.write( "each fox eats 3x/4\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The setup equation is\r\n" );
document.write( "\r\n" );
document.write( "    \"x+%2B+x%2F2+%2B+3x%2F4\" = 450\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and find x\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"%284x%2B2x%2B3x%29%2F4\" = 450\r\n" );
document.write( "\r\n" );
document.write( "    9x = 450*4\r\n" );
document.write( "\r\n" );
document.write( "    x = \"%28450%2A4%29%2F9\" = 50*4 = 200.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus, the dog eats 200 grams of meat.\r\n" );
document.write( "\r\n" );
document.write( "Hence, the cat eats  x/2 = 200/2 = 100 grams of meat,\r\n" );
document.write( "\r\n" );
document.write( "       the fox eats 3x/4 = 3*200/4 = 3*50 = 150 grams of meat.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "At this point, the problem is solved completely.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANNSWER.  The fox eats 150 grams of meat.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "CHECK the total:  dog + cat + fox = 200 + 100 + 150 = 450 grams.  ! Precisely correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved correctly.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );