document.write( "Question 26207: The perimeter of a triangle is 26 centimeters. Side A of the triangle is 3 centimeters longer than side B. Side C is 1 centimeter shorter than twice side B. Find the length of each side please. \r
\n" );
document.write( "\n" );
document.write( "I've tried and tried this problem over and over again. If you could just break it down into steps for me that'd be awsome! Thanks a lot! :-D \n" );
document.write( "
Algebra.Com's Answer #14080 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let side b be x \n" ); document.write( "Let side a be x+3 \n" ); document.write( "Let side c be 2x-1 \n" ); document.write( "x+x+3+2x-1=26 \n" ); document.write( "4x+2=26 \n" ); document.write( "4x=24 \n" ); document.write( "x=6 \n" ); document.write( "6+3=9(a) \n" ); document.write( "2(6)-1=11(c)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, side b is 6cm, side a is 9cm, and side c is 11cm. \n" ); document.write( "Paul. \n" ); document.write( " |