document.write( "Question 347029: Joelle walks to a store at 4.5MPH. She meets her friend and walks back at 3mph. Total walking time is 1 hour. How long did it take to walk to the store? What is the distance to the store? \n" ); document.write( "
Algebra.Com's Answer #248135 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let store distance be x mph
\n" ); document.write( "speed = 4.5 mh
\n" ); document.write( "time taken = x/4.5 hours
\n" ); document.write( "..
\n" ); document.write( "return from store
\n" ); document.write( "time = x/3 hours
\n" ); document.write( "..
\n" ); document.write( "x/4.5 + x/3 = 1
\n" ); document.write( "(3x+4.5x) /4.5*3 =1
\n" ); document.write( "7.5x= 4.5*3
\n" ); document.write( "7.5x = 13.5
\n" ); document.write( "x= 13.5/7.5
\n" ); document.write( "x= 1.8 miles
\n" ); document.write( "...
\n" ); document.write( "distance = 1.8 miles
\n" ); document.write( "speed = 4.5 mph
\n" ); document.write( "time = 1.8/4.5 hours
\n" ); document.write( "time to walk to store = 0.4 hours = 24 minutes
\n" ); document.write( "
\n" );