document.write( "Question 823059: Four metal rods of lengths 78cm, 104cm, 117cm and 169cm are to be cut into parts of equal length. Each part must be as long as possible. What is the maximum number of pieces that can be cut? \n" ); document.write( "
Algebra.Com's Answer #495230 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Try factoring each of the numbers. You may be interested in greatest common divisor.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "78=2*3*13; \n" ); document.write( "104=2*2*2*13 \n" ); document.write( "117=9*13 \n" ); document.write( "169=13*13 \n" ); document.write( " |