document.write( "Question 131212: Problem \"Together, you and a friend can landscape a property in 6hours. Your friend takes 3 times as long to landscape the property alone as you take to do it alone. How long would it take you to do it alone? How long would your friend take to landscape the property alone?\"\r
\n" );
document.write( "\n" );
document.write( "I tried to solve it by formula (work rate x time= work done):\r
\n" );
document.write( "\n" );
document.write( "I came out with me as .75per hour and friend .25per hour \r
\n" );
document.write( "\n" );
document.write( "Is it right? If not, how would you solve it? \n" );
document.write( "
Algebra.Com's Answer #95795 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! TYHE FORMULA FOR THESE TYPE OF PROBLEMS IS: \n" ); document.write( "X*Y/(X+Y)=6 \n" ); document.write( "X*3X/(X+3X)=6 \n" ); document.write( "3X^2/4X=6 \n" ); document.write( "3X^2=24X \n" ); document.write( "3X^2-24X=0 \n" ); document.write( "3X(X-8)=0 \n" ); document.write( "X-8=0 \n" ); document.write( "X=8 HOURS FOR YOU TO CONPLETE THE JOB ALONE. \n" ); document.write( "3*8=24 HOURS FOR THE SLOWER WORKER TO COMPLETE THE JOB ALONE. \n" ); document.write( "PROOF: \n" ); document.write( "8*24/(8+24)=6 \n" ); document.write( "192/32=6 \n" ); document.write( "192=192 \n" ); document.write( " |