document.write( "Question 278916: What is the perimeter of a rigle triangle where A=6x and B=8x? \n" ); document.write( "
Algebra.Com's Answer #202867 by edjones(8007) You can put this solution on YOUR website! a=6x, b=8x \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "36x^2+64x^2=c^2 \n" ); document.write( "100x^2=c^2 \n" ); document.write( "c=10x \n" ); document.write( "P=24x \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |