document.write( "Question 887763: an iron rode 1 meter long is to be cut in to two parts so that 1/2 of one equal to 1/3 of the other \n" ); document.write( "
Algebra.Com's Answer #536865 by skartikey(21)![]() ![]() You can put this solution on YOUR website! let two parts are x and 1-x \n" ); document.write( "we are given \n" ); document.write( "(1/2)x=(1/3)(1-x) \n" ); document.write( "3x=2(1-x) \n" ); document.write( "3x=2-2x \n" ); document.write( "5x=2 \n" ); document.write( "x=0.4 \n" ); document.write( "1-x=1-0.4=0.6\r \n" ); document.write( "\n" ); document.write( "two parts are 0.4 meter and 0.6 meter \n" ); document.write( " |