document.write( "Question 1053121: Write a function rule for the area of a triangle with a base 4in less than twice the height \n" ); document.write( "
Algebra.Com's Answer #668376 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
make the function \"+A%28h%29+\" where
\n" ); document.write( "\"+A+\" = area in in2
\n" ); document.write( "\"+h+\" = height in in
\n" ); document.write( "\"+A%28h%29+=+%281%2F2%29%2A%28+2h+-+4+%29%2Ah+\"
\n" ); document.write( "( this is 1/2 the base times the height )
\n" ); document.write( "\"+A%28h%29+=+%281%2F2%29%2A%28+2h%5E2+-+4h+%29+\"
\n" ); document.write( "\"+A%28h%29+=+h%5E2+-+2h+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );