document.write( "Question 106772: A consultant traveled 10 hours to attend a meeting. The return trip took only 9 hours because the speed was 3 miles per hour faster. What was the consultant's speed each way? \n" ); document.write( "
Algebra.Com's Answer #77706 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=going, so x+3=returning ... d=rt ... 10x=9(x+3) \n" ); document.write( " |