document.write( "Question 970101: One side of a parallelogram is 1 more than three times the adjacent side and the perimeter is 42 inches. What are the lengths of the sides of the parallelogram \n" ); document.write( "
Algebra.Com's Answer #592778 by macston(5194)![]() ![]() You can put this solution on YOUR website! a=short side; b=long side=3a+1in; P=perimeter=42 inches \n" ); document.write( "P=2(a+b) Substitute for b. \n" ); document.write( "42 inches=2(a+(3a+1in) \n" ); document.write( "42 inches=2(4a+1in) \n" ); document.write( "42 inches=8a+2in Subtract 2 inches from each side. \n" ); document.write( "40 inches=8a Divide each side by 8. \n" ); document.write( "5 inches=a \n" ); document.write( ". \n" ); document.write( "ANSWER 1: The shorter side is 5 inches. \n" ); document.write( ". \n" ); document.write( "b=3a+1in=3(5in)+1in=15in+1in=16 inches. \n" ); document.write( ". \n" ); document.write( "ANSWER 2: The longer side is 16 inches. \n" ); document.write( " \n" ); document.write( " |