document.write( "Question 164903: A WIRE 10 IN. LONG IS CUT INTO TWO PIECES. THE TOTAL OF THREE TIMES THE LENGTH OF THE SHORTER PIECE AND ONE IS EQUAL TO THE DIFFERENCE BETWEEN TWICE THE LENGTH OF THE LONGER PIECE AND FOUR. FIND THE LENGHT OF THE LONGER PIECE. \n" ); document.write( "
Algebra.Com's Answer #121529 by padmameesala(42) ![]() You can put this solution on YOUR website! A WIRE 10 IN. LONG IS CUT INTO TWO PIECES \n" ); document.write( "Let x be the length of the shorter piece and y be the length of the longer piece \n" ); document.write( "Then x+y=10 eqn1 \n" ); document.write( "Given THE TOTAL OF THREE TIMES THE LENGTH OF THE SHORTER PIECE AND ONE IS EQUAL TO THE DIFFERENCE BETWEEN TWICE THE LENGTH OF THE LONGER PIECE AND FOUR \n" ); document.write( "that is 3x+1=2y-4 \n" ); document.write( "3x-2y=-5 eqn2 \n" ); document.write( "solving the 2 eqns we get \n" ); document.write( "adding 3x-2y=-5 \n" ); document.write( "and 2x+2y=20 \n" ); document.write( "5x=15 \n" ); document.write( "x=3 \n" ); document.write( "from eqn1 3+y=10 \n" ); document.write( "y=7 \n" ); document.write( "therefore the length of the longer piece is 7inch \n" ); document.write( " \n" ); document.write( " |