document.write( "Question 350442: Two surveyors with two-way radios leave the same point at 9:00 A.M., one walking due south at 2 mi/hr and the other due west at 4 mi/hr . How long can they communicate with one another if each radio has a maximum range of 4 miles? \n" ); document.write( "
Algebra.Com's Answer #250499 by mananth(16946)![]() ![]() You can put this solution on YOUR website! distance of west bound = 4*t = 4t miles t = time \n" ); document.write( "distance of south bound = 2*t = 2t miles \n" ); document.write( ".. \n" ); document.write( "Their positions after time t form a right triangle with the starting point. \n" ); document.write( "8^2 = (4t)^2+(2t)^2 \n" ); document.write( "64= 16t^2+4t^2 \n" ); document.write( "64=20t^2 \n" ); document.write( "64/20 = t^2 \n" ); document.write( "16/5 = t^2 \n" ); document.write( "take square root \n" ); document.write( "4/sqrt5 = t \n" ); document.write( "t= 1.78 hours \n" ); document.write( " |