document.write( "Question 44046: The area of a triangle is 12 inches. The height is 1/2 of the base minus 1. What is the base of the triangle? \n" ); document.write( "
Algebra.Com's Answer #29010 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
The area of a triangle is 12 inches. The height is 1/2 of the base minus 1. What is the base of the triangle?
\n" ); document.write( "LET BASE =B
\n" ); document.write( "HALF OF BASE =B/2
\n" ); document.write( "HEIGHT =B/2 -1=(B-2)/2
\n" ); document.write( "AREA=(1/2)*B*(B-2)/2=12
\n" ); document.write( "B^2-2B=4*12=48
\n" ); document.write( "B^2-2B-48=0
\n" ); document.write( "B^2-8B+6B-48=0
\n" ); document.write( "B(B-8)+6(B-8)=0
\n" ); document.write( "(B-8)(B+6)=0
\n" ); document.write( "B=8....AND H=8/2 -1=3
\n" ); document.write( "
\n" );