document.write( "Question 1146157: A triangle has sides with lengths of 15 yards, 17 yards, and 19 yards. Is it a right triangle?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #767459 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A triangle is a right triangle if \n" ); document.write( "Given that requirement, if the side lengths are integers, then c has to be odd and exactly one of a and b has to be odd. \n" ); document.write( "Since the given side lengths are all odd, you can tell it is not a right triangle without doing any calculations. \n" ); document.write( "Depending on your level of knowledge, you might not understand that explanation. So let's make it a little easier. \n" ); document.write( "a and b are both odd, so a^2 and b^2 are both odd; then c^2 = a^2+b^2 is odd plus odd equals even. But c is odd so c^2 is odd. \n" ); document.write( "So the side lengths can't all be odd integers. \n" ); document.write( " |