document.write( "Question 376163: on a recent trip, a trucker traveled 330 mi at a constant rate. because of road construction, the trucker then had to reduce the speed by 25 mph. an additional 30 mi was traveled at the reduced rate. the total time for the entire trip was 7 h. find the rate of the trucker for the first 330 mi. \n" ); document.write( "
Algebra.Com's Answer #267582 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let speed for 330 miles be x \n" ); document.write( "next 30 miles x-25 mph. \n" ); document.write( "... \n" ); document.write( "time for 330 miles +time for 30 miles = 7 \n" ); document.write( ".. \n" ); document.write( "t=d/r \n" ); document.write( "330/x + 30/(x-25)=7 \n" ); document.write( "LCD = x(x-25) \n" ); document.write( "(330(x-25)+30x )/(x(x-25)= 7 \n" ); document.write( ".. \n" ); document.write( "(330x-8250+30x)/(x(x-25)=7 \n" ); document.write( "... \n" ); document.write( "360x-8250 = 7*(x(x-25) \n" ); document.write( ".. \n" ); document.write( "360x-8250 = 7x^2-175x \n" ); document.write( "7x^2-360x-175x+8250=0 \n" ); document.write( "7x^2-535x+8250=0 \n" ); document.write( "... \n" ); document.write( "find roots x1,x2 by quadratic formula \n" ); document.write( "discriminant =b^2-4ac= 55225 \n" ); document.write( "... \n" ); document.write( "x1=(535+sqrt(55225))/14 \n" ); document.write( "x1=55 mph \n" ); document.write( ".. \n" ); document.write( "x2= (535-sqrt(55225))/14 \n" ); document.write( "x2=21.42 mph. ( not possible since speed was reduced by 25 mph.) \n" ); document.write( ".. \n" ); document.write( "So speed = 55 mph for the 330 mile part \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " \n" ); document.write( " |