document.write( "Question 1132229: Two snails, Alfie and Brian, are 1 meter apart and start sliding towards each other at the same time. Alfie slides 8mm every minute. Brian slides 12mm every minute. \r
\n" );
document.write( "\n" );
document.write( "a) After how many minutes will the snails meet?
\n" );
document.write( "b) How much further than Alfie will Brian have moved? \n" );
document.write( "
Algebra.Com's Answer #749194 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two snails, Alfie and Brian, are 1 meter apart and start sliding towards each other at the same time. \n" ); document.write( " Alfie slides 8mm every minute. Brian slides 12mm every minute. \n" ); document.write( ": \n" ); document.write( "Change 1 meter to 1000 mm \n" ); document.write( "let t = travel time in minutes when they meet \n" ); document.write( "a) After how many minutes will the snails meet? \n" ); document.write( "write a distance equation; dist = time * speed \n" ); document.write( "8t + 12t = 1000 \n" ); document.write( "20t = 1000 \n" ); document.write( "t = 1000/20 \n" ); document.write( "t = 50 min \n" ); document.write( "b) How much further than Alfie will Brian have moved? \n" ); document.write( "50 * 12 = 600 mm \n" ); document.write( "50 * 8 = 400 mm \n" ); document.write( "------------------ \n" ); document.write( "dist dif: 200 mm \n" ); document.write( " |