document.write( "Question 964060: A student can type a 32 page essay in three hours. The students friend can type the paper in two hours. If they work together how long would it take them to type the paper together? \n" ); document.write( "
Algebra.Com's Answer #589028 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Let s = the rate of the student in papers/hour \n" ); document.write( "Let f = the rate of the friend in papers/hour \n" ); document.write( "s*3 = 1 paper \n" ); document.write( "divide each side by 3 \n" ); document.write( "s = 1/3 paper per hour \n" ); document.write( "f*2 = 1 paper \n" ); document.write( "divide each side by 2 \n" ); document.write( "f = 1/2 paper per hour\r \n" ); document.write( "\n" ); document.write( "Let t = the time to complete the paper \n" ); document.write( "s*t + f*t = 1 paper \n" ); document.write( "(1/3)t + (1/2)t = 1 paper \n" ); document.write( "multiply each side by 6 \n" ); document.write( " 2t + 3t = 6 \n" ); document.write( " 5t = 6 \n" ); document.write( "divide by 5 \n" ); document.write( " t = 6/5 hours\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |