document.write( "Question 261457: juan drives to work. because of traffic conditions, he averages 22 miles per hour. he returns home averaging 32 miles per hour. the total travel time is
\n" );
document.write( "2 1/4 hours. how do i do this equation? \n" );
document.write( "
Algebra.Com's Answer #192665 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the time taken to go from home to office = x hours \n" ); document.write( "Let the time taken to return from office to home = y hours \n" ); document.write( "Total time x+y = 2 1/4 hours \n" ); document.write( " x+y = 9/4 ...(1) \n" ); document.write( "The distances in both ways are equal \n" ); document.write( " 22x = 32y \n" ); document.write( " 22x-32y = 0 ...(2) \n" ); document.write( "(1)*32=> 32x+32y = 72 ...(3) \n" ); document.write( "(2)+(3)=> 54x = 72 \n" ); document.write( " x = 72/54 \n" ); document.write( " x = 4/3 hours \n" ); document.write( "(1)=> 4/3+y = 9/4 \n" ); document.write( " y = 9/4-4/3 \n" ); document.write( " y = (27-16)/12 \n" ); document.write( " y = 11/12 hour \n" ); document.write( " |