document.write( "Question 802896: A110 inch pipe is cut into two pieces one piece is four times the length of the other find the length of the two pieces?\r
\n" );
document.write( "\n" );
document.write( "The short piece is ..... inches long.
\n" );
document.write( "The long piece is ..... inches long. \n" );
document.write( "
Algebra.Com's Answer #484031 by waynest(281)![]() ![]() ![]() You can put this solution on YOUR website! 1st piece = x \n" ); document.write( "2nd piece = 4x\r \n" ); document.write( "\n" ); document.write( "x + 4x = 110 \n" ); document.write( "5x = 110 \n" ); document.write( "5x/5 = 110/5 \n" ); document.write( "x = 22\r \n" ); document.write( "\n" ); document.write( "1st piece = 22 inches \n" ); document.write( "2nd piece = 22 * 4 \n" ); document.write( " = 88 \n" ); document.write( " |