document.write( "Question 497443:  PLEASE HELP WITH THIS WORD PROBLEM...ERIN AND SUSAN BOTH TOOK THEIR DOGS FOR A WALK. TOGETHER THEY WALKED 15 MILES. IF ERIN WALKED 3 MILES LESS THAN SUSAN,HOW FAR DID SUSAN WALK HER DOG?\r
\n" );
document.write( "\n" );
document.write( "  \n" );
document.write( "
| Algebra.Com's Answer #336732 by lwsshak3(11628)      You can put this solution on YOUR website! PLEASE HELP WITH THIS WORD PROBLEM...ERIN AND SUSAN BOTH TOOK THEIR DOGS FOR A WALK. TOGETHER THEY WALKED 15 MILES. IF ERIN WALKED 3 MILES LESS THAN SUSAN,HOW FAR DID SUSAN WALK HER \n" ); document.write( "** \n" ); document.write( "let x=miles Susan walked \n" ); document.write( "x-3 = miles Erin walked \n" ); document.write( ".. \n" ); document.write( "x+x-3=15 \n" ); document.write( "2x=18 \n" ); document.write( "x=9 \n" ); document.write( "ans: \n" ); document.write( "Susan walked her dog 9 miles \n" ); document.write( " |