document.write( "Question 1125317: Two airplanes left the same airport and arrived at the same destination at the same time. The first airplane left at 8:00 a.m. and traveled at an average rate of 496 miles per hour. The second airplane left at 8:30 a.m. and traveled at an average rate of 558 miles per hour. Let x represent the number of hours that the first plane traveled.\r
\n" );
document.write( "\n" );
document.write( "How many hours did it take the first plane to travel to the destination? \n" );
document.write( "
Algebra.Com's Answer #741615 by ikleyn(52790)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let t = \"How many hours did it take the first plane to travel to the destination\".\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then (t-0.5) is the time in hours for the second plane (it started 30 minutes = 0.5 of an hour later).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The equation is\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 496*t = 558*(t-0.5),\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "saying that the distance is the sane.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 496t = 558t - 558*0.5\r\n" ); document.write( "\r\n" ); document.write( " 558*0.5 = 558t - 496t = (558 - 496)*t = 62t ====> t =\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |