document.write( "Question 1071293: An 81 inch length of ribbon is to be cut into three pieces. The longest piece is to be 34 inches longer than the shortest piece, and the third piece is to be half the length of the longest piece. Find the length of each piece of ribbon \n" ); document.write( "
Algebra.Com's Answer #686249 by Dirichlet(3)![]() ![]() ![]() You can put this solution on YOUR website! The ribbon is to be divided into 3 pieces.\r \n" ); document.write( "\n" ); document.write( "Let:\r \n" ); document.write( "\n" ); document.write( "l = the length of the longest piece \n" ); document.write( "s = the length of the shortest piece \n" ); document.write( "t = the length of the third piece\r \n" ); document.write( "\n" ); document.write( "So, we get:\r \n" ); document.write( "\n" ); document.write( "81 = l + s + t\r \n" ); document.write( "\n" ); document.write( "Given the info that the longest piece is to be 34 inches longer than the shortest piece. The generates the formula:\r \n" ); document.write( "\n" ); document.write( "l = 34 + s\r \n" ); document.write( "\n" ); document.write( "Given the info that the third piece is to be half the length of the longest piece. This generates the formula:\r \n" ); document.write( "\n" ); document.write( "t = l / 2\r \n" ); document.write( "\n" ); document.write( "Now, we plug l and t into our first formula. We get:\r \n" ); document.write( "\n" ); document.write( "81 = (34 + s) + s + ((34 + s) / 2)\r \n" ); document.write( "\n" ); document.write( "Simplifying, we get:\r \n" ); document.write( "\n" ); document.write( "81 = 51 + 5s/2\r \n" ); document.write( "\n" ); document.write( "Solving for s, we get s = 12.\r \n" ); document.write( "\n" ); document.write( "Now, solve for l.\r \n" ); document.write( "\n" ); document.write( "l = 34 + 12. l = 46.\r \n" ); document.write( "\n" ); document.write( "Solve for t. t = 46/2. t = 23.\r \n" ); document.write( "\n" ); document.write( "It checks! 46 + 23 + 12 = 81.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |