document.write( "Question 985002: An automobile can travel 200 kilometers in the same time that a truck can travel 150 kilometers. If an automobile travels at a speed of 15 kph faster than the truck, what is the speed of the automobile?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #605858 by josgarithmetic(39616)\"\" \"About 
You can put this solution on YOUR website!
An automobile can travel D kilometers in the same time t that a truck can travel d kilometers.
\n" ); document.write( "If an automobile travels at a speed of p kph faster than the truck,
\n" ); document.write( "what is the speed of the automobile?
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "R, car speed
\n" ); document.write( "r, truck speed
\n" ); document.write( "R=r+p\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "VARIABLES ASSIGNED
\n" ); document.write( "\"system%28D=200%2Cd=150%2Cp=15%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "VARIABLES UNKNOWN
\n" ); document.write( "t, time of each vehicle
\n" ); document.write( "R and r\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "         speed   time    distance\r\n" );
document.write( "CAR       r+p       t       D\r\n" );
document.write( "TRUCK     r         t       d\r\n" );
document.write( "\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The question means, what is R?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The tabulated data gives this system:
\n" ); document.write( "\"highlight%28system%28%28r%2Bp%29%2At=D%2Crt=d%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solve the system for r and t. This will require a few algebraic steps. Use the value result
\n" ); document.write( "of r to evaluate R.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"rt%2Bpt=D\"
\n" ); document.write( "\"d%2Bpt=D\"
\n" ); document.write( "\"pt=D-d\"
\n" ); document.write( "\"t=%28D-d%29%2Fp\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Substitute for t in either equation, the \"d\" equation being arbitrary choice here.
\n" ); document.write( "\"r%28%28D-d%29%2Fp%29=d\"
\n" ); document.write( "\"highlight%28r=dp%2F%28D-d%29%29\"------substitute the values given and evaluate r, and then use this
\n" ); document.write( "to evaluate R.
\n" ); document.write( "
\n" ); document.write( "
\n" );