document.write( "Question 1185898: a private jet flies the same distance in 4 hours that a commercial flies in 2 hours . if the speed of the commercial jet was 154 mph less than 3 times the speed of the private jet, find the speed of each jet \n" ); document.write( "
Algebra.Com's Answer #816755 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                      SPEEDS        TIME       DISTANCE\r\n" );
document.write( "PRIVATEJET             r             4          d\r\n" );
document.write( "COMMERCIALJET         3r-154         2          d\r\n" );
document.write( "

\n" ); document.write( "Distance d is same according to given description, so \"4r=2%283r-154%29\". You take the rest.
\n" ); document.write( "
\n" );