document.write( "Question 854764: A rope is square root 50 units long. The rope is cut into two pieces, so that the lengths of the pieces are in the ratio 2:3. What is the length of the longer piece expressed in simplest radical form? \n" ); document.write( "
Algebra.Com's Answer #514905 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We are given \"A rope is square root 50 units long\", so the rope is 5*sqrt(2) units long. \n" ); document.write( "let x be one length and y is the other, we know \n" ); document.write( "x + y = 5*sqrt(2) \n" ); document.write( "x/y = 2/3 \n" ); document.write( "solve second equation for x \n" ); document.write( "x = 2y/3 \n" ); document.write( "substitute for x in first equation \n" ); document.write( "2y/3 +y = 5*sqrt(2) \n" ); document.write( "multiply both sides of = by 3 \n" ); document.write( "2y +3y = 15*sqrt(2) \n" ); document.write( "5y = 15*sqrt(2) \n" ); document.write( "y = 3*sqrt(2) \n" ); document.write( "x = 2 * 3*sqrt(2) / 3 = 2*sqrt(2) \n" ); document.write( " |