document.write( "Question 483044: the travel time for a plane that is traveling at a rate of x miles per hour for 200 miles \n" ); document.write( "
Algebra.Com's Answer #330580 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! d = r*t \n" ); document.write( "t = d/r \n" ); document.write( "t = 200/x hours \n" ); document.write( " \n" ); document.write( " |