document.write( "Question 653532: solve for g
\n" );
document.write( "A=(f/2+g/2)h \n" );
document.write( "
Algebra.Com's Answer #408428 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! solve for g \n" ); document.write( "A=(f/2+g/2)h \n" ); document.write( "distribute \n" ); document.write( "A=fh/2+gh/2 \n" ); document.write( "LCD:2 \n" ); document.write( "2A=fh+gh \n" ); document.write( "add -fh to both sides \n" ); document.write( "gh=2A-fh \n" ); document.write( "g=(2A-fh)/h \n" ); document.write( " |