document.write( "Question 1120678: Please Help me solve this question\r
\n" );
document.write( "\n" );
document.write( " A garrison has provisions for a certain number of days; after 10 days 1/5 of the men desert and it is found the provisions will last just as long as before; how long was that? \n" );
document.write( "
Algebra.Com's Answer #736344 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let n be the number of men and x be the number of days \n" ); document.write( ": \n" ); document.write( "after 10 days, there are 4n/5 men \n" ); document.write( ": \n" ); document.write( "x/n is the potion of the provisions per man \n" ); document.write( ": \n" ); document.write( "x/n = (x-10)/(4n/5) \n" ); document.write( ": \n" ); document.write( "cross multiply the fractions \n" ); document.write( ": \n" ); document.write( "4nx/5 = nx -10n \n" ); document.write( ": \n" ); document.write( "multiply both sides of = by 5 \n" ); document.write( ": \n" ); document.write( "4nx = 5nx -50n \n" ); document.write( ": \n" ); document.write( "nx = 50n \n" ); document.write( ": \n" ); document.write( "x = 50 \n" ); document.write( ": \n" ); document.write( "the provisions last for 50 days \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |