document.write( "Question 975804: Jessie recently drove to visit her parents who live 540 miles away. On her way there her average speed was 11 miles per hour faster than on her way home (she ran into some bad weather). If Jessie spent a total of 18 hours driving, find the two rates \n" ); document.write( "
Algebra.Com's Answer #597474 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Jessie recently drove to visit her parents who live 540 miles away. On her way there her average speed was 11 miles per hour faster than on her way home (she ran into some bad weather). If Jessie spent a total of 18 hours driving, find the two rates \n" ); document.write( "*** \n" ); document.write( "let x=speed on the way home \n" ); document.write( "x+11=speed on the way to visit her parents \n" ); document.write( "travel time=distance/speed \n" ); document.write( " \n" ); document.write( "lcd: x(x+11). \n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "540(x+11)+540x=18(x^2+11x) \n" ); document.write( "540x+5940+540x=18x^2+198x \n" ); document.write( "18x^2-882x-5940=0 \n" ); document.write( "divide by 18: \n" ); document.write( "x^2-49x-330=0 \n" ); document.write( "(x+6)(x-55)=0 \n" ); document.write( "x=55 \n" ); document.write( "x+11=66 \n" ); document.write( "speed on the way home=55 mph \n" ); document.write( "speed on the way to visit her parents = 66 mph \n" ); document.write( " |