document.write( "Question 388218: here is another tricky question.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "On a certain day two inspectors, A and B, employed by a factory, were inspecting a lot of manufactured articles. In the morning A ha inspected 1500 articles before B started in. during the remainder of the morning they inspected 4000 more, A working 4 hours altogether. In the afternoon A worked 4 hrs. and B 2 hrs., in which time they inspected 5200 articles. Find the average number of articles that each inspected per hour and the number of hrs. that B worked in the morning.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #274706 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Okay this is what I got: \n" ); document.write( "let a = articles/hr done by A \n" ); document.write( "b = articles/hr done by B. \n" ); document.write( "Let x = # hrs done by A in the morning BEFORE B joined him. \n" ); document.write( "Then: \n" ); document.write( "ax = 1500 <------(1) \n" ); document.write( "(a+b)(4-x) = 4000 <------(2) \n" ); document.write( "4a + 2b = 5200, which is the same as 2a + b = 2600<---(3) \n" ); document.write( "We got a system of non-linear equations. \n" ); document.write( "From eq'n (3), b = 2600 - 2a \n" ); document.write( "From eq'n(1), x = 1500/a. Plugging both of these into (2), we get \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(a - 1000)(a - 975) = 0----> a = 1000, or 975.\r \n" ); document.write( "\n" ); document.write( "If a = 1000, b = 600, and x = 1.5 hrs. \n" ); document.write( "If a = 975, b = 650, and x = 20/13 hrs.\r \n" ); document.write( "\n" ); document.write( "So we actually have 2 possible scenarios here, both being viable. \n" ); document.write( "B worked for 4 - x = 4 - 1.5 = 2.5 hours in the morning, OR, equally possible, \n" ); document.write( "4 - 20/13 = 32/13 hours in the morning. \n" ); document.write( " |