document.write( "Question 1163206: 888.One stick is three times as long as another. You break the longer stick at a random point. Now you have three sticks. What is the probability that they form a triangle? \n" ); document.write( "
Algebra.Com's Answer #787211 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let the lengths of the two sticks be x and 3x. Call the short stick stick A. \n" ); document.write( "The longer stick is broken into two sticks. Call them the left stick and the right stick. \n" ); document.write( "If the length of the left stick is less than x, then the length of the right stick is greater than 2x, and the lengths of A and the left stick together will be less than the length of the right stick, and no triangle can be formed. \n" ); document.write( "If the length of the left stick is greater than 2x, then the length of the right stick is less than x, and the lengths of A and the right stick together will be less than the length of the left stick, and no triangle can be formed. \n" ); document.write( "So, in order to be able to form a triangle, the length of the left stick must be between x and 2x, a range of x. \n" ); document.write( "And since the length of the original second stick was 3x, the probability that the three sticks form a triangle is x/3x = 1/3. \n" ); document.write( " \n" ); document.write( " |