document.write( "Question 534123: the sides of a quadrilateral are consecutive numbers. if the perimeter of the quadrilateral is 146 cm, find the lenths of the sides \n" ); document.write( "
Algebra.Com's Answer #351364 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! 4 consecutive numbers can be defined as: \n" ); document.write( "x \n" ); document.write( "x+1 \n" ); document.write( "x+2 \n" ); document.write( "x+3 \n" ); document.write( "------ \n" ); document.write( "4x + 6 = 146 \n" ); document.write( "4x = 140 \n" ); document.write( "x = 35 \n" ); document.write( ". \n" ); document.write( "x+1 = 36 \n" ); document.write( "x+2 = 37 \n" ); document.write( "x+3 = 38 \n" ); document.write( ". \n" ); document.write( "Answer: The sides have length: 35, 36, 37, and 38 cm. \n" ); document.write( " |