document.write( "Question 1003343: alan, bill, cathy, and debbie work at a sub shop. It takes alan 2 minutes to make 1 sub alone. When working together , alan and bill can make 5 subs in 6 minutes, bill and cathy can make 7 subs in 12 mintues, and cathy and debbie can make 9 subs in 20 minutes. If all four employees work together , how many subs can they make in an hour? \n" ); document.write( "
Algebra.Com's Answer #620083 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
alan, bill, cathy, and debbie work at a sub shop.
\n" ); document.write( "let a = Alan's time to make one sub
\n" ); document.write( "let b = Bill's time to make one sub
\n" ); document.write( "let c = Cathy's time \" \"
\n" ); document.write( "let d = Debbie's time \" \"
\n" ); document.write( ":
\n" ); document.write( " It takes alan 2 minutes to make 1 sub alone.
\n" ); document.write( "a = 2
\n" ); document.write( " When working together , alan and bill can make 5 subs in 6 minutes,
\n" ); document.write( "\"6%2Fa\" + \"6%2Fb\" = 5
\n" ); document.write( "so we have
\n" ); document.write( "\"6%2F2\" + \"6%2Fb\" = 5
\n" ); document.write( "3 + \"6%2Fb\" = 5
\n" ); document.write( "\"6%2Fb\" = 5 - 3
\n" ); document.write( "\"6%2Fb\" = 2
\n" ); document.write( "2b = 6
\n" ); document.write( "b = 3 min for bill to make 1 sub
\n" ); document.write( ":
\n" ); document.write( " bill and cathy can make 7 subs in 12 mintues, and
\n" ); document.write( "\"12%2Fb\" + \"12%2Fc\" = 7
\n" ); document.write( "\"12%2F3\" + \"12%2Fc\" = 7
\n" ); document.write( "\"12%2Fc\" = 7 - 4
\n" ); document.write( "\"12%2Fc\" = 3
\n" ); document.write( "3c = 12
\n" ); document.write( "c = 4 min for Cathy to make 1
\n" ); document.write( ":
\n" ); document.write( " cathy and debbie can make 9 subs in 20 minutes.
\n" ); document.write( "\"20%2Fc\" + \"20%2Fd\" = 9
\n" ); document.write( "\"20%2F4\" + \"20%2Fd\" = 9
\n" ); document.write( "\"20%2Fd\" = 9 - 5
\n" ); document.write( "\"20%2Fd\" = 4
\n" ); document.write( "4d = 20
\n" ); document.write( "d = 5 min for Debbie to make 1
\n" ); document.write( ":
\n" ); document.write( " If all four employees work together , how many subs can they make in an hour?
\n" ); document.write( "All 4 in 60 min
\n" ); document.write( "\"60%2Fa\" + \"60%2Fb\" + \"60%2Fc\" + \"60%2Fd\" =
\n" ); document.write( "replace the values for each
\n" ); document.write( "\"60%2F2\" + \"60%2F3\" + \"60%2F4\" + \"60%2F5\" =
\n" ); document.write( "30 + 20 + 15 + 12 = 77 subs
\n" ); document.write( "
\n" );