document.write( "Question 846879: Find the area of the triangle with vertices (0, 0), (5, 3) and (2, 6). \n" ); document.write( "
Algebra.Com's Answer #509980 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "We need to find the altitude of the triangle.
\n" ); document.write( "Calculate the angle that the (0,0) to (5,3) line makes with the x-axis.
\n" ); document.write( "\"tan%28theta%29=3%2F5\"
\n" ); document.write( "\"theta=0.54042\" radians
\n" ); document.write( "Calculate the angle that the (0,0) to (2,6) line makes with the x-axis.
\n" ); document.write( "\"tan%28theta%29=6%2F2\"
\n" ); document.write( "\"theta=1.24906\" radians
\n" ); document.write( "So then the angle between the (2,6) line and the (5,3) line is
\n" ); document.write( "\"1.24906-0.54042=0.708626\" radians
\n" ); document.write( "The sine of that angle and the hypotenuse would give us the altitude of the triangle.
\n" ); document.write( "The hypotenuse is the distance from (0,0) to (2,6)
\n" ); document.write( "\"H%5E2=%282-0%29%5E2%2B%286-0%29%5E2=40\"
\n" ); document.write( "\"H=sqrt%2840%29\"
\n" ); document.write( "So then,
\n" ); document.write( "\"A=sqrt%2840%29%2Asin%280.708626%29\"
\n" ); document.write( "The base of the triangle is the distance from (0,0) to (5,3),
\n" ); document.write( "\"B%5E2=5%5E2%2B3%5E2=34\"
\n" ); document.write( "\"B=sqrt%2834%29\"
\n" ); document.write( "So then the area of the triangle is,
\n" ); document.write( "\"A%5Bt%5D=%281%2F2%29A%2AB=%281%2F2%29sqrt%2840%29sqrt%2834%29sin%280.708626%29\"
\n" ); document.write( "\"A%5Bt%5D=%281%2F2%29A%2AB=%281%2F2%29sqrt%281360%29%2A0.650791\"
\n" ); document.write( "\"A%5Bt%5D=12\"
\n" ); document.write( "
\n" ); document.write( "
\n" );