document.write( "Question 822527: A manager needs a team of 20 staff members to finish a project in 12 days. How many staff will be needed to finish a project in 6 days \n" ); document.write( "
Algebra.Com's Answer #494905 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "jobs = 1 \n" ); document.write( "rate = jobs/worker-days \n" ); document.write( "rate = j/wd \n" ); document.write( "rate = 1/(20*12) \n" ); document.write( "--- \n" ); document.write( "j/wd = 1/(20*12) \n" ); document.write( "1/w6 = 1/(20*12) \n" ); document.write( "1/6 = w/(20*12) \n" ); document.write( "w = (1/6)(20*12) \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "w = 40 workers \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |