document.write( "Question 1023084: The area of a triangular piece of Stainglass is 50 cm². If the height of the triangle is four times the base how long are the height and base of the piece of stained glass? \n" ); document.write( "
Algebra.Com's Answer #638623 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
1/2bh = 50
\n" ); document.write( "h= 4b
\n" ); document.write( "1/2b(4b)= 50
\n" ); document.write( "2b^2 = 50
\n" ); document.write( "b^2 = 25
\n" ); document.write( "b = 5 and h:
\n" ); document.write( "h = 4b = 4(5)= 20
\n" ); document.write( "The base is 5 and the height is 20.
\n" ); document.write( "
\n" );