document.write( "Question 237417:  How would i find an expression for the area of a triangle?\r
\n" );
document.write( "\n" );
document.write( "The triangle is a 45-45-90 degree triangle with the two sides equaling x^2 and 2x^3.\r
\n" );
document.write( "\n" );
document.write( "I got the equation y=1/2(2x^3)(x^2) and i am not sure if i am supposed to simplify it, or solve it, or if that is even the right equation. \n" );
document.write( "
| Algebra.Com's Answer #174594 by stanbon(75887)      You can put this solution on YOUR website! The triangle is a 45-45-90 degree triangle with the two sides equaling x^2 and 2x^3. \n" ); document.write( "I got the equation y=1/2(2x^3)(x^2) and i am not sure if i am supposed to simplify it, or solve it, or if that is even the right equation. \n" ); document.write( "--------------------- \n" ); document.write( "Your equation looks good to me. \n" ); document.write( "---------------------------------- \n" ); document.write( "You might also consider the following: \n" ); document.write( "If the triangle is 45-45-90 the two sides must be equal. \n" ); document.write( "Solve x^2 = 2x^3 \n" ); document.write( "Divide both sides by x^2 to get: \n" ); document.write( "1 = 2x \n" ); document.write( "x = 1/2 \n" ); document.write( "----- \n" ); document.write( "Side x^2 = (1/2)^2 = 1/4 \n" ); document.write( "Side 2x^3 = 2(1/2)^3 = 2(1/8) = 1/4 \n" ); document.write( "--------------------------------------- \n" ); document.write( "The area would be (1/2)(1/4)(1/4) = 1/32 sq. units \n" ); document.write( "============================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |