document.write( "Question 923844: a right-angled triangle has an area of 20cm^2.
\n" ); document.write( "The width of the triangle is n+5cm.
\n" ); document.write( "The height is 6cm less than the width.
\n" ); document.write( "FInd the value of n
\n" ); document.write( "

Algebra.Com's Answer #560380 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
A right angled triangle.
\n" ); document.write( "Width = (n + 5)
\n" ); document.write( "Height = (n + 5) - 6
\n" ); document.write( "Height = (n - 1)
\n" ); document.write( "Area of a triangle = 1/2 (base x height)
\n" ); document.write( "20 = 1/2(n - 1)x(n + 5)
\n" ); document.write( "40 = n^2 + 4n - 5
\n" ); document.write( "n^2 + 4n - 45 = 0
\n" ); document.write( "(n - 5)(n + 9) = 0
\n" ); document.write( "n + 9 = 0
\n" ); document.write( "n = -9 (no answer, as negative value)
\n" ); document.write( "n - 5 = 0
\n" ); document.write( "n = 5
\n" ); document.write( "This would make the width = 10 cm
\n" ); document.write( "and the height = 4 cm
\n" ); document.write( "Area = 1/2(10 x 4) = 20 cm^2\r
\n" ); document.write( "\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );