document.write( "Question 193115: jack mows the lawn in 7 hours and susie can mow the same lawn in 4 hours, how long would it take them to mow that lawn together? \n" ); document.write( "
Algebra.Com's Answer #144956 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! let x = total job,,, sq ft etc\r \n" ); document.write( "\n" ); document.write( "jacks rate is ,,,,x/7,,,,Sues rate is x/4\r \n" ); document.write( "\n" ); document.write( "rate *time = job\r \n" ); document.write( "\n" ); document.write( "x/7*t+x/4*t=x\r \n" ); document.write( "\n" ); document.write( "mult by 28,,,,divide by x\r \n" ); document.write( "\n" ); document.write( "4t+7t=28\r \n" ); document.write( "\n" ); document.write( "11t=28\r \n" ); document.write( "\n" ); document.write( "t=28/11=2.55 hrs ANSWER\r \n" ); document.write( "\n" ); document.write( "check \n" ); document.write( "x/7 *2.55+x/4*2.55=x \n" ); document.write( ".364x +.636x =x \n" ); document.write( "x=x ok \n" ); document.write( " |