document.write( "Question 390934: The side of a right triangle are 8,15 and 17 units. If each side is doubled, how many square units will be the area of the new triangle. \n" ); document.write( "
Algebra.Com's Answer #277272 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The side of a right triangle are 8,15 and 17 units. \n" ); document.write( "If each side is doubled, how many square units will be the area of the new triangle. \n" ); document.write( ": \n" ); document.write( "We don't care about the hypotenuse (17) \n" ); document.write( ": \n" ); document.write( "Area of original triangle \n" ); document.write( ".5 * 8 * 15 = 60 \n" ); document.write( "Area of side doubled triangle \n" ); document.write( ".5 * 16 * 30 = 240 \n" ); document.write( ": \n" ); document.write( "It will add: 240 - 60 = 180 sq units \n" ); document.write( " |