document.write( "Question 916642: the perimeter of a triangle is 30 cm. the length of one side is 7 cm shorter than the second side and the third side is 1 cm longer than the second side. find the length of each side using the system of linear equations in three variables \n" ); document.write( "
Algebra.Com's Answer #556168 by ewatrrr(24785) You can put this solution on YOUR website! x the length of the second side \n" ); document.write( "(x-7) + x + (x+1) = 30cm \n" ); document.write( "3x = 36 \n" ); document.write( "x = 12cm, the length of the second side \n" ); document.write( "sides are: 5cm, 12cm, 13cm \n" ); document.write( "... \n" ); document.write( "And...checking \n" ); document.write( "sum = 30cm \n" ); document.write( " |