document.write( "Question 707075: The side of a quadrilateral are consecutive numbers. If the perimeter of the quadrilateral is 150 cm, find the length of the sides. \n" ); document.write( "
Algebra.Com's Answer #806538 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive numbers: x, (x+1), (x+2), (x+3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+1) + (x+2) + (x+3) = 148 \n" ); document.write( "4x + 6 = 150 \n" ); document.write( "4x = 144 \n" ); document.write( "x = 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sides: 36, 37, 38, 39 \n" ); document.write( " |