document.write( "Question 877387: 2 men and 3 boys can do a piece of work in 10 days while 3 men and 2 boys can do the same work in 8 days. In how many days can 2 men and 1 boys do the work? \n" ); document.write( "
Algebra.Com's Answer #529314 by josgarithmetic(39621)\"\" \"About 
You can put this solution on YOUR website!
Let m = rate of work for 1 man and b = rate of work for 1 boy. Call one piece of work, 1 job.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The rate of any two agents working simultaneously are simply combined as addition. The \"while\" is the comparison operation for equality.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The description is numerically transcribed as:
\n" ); document.write( "\"%282m%2B3b%29%2A10=1=%283m%2B2b%29%2A8\", which is really TWO equations.
\n" ); document.write( "
\n" );