document.write( "Question 792008: a triangle has 2 sides that are the same length and a third side that's 10ft less than twice the shorter sides and the perimeter is 90 ft.write an equation and find the length of each side.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #479840 by waynest(281)![]() ![]() ![]() You can put this solution on YOUR website! side 1 and 2 = x \n" ); document.write( "side 3 = 2x - 10 \n" ); document.write( "p = s * s * s \n" ); document.write( "90 = x + x + (2x -10) \n" ); document.write( "90 = 4x -10 \n" ); document.write( "90 + 10 = 4x -10 + 10 \n" ); document.write( "100 = 4x \n" ); document.write( "100/4 = 4x/4 \n" ); document.write( "25 = x\r \n" ); document.write( "\n" ); document.write( "check: \n" ); document.write( "90 = 25 + 25 + (2(25) -10) \n" ); document.write( "90 = 50 + 40 \n" ); document.write( "90 = 90 \n" ); document.write( " \n" ); document.write( " |