document.write( "Question 1027499: The three sides of a triangle are n, 4n − 2, and 4n − 7. If the perimeter of the triangle is 45 cm, what is the length of each side?
\n" );
document.write( "Separate multiple entries with a comma. \n" );
document.write( "
Algebra.Com's Answer #642701 by FrankM(1040)![]() ![]() You can put this solution on YOUR website! You are basically stating that N + (4N-2) + (4N-7) =45\r \n" ); document.write( "\n" ); document.write( "9N-9=45\r \n" ); document.write( "\n" ); document.write( "9N= 54\r \n" ); document.write( "\n" ); document.write( "N=6\r \n" ); document.write( "\n" ); document.write( "The 3 sides are \r \n" ); document.write( "\n" ); document.write( "6cm, 22cm, 17cm \n" ); document.write( " |