document.write( "Question 704664: a manufacturing plant is going to use two different stamping machines to complete an order of 975 units. One produces 100 units per hour, while the other produces 75 units per hour. How long must each machine operate to complete the order if, during the process, the faster machine is shut down for 2.5 hours for repairs? \n" ); document.write( "
Algebra.Com's Answer #434210 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
a manufacturing plant is going to use two different stamping machines to complete an order of 975 units.
\n" ); document.write( " One produces 100 units per hour, while the other produces 75 units per hour.
\n" ); document.write( " How long must each machine operate to complete the order if, during the process, the faster machine is shut down for 2.5 hours for repairs?
\n" ); document.write( ":
\n" ); document.write( "let t = time operated by the slower machine
\n" ); document.write( "then
\n" ); document.write( "(t-2.5)= time operated by the faster machine
\n" ); document.write( ":
\n" ); document.write( "75t + 100(t-2.5) = 975
\n" ); document.write( "75t + 100t - 250 = 975
\n" ); document.write( "175t = 975 + 250
\n" ); document.write( "175t = 1225
\n" ); document.write( "t = 1225/175 =
\n" ); document.write( "t = 7 hrs by the slower machine and
\n" ); document.write( "7 - 2.5 = 4.5 hrs by the faster
\n" ); document.write( ":
\n" ); document.write( "See if that check out
\n" ); document.write( "7(75) = 525 units
\n" ); document.write( "4.5(100) = 450 units
\n" ); document.write( "-----------------------
\n" ); document.write( "total units: 975
\n" ); document.write( "
\n" );