document.write( "Question 328811: The perimeter of a triangle is 42 inches. The second side is 1 inch more than twice the first side, and the third side is 1 inch less than three times the first side. Find the lengths of the three side of the triangle. \n" ); document.write( "
Algebra.Com's Answer #235668 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! p=a+b+c \n" ); document.write( "b=2a+1 \n" ); document.write( "c=3a-1 \n" ); document.write( "42=a+2a+1+3a-1 \n" ); document.write( "42=6a \n" ); document.write( "6a=42 \n" ); document.write( "a=42/6 \n" ); document.write( "a=7 ans. for the first side. \n" ); document.write( "b=2*7+1=14+1=15 ans. for the second side. \n" ); document.write( "c=3*7-1=21-1=20 ans. for the third side. \n" ); document.write( "Proof: \n" ); document.write( "7+15+20=42 \n" ); document.write( "42=42 \n" ); document.write( " |