document.write( "Question 383109: This one has twisted my mind, can anyone explain?\r
\n" );
document.write( "\n" );
document.write( " Essay: Show all work. A gardener wants to create a triangular garden in the shape of a right triangle with shortest side length x – 6y ft. and the middle length side x + 6y ft. What is an algebraic expression for the area of the garden? Be sure to multiply this out and express in simplest correct mathematical form, including units.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #271449 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A gardener wants to create a triangular garden in the shape of a right triangle \n" ); document.write( " with shortest side length x – 6y ft. and the middle length side x + 6y ft. \n" ); document.write( " What is an algebraic expression for the area of the garden? \n" ); document.write( ": \n" ); document.write( "The area of a right triangle A = .5*b*h \n" ); document.write( "where \n" ); document.write( "b = (x+6y) \n" ); document.write( "h = (x-6y) \n" ); document.write( ": \n" ); document.write( "A = .5*(x+6y)(x-6y) \n" ); document.write( "FOIL \n" ); document.write( "A = .5(x^2 - 36y^2 \n" ); document.write( "A = .5x^2 - 18y^2 ft \n" ); document.write( " |