document.write( "Question 1163804: A and B make widgets. A and B together can finish making them in 24 days. A alone works for 16 days, then B alone works for 12 days. The rest of the widgets are 2/5 of the total. A makes 3 more widgets than B per day. How many widgets need to be made in total? \n" ); document.write( "
Algebra.Com's Answer #788007 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
A and B make widgets. A and B together can finish making them in 24 days.
\n" ); document.write( "A alone works for 16 days, then B alone works for 12 days.
\n" ); document.write( "The rest of the widgets are 2/5 of the total. A makes 3 more widgets than B
\n" ); document.write( "per day. How many widgets need to be made in total?
\n" ); document.write( "
\r\n" );
document.write( "Let the total number of widgets that need be made = n.\r\n" );
document.write( "Let B's rate be x widgets/day.\r\n" );
document.write( "Then A' rate is x + 3 widgets per day.\r\n" );
document.write( "\r\n" );
document.write( "So in 24 days, B makes 24x widgets. \r\n" );
document.write( "And in 24 days, A makes 24(x + 3) widgets.\r\n" );
document.write( "In 24 days, together they make n widgets.\r\n" );
document.write( "\r\n" );
document.write( "\"24x+%2B+24%28x+%2B+3%29+=+n\"\r\n" );
document.write( "\r\n" );
document.write( "When they work alone,\r\n" );
document.write( "A makes 16(x+3) widgets\r\n" );
document.write( "B makes 12x widgets \r\n" );
document.write( "\r\n" );
document.write( "Since the rest are 2/5 of n, working alone they made 3/5 of n \r\n" );
document.write( "\r\n" );
document.write( "\"16%28x+%2B+3%29%2B12x+=+expr%283%2F5%29n\"\r\n" );
document.write( "\r\n" );
document.write( "\"system%2824x+%2B+24%28x+%2B+3%29+=+n%2C+16%28x+%2B+3%29+%2B+12x=+expr%283%2F5%29n%29\"\r\n" );
document.write( "\r\n" );
document.write( "Solve that for x and n.\r\n" );
document.write( "\r\n" );
document.write( "You finish.  The required answer will be the value of n.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );