document.write( "Question 60114: All three sides of the triangle have equal length. One side is 9x - 4 and another is 2(3x + 4). What is the perimeter? \n" ); document.write( "
Algebra.Com's Answer #41265 by rchill(405)![]() ![]() ![]() You can put this solution on YOUR website! Because all sides are equal length, we have 9x-4=2(3x+4), which expands to 9x-4=6x+8, which simplifies to 3x=12, which further simplifies to x=4. So, substituting into the first equations gives us 9*4-4, or 32 as the length of one side; that means all sides are 32 and the perimeter is 3*32, or 96. \n" ); document.write( " |