document.write( "Question 722233: A 85cm long rod is cut into 3 pieces. The longest piece is 3 times as long as the shortest piece and 13 cm longer than the remaining piece. What is the length of the longest piece? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Please help! I dont know how to do the question but the answer is in the back of the book! My teacher didnt have time to explain how to do these types of questions
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #442693 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let s, m and l represent the short, middle and long pieces, respectively \n" ); document.write( "We have the following equations \n" ); document.write( "s + m + l = 85 [sum of lengths] \n" ); document.write( "l = 3s [longest three times as long as shortest] \n" ); document.write( "l = m + 13 [longest is 13 cm longer than the middle piece] \n" ); document.write( "Substitute l = 3s into the 1st and 3rd equation \n" ); document.write( "s + m + 3s = 85 \n" ); document.write( "3s = m + 13 -> m = 3s - 13 \n" ); document.write( "s + (3s-13) + 3s = 85 \n" ); document.write( "7s = 98 \n" ); document.write( "s = 14 \n" ); document.write( "So l = 3s = 3*14 = 42 \n" ); document.write( "The longest piece is 42 cm \n" ); document.write( " |