document.write( "Question 319987: A motorist travels a distance of 120 miles. Had she increased her average speed by 10 mi/hr she would have cut 36 minutes off of her travel time. Find her average speed. \n" ); document.write( "
Algebra.Com's Answer #229158 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let her speed be x
\n" ); document.write( "increased speed = x+10
\n" ); document.write( "distance traveled=120 miles
\n" ); document.write( "36/60 = 3/5 hours
\n" ); document.write( "..
\n" ); document.write( "time taken with increased speed= original time -3/5 hours
\n" ); document.write( "120/x+10= 120/x -3/5
\n" ); document.write( "120/x+10=600-3x /5x
\n" ); document.write( "5x*120=(x+10)(600-3x)
\n" ); document.write( "600x=600x-30x+6000-3x^2
\n" ); document.write( "3x^2+30x-6000=0
\n" ); document.write( "x^2+10x-2000=0
\n" ); document.write( "x^2+50x-40x-2000=0
\n" ); document.write( "x(x+50)-40(x+50)=0
\n" ); document.write( "(x+50)(x-40)=0
\n" ); document.write( "x=40 mph
\n" ); document.write( "
\n" );