document.write( "Question 908450: Two people can solve a problem in 20 minutes. One of them
\n" );
document.write( "alone can solve that problem in 9 minutes less than the time
\n" );
document.write( "needed by the second person, how long would it take the
\n" );
document.write( "faster person working alone to solve the problem? \n" );
document.write( "
Algebra.Com's Answer #551034 by richwmiller(17219) You can put this solution on YOUR website! 1/x+1/(x+9)=1/20 \n" ); document.write( "(20*x*(x+9))/x+(20*x*(x+9))/(x+9)=(20*x*(x+9))/20 \n" ); document.write( "(20*(x+9))+20*x=x*(x+9) \n" ); document.write( "20*x+180+20*x=x^2+9*x \n" ); document.write( "40*x+180=x^2+9*x \n" ); document.write( "x^2-31*x-180=0 \n" ); document.write( "Can it be factored? \n" ); document.write( "What factors of -180 add up to -31? \n" ); document.write( "Nevertheless, we will complete the square \n" ); document.write( "x^2-31*x=180 \n" ); document.write( "add it \n" ); document.write( "x^2-31*x+(-31/2)=180+(-31/2) \n" ); document.write( "square it \n" ); document.write( "x^2-31*x+(961/4)=180+(961/4) \n" ); document.write( "x^2-31*x+(240.25)=180+(240.25) \n" ); document.write( "x^2-31*x+(240.25)=420.25 \n" ); document.write( "(x-15.5)^2=420.25 \n" ); document.write( "(x-15.5)^2=420.25 \n" ); document.write( "we can continue \n" ); document.write( "x-15.5=+-20.5 \n" ); document.write( "x=15.5+-20.5 \n" ); document.write( "Positive useful answer: \n" ); document.write( "x=15.5+20.5 \n" ); document.write( "One answer is x=36 \n" ); document.write( "x+9=9+36 \n" ); document.write( "x+9=45 \n" ); document.write( "check \n" ); document.write( "1/x+1/(x+9)=1/20 \n" ); document.write( "1/36+1/(36+9)=1/20 \n" ); document.write( "1/36+1/45=1/20 \n" ); document.write( "45/1620+36/1620=1/x \n" ); document.write( "0.05=0.05 \n" ); document.write( "ok\r \n" ); document.write( "\n" ); document.write( "Negative useless answer: \n" ); document.write( "x=15.5-20.5 \n" ); document.write( "Negative answer is x=-5.0 \n" ); document.write( "For real life cases involving time, distance and other measurements, we reject the negative results\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |