document.write( "Question 1115665: If a beet-sugar factory in England processed 2000 tons less of beets per day, it would take 1 day longer to slice 60,000 tons of them. How many tons of beets are processed per day? \n" ); document.write( "
Algebra.Com's Answer #730524 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let x = \"How many tons of beets are processed per day?\", i.e. the value under the question.\r\n" );
document.write( "\r\n" );
document.write( "Then the condition gives you this equation\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"60000%2F%28x-2000%29\" - \"60000%2Fx\" = 1,     (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "which is direct translation of the condition to Math.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To simplify calculations, we can make an agreement that we measure the amounts not in tons, but in THOUSANDS of tons.\r\n" );
document.write( "\r\n" );
document.write( "Then the equation (1) takes the form\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"60%2F%28x-2%29\" - \"60%2Fx\" = 1.              (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then I can solve it mentally:  x = 12.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Indeed,  \"60%2F%2812-2%29\" - \"60%2F12\" = \"60%2F10+-+60%2F12\" = 6 - 5 = 1.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "You can solve the equation (2) formally by multiplying both sides by x:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "60*x - 60*(x-2) = x*(x-2),\r\n" );
document.write( "\r\n" );
document.write( "60x - 60x + 120 = x^2 - 2x\r\n" );
document.write( "\r\n" );
document.write( "x^2 - 2x - 120 = 0\r\n" );
document.write( "\r\n" );
document.write( "(x - 12)*(x + 10) = 0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Of the two roots  x= 12  and  x= -10  only positive root x= 12 satisfies the condition.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  12000 tons of beets are processed per day normally.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );