document.write( "Question 251841: A and B, traveling at respective rates of a and b kilometers per hour, head directly towards each other across a distance of 120 kilometers. If both start at 10:30 a.m., they will meet at noon. If A starts at 10:00 a.m. and B starts at 11:00 a.m., they will also meet at noon. Find the ordered pair (a,b).\r
\n" );
document.write( "\n" );
document.write( "a) (30,30) b) (30,40) c) (40,40) d) (40,30) e) none of these \n" );
document.write( "
Algebra.Com's Answer #183556 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A and B, traveling at respective rates of a and b kilometers per hour, head directly towards each other across a distance of 120 kilometers. If both start at 10:30 a.m., they will meet at noon. If A starts at 10:00 a.m. and B starts at 11:00 a.m., they will also meet at noon. Find the ordered pair (a,b). \n" ); document.write( ": \n" ); document.write( "When a meets b, their total travel dist = 120 km; \n" ); document.write( ": \n" ); document.write( "Travel time of both starting at 1:30: 1.5 hrs \n" ); document.write( "When a starts at 10: 2 hrs \n" ); document.write( "When b starts at 11: 1 hr \n" ); document.write( ": \n" ); document.write( "Write two distance equations; Dist = speed * time \n" ); document.write( "1.5a + 1.5b = 120 \n" ); document.write( "and \n" ); document.write( "2a + 1b = 120 \n" ); document.write( "or \n" ); document.write( "b = 120-2a \n" ); document.write( ": \n" ); document.write( "Substitute above for b in the 1st equation, find a \n" ); document.write( "1.5a + 1.5(120-2a) = 120 \n" ); document.write( "1.5a + 180 - 3a = 120 \n" ); document.write( "1.5a - 3a = 120 - 180 \n" ); document.write( "-1.5a = -60 \n" ); document.write( "a = \n" ); document.write( "a = 40 \n" ); document.write( "and \n" ); document.write( "b = 120 - 2(40) \n" ); document.write( "b = 120 - 80 \n" ); document.write( "b = 40 \n" ); document.write( ": \n" ); document.write( "Ordered pair, 40,40 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in 2nd equation \n" ); document.write( "2(40) + 1(40) = 120 \n" ); document.write( " |