document.write( "Question 10809: A certain steel bar, 58 cm long, is to be divided into four parts, three parts of which are to be of equal lengths, each of which is four less than thrice the length of the remaining parts. What are their lengths. \n" ); document.write( "
Algebra.Com's Answer #5678 by Earlsdon(6294) ![]() You can put this solution on YOUR website! Let the length of the three equal-length pieces be x and the length of the fourth piece be y.\r \n" ); document.write( "\n" ); document.write( "3x + y = 58 \n" ); document.write( "x = 3y-4 Substitute this x into the 1st equation.\r \n" ); document.write( "\n" ); document.write( "3(3y - 4) + y = 58 Simplify and solve for y. \n" ); document.write( "9y - 12 + y = 58 \n" ); document.write( "10y - 12 =58 \n" ); document.write( "10y = 70 \n" ); document.write( "y = 7\r \n" ); document.write( "\n" ); document.write( "x = 3y-4 \n" ); document.write( "x = 3(7)-4 \n" ); document.write( "x = 21-4 \n" ); document.write( "x = 17. \n" ); document.write( " |