document.write( "Question 1046078: I want to generate a path of exactly fifty 1-foot steps on an XY plane.
\n" );
document.write( "The path is to begin at (0,0) and end at exactly (25,0). Both of the
\n" );
document.write( "axes are in feet. Each of the 1-foot steps is in a uniform random XY
\n" );
document.write( "direction (limited by the requirement that the sum of the lengths of
\n" );
document.write( "each step projected onto the X-axis must be exactly 25 feet).
\n" );
document.write( "I'm stumped as to how to do that. I hope that someone can help! \n" );
document.write( "
Algebra.Com's Answer #661571 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Thinking of the path being two sides of an Equilateral Triangle(25 a side) would work: \n" ); document.write( " ![]() \n" ); document.write( "Altitude is 12.5 √3 \n" ); document.write( "Walking to p(25,0) either taking top or bottom path \n" ); document.write( "Walking towards P(12.5, 12.5 √3) first or P(12.5 ,-12.5 √3)first \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |