document.write( "Question 321874: 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 2and1/4 hours. \r
\n" );
document.write( "\n" );
document.write( "a. Define a variable for the time Juan takes to work. Write an expression for the time Juan takes to return home.\r
\n" );
document.write( "\n" );
document.write( "b. Write and solve an equation to find the time Juan spends driving to work. \n" );
document.write( "
Algebra.Com's Answer #344254 by gc2000(22)![]() ![]() You can put this solution on YOUR website! Correction: \n" ); document.write( "Equation: \n" ); document.write( "d = (r)(t) \n" ); document.write( "t = d/r \n" ); document.write( "let x be variable for d(istance) to work \n" ); document.write( "Time to work = x/22; Time to return home = x/32\r \n" ); document.write( "\n" ); document.write( "time + time = 2.25 (= 2 1/4 hrs = 9/4 hrs) \n" ); document.write( "x/22 + x/32 = 9/4 hrs (NOT 5/2 = 2.5 hrs) \n" ); document.write( "multiply through by 32*22: \n" ); document.write( "[(32)(22)(x/22)] + [(32)(22)(x/32)] = (32)(22)(9/4) \n" ); document.write( "[32x] + [22x] = (4*8)(22)(9/4) = (8)(22)(9) \n" ); document.write( "54x = 1584 \n" ); document.write( "x = 29.333\r \n" ); document.write( "\n" ); document.write( "Time to work = x/22 = 29.333/22 = 1.333hrs = 1 hr, 20 min \n" ); document.write( "--- \n" ); document.write( "ALSO, please check similar problems/solutions that set distance to work and from work as equal to each other. This alternate method may be easier to set up: \n" ); document.write( "let x equal time to work (instead of distance to work as I did above) \n" ); document.write( "then time to work = x \n" ); document.write( "time to return = difference between total time and time to work \n" ); document.write( "time to return = 2.25 - x\r \n" ); document.write( "\n" ); document.write( "Set distances as equal: \n" ); document.write( "distance to work = distance to return {d = (r)(t)} \n" ); document.write( "(rate to work)(time to work) = (return rate)(return time) \n" ); document.write( "(22)(x) = (32)(2.25 - x) \n" ); document.write( "22x = 72 - 32x \n" ); document.write( "add 32x to both sides of equation \n" ); document.write( "54x = 72 \n" ); document.write( "x = 72/54 = 4/3 hrs \n" ); document.write( "time to work = 1 hour 20 minutes \n" ); document.write( " \n" ); document.write( " |