document.write( "Question 678410: 1). A team of workers must to finish 360 parts. They
\n" );
document.write( "finish 4 more parts in a day so they finish the work 1 day
\n" );
document.write( "earlier. In how many days they finish all 360 parts?
\n" );
document.write( "2). Two pipes fill a pool in 6 hours together. First pipe fill
\n" );
document.write( "5 hours faster than second pipe. In how many hours both
\n" );
document.write( "of pipes fill the pool separately.
\n" );
document.write( "3). For a field two tractors are working. First tractor
\n" );
document.write( "finish the work alone 1 day earlier than second tractor
\n" );
document.write( "alone. After they work together for 2 days first tractor
\n" );
document.write( "went out and the second tractor finish the rest of field in
\n" );
document.write( "0,5 days. In how many days both of the tractors can
\n" );
document.write( "finish the field alone?
\n" );
document.write( "4). A machine made 208 parts in 3 days. In the first day
\n" );
document.write( "the machine made normal amount of parts. In the second
\n" );
document.write( "day it made 15% more parts and in the third day it made
\n" );
document.write( "10 more parts from the second day. How many parts it
\n" );
document.write( "made in every day? \n" );
document.write( "
Algebra.Com's Answer #421380 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 1). A team of workers must finish 360 parts. They finish 4 more parts in a day so they finish the work 1 day earlier. \n" ); document.write( "In how many days they finish all 360 parts? \n" ); document.write( ": \n" ); document.write( "Let p = normal no. of parts per day \n" ); document.write( "Let t = normal no. of days to finish 360 parts \n" ); document.write( ": \n" ); document.write( "Write an equation for each scenario: \n" ); document.write( " \n" ); document.write( "When 4 more are done per day: \n" ); document.write( " \n" ); document.write( "Replace t \n" ); document.write( " \n" ); document.write( "multiply by p(p+4) to get rid of the denominators \n" ); document.write( "360p = 360(p+4) - p(p+4) \n" ); document.write( "360p = 360p + 1440 - p^2 - 4p \n" ); document.write( "combine like terms and form a quadratic equation on the left \n" ); document.write( "p^2 + 4p - 1440 = 0 \n" ); document.write( "You can factor this to \n" ); document.write( "(p+40)(p-36) = 0 \n" ); document.write( "the positive solution is all we want here \n" ); document.write( "p = 36 parts a day normally \n" ); document.write( "Find the normal number of days to finish 360 parts \n" ); document.write( "360/36 = 10 days \n" ); document.write( ": \n" ); document.write( "Find the number of days when 4 more parts a day are completed \n" ); document.write( "360/40 = 9 days, one day earlier \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "2). Two pipes fill a pool in 6 hours together. \n" ); document.write( " First pipe fill 5 hours faster than second pipe. \n" ); document.write( " In how many hours do both of pipes fill the pool separately. \n" ); document.write( ": \n" ); document.write( "Let x = time required by the 1st pipe \n" ); document.write( "then \n" ); document.write( "(x+5) = time required by the 2nd pipe \n" ); document.write( "Let the complete job = 1 \n" ); document.write( ": \n" ); document.write( "A typical shared work equation \n" ); document.write( " \n" ); document.write( "multiply by x(x+5), obtain a quadratic equation, and solve it \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "3). For a field two tractors are working. \n" ); document.write( "First tractor finishes the work alone 1 day earlier than second tractor alone. \n" ); document.write( " After they work together for 2 days, the first tractor went out and the second tractor finished the rest of field in 0,5 days. \n" ); document.write( " In how many days both of the tractors can finish the field alone? \n" ); document.write( ": \n" ); document.write( "Let t = time (days) for the 1st tractor alone \n" ); document.write( "then \n" ); document.write( "(t+1) = time for the 2nd tractor alone \n" ); document.write( "Let the completed job = 1 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "do this the same way as no. 2 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "4). A machine made 208 parts in 3 days. \n" ); document.write( " In the first day the machine made a normal amount of parts. \n" ); document.write( "let p = the no. made the 1st day \n" ); document.write( ": \n" ); document.write( " In the second day it made 15% more parts \n" ); document.write( "1.15p = no. on the 2nd day \n" ); document.write( ": \n" ); document.write( " and in the third day it made 10 more parts from the second day. \n" ); document.write( "1.15p + 10 \n" ); document.write( ": \n" ); document.write( " How many parts did it make every day? \n" ); document.write( "p + 1.15p + (1.15p+10) = 208 \n" ); document.write( "find p \n" ); document.write( " |