document.write( "Question 421485: the length of of a triangle are x cm ,{x+1} and {x+2}cm determine x so that this triangle is the right angled triangle .
\n" );
document.write( "thank you in advance
\n" );
document.write( "this question is from the book mathematics 6th edition written by teh keng seng \n" );
document.write( "
Algebra.Com's Answer #294345 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a^2+b^2=c^2 \n" ); document.write( "x^2+(x+1)^2=(x+2)^2 \n" ); document.write( "x^2+x^2+2x+1=x^2+4x+4 \n" ); document.write( "x^2-2x-3=0 \n" ); document.write( "(x-3)(x+1)=0 \n" ); document.write( "x=3 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |