document.write( "Question 1032831: If a truck travels 280 miles in the same time that it takes a car to travel 455 miles, if the truck is 25 miles per hour slower than the car find the rates \n" ); document.write( "
Algebra.Com's Answer #647407 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Assign variables, use RT=D to relate speed, time, distance, setup a table of data (if this helps), and form a system of equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "VEHICLE         SPEED         TIME       DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "TRUCK             r-25         t           280\r\n" );
document.write( "\r\n" );
document.write( "CAR               r            t           455\r\n" );
document.write( "
\n" ); document.write( "
\n" );