document.write( "Question 897481: Girl A can make one dress in 2 hours; girl B can make one dress in 4 hours; how long to make 12 dresses? \n" ); document.write( "
Algebra.Com's Answer #544494 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a=2
\n" ); document.write( "b=4
\n" ); document.write( "1/a+1/b=1/x
\n" ); document.write( "1/2+1/4=1/x
\n" ); document.write( "1/2+1/4=3/4
\n" ); document.write( "1/x=3/4
\n" ); document.write( "x=4/3 hour to make one dress together
\n" ); document.write( "4/3*12=16 hours working together to make 12 dresses.
\n" ); document.write( "
\n" );