document.write( "Question 438508: A new model computer is advertised as being 6 h faster at a certain processing job than an older model. If 3 of the older models and 2 of the new models work simultaneously, they can finish the job in 1 h. How long would it take one of the new machines to finish the job alone?\r
\n" );
document.write( "\n" );
document.write( "my teacher gave me the answer of 3 hours and i have other problems like this that i could do but for some reason i cant set this one up. thank you :) \n" );
document.write( "
Algebra.Com's Answer #303216 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! each machine does some FRACTION of the job based on the individual times \n" ); document.write( "___ the fractions add to one (the WHOLE job)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n = time for new machine , n+6 = time for old machine , 1 hr is combined time\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(1/n) + (1/n) + [1/(n+6)] + [1/(n+6)] + [1/(n+6)] = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(2/n) + [3/(n+6)] = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(n+6) + 3(n) = n(n+6) ___ 2n + 12 + 3n = n^2 + 6n ___ 0 = n^2 + n - 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0 = (n+4)(n-3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0 = n+4 ___ -4 = n ___ negative value NOT realistic\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0 = n-3 ___ 3 = n \n" ); document.write( " |