document.write( "Question 994811: Paul and Derick complete a certain job if Paul works for 3 days and Derick works for 2 days or if they both work for 2 2/5 days. How long will it take each to do the job alone? \n" ); document.write( "
Algebra.Com's Answer #613857 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Paul and Derick complete a certain job if Paul works for 3 days and Derick works for 2 days or if they both work for 2 2/5 days.
\n" ); document.write( " How long will it take each to do the job alone?
\n" ); document.write( ":
\n" ); document.write( "let p = time required if Paul works alone
\n" ); document.write( "let d = time required if Derick works alone
\n" ); document.write( "let the completed job = 1
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each scenario
\n" ); document.write( ":
\n" ); document.write( "\"3%2Fp\" + \"2%2Fd\" = 1
\n" ); document.write( "and change 2\"2%2F5\" days to 2.4 days
\n" ); document.write( "\"2.4%2Fp\" + \"2.4%2Fd\" = 1
\n" ); document.write( ":
\n" ); document.write( "we can use elimination here, multiply the 1st equation by 8, the 2nd equation by 10.
\n" ); document.write( "\"24%2Fp\" + \"16%2Fd\" = 8
\n" ); document.write( "\"24%2Fp\" + \"24%2Fd\" = 10
\n" ); document.write( "-----------------------------Subtract the 1st eq from the 2nd and you have
\n" ); document.write( "\"8%2Fd\" = 2
\n" ); document.write( "8 = 2d
\n" ); document.write( "d = 4 days for Derick working alone
\n" ); document.write( ":
\n" ); document.write( "Use the first equation to find p
\n" ); document.write( "\"3%2Fp\" + \"2%2F4\" = 1
\n" ); document.write( "\"3%2Fp\" = 1 - \"1%2F2\"
\n" ); document.write( "\"3%2Fp\" = \"1%2F2\"
\n" ); document.write( "p = 3*2
\n" ); document.write( "p = 6 days for Paul alone
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Confirm this in the 2nd equation
\n" ); document.write( "\"2.4%2F6\" + \"2.4%2F4\" = 1
\n" ); document.write( ".4 + .6 = 1
\n" ); document.write( "
\n" );