document.write( "Question 898260: the lengths of two sides of a parallelogram are consecutive even integers and the perimeter ofbthe parallelogram is 36 inches. what is the length of the longer side? \n" ); document.write( "
Algebra.Com's Answer #544708 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the lengths of two sides of a parallelogram are consecutive even integers and the perimeter ofbthe parallelogram is 36 inches. what is the length of the longer side? \n" ); document.write( "*** \n" ); document.write( "let x=length of shorter side \n" ); document.write( "x+2=length of longer side \n" ); document.write( "2(length+width)=perimeter \n" ); document.write( "2((x+2)+x)=36 \n" ); document.write( "4x+4=36 \n" ); document.write( "4x=32 \n" ); document.write( "x=8 \n" ); document.write( "x+2=10 \n" ); document.write( "length of longer side=10 inches \n" ); document.write( " |