document.write( "Question 1033486: Two cars started at sunrise and each travelled at a constant speed,one from city A to city B and the other from city B to city A on the same highway.they met at noon and without stopping and arrived at city B at 4 p.m and at city A at 9 p.m.required:Determine the sunrise time for that day \n" ); document.write( "
Algebra.Com's Answer #648140 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two cars started at sunrise and each travelled at a constant speed, \n" ); document.write( "one from city A to city B and the other from city B to city A on the same highway. \n" ); document.write( "they met at noon and without stopping and arrived at city B at 4 p.m and at city A at 9 p.m. \n" ); document.write( "required: Determine the sunrise time for that day \n" ); document.write( ": \n" ); document.write( "let t = time from sunrise to noon \n" ); document.write( "then \n" ); document.write( "t/9 = Ratio of the time of each from A to the noon position \n" ); document.write( "and \n" ); document.write( "4/t = Ratio of the time of each from the noon position to B \n" ); document.write( ": \n" ); document.write( "these ratios should be equal, therefore: \n" ); document.write( " \n" ); document.write( "Cross multiply \n" ); document.write( "t^2 = 4 * 9 \n" ); document.write( "t^2 = 36 \n" ); document.write( "t = 6 hrs \n" ); document.write( "Sunrise would be 6 hrs from noon which is 6 AM \n" ); document.write( " |