document.write( "Question 998096: A 168- inch board is cut in two pieces so that one piece is five times as long as the other. Find the length of each piece \n" ); document.write( "
Algebra.Com's Answer #615952 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the length of the shorter piece, x. \n" ); document.write( "The longer piece is five times longer, or 5x. \n" ); document.write( "Together they have a length of 168 inches. \n" ); document.write( "We write that as \n" ); document.write( "x + 5x = 168 \n" ); document.write( "6x = 168 \n" ); document.write( "x = 168/6 \n" ); document.write( "x = 28 inches \n" ); document.write( "5x = 140 inches \n" ); document.write( " |