document.write( "Question 979790:  Hi I would appreciate if someone could help with this. \r
\n" );
document.write( "\n" );
document.write( "A triangle ABO has an area of 6. Its vertices are A(-1,3), B(a,0), and O(0,0). Using this information, find a. \r
\n" );
document.write( "\n" );
document.write( "Thanks
\n" );
document.write( "Awen \n" );
document.write( "
| Algebra.Com's Answer #601040 by Alan3354(69443)     You can put this solution on YOUR website! A triangle ABO has an area of 6. Its vertices are A(-1,3), B(a,0), and O(0,0). Using this information, find a. \n" ); document.write( "-------------- \n" ); document.write( "The points B and O are on the x-axis --> the base = a \n" ); document.write( "B(-1,3) makes the height 3. \n" ); document.write( "------------ \n" ); document.write( "Area = b*h/2 = 6 \n" ); document.write( "6 = 3*a/2 \n" ); document.write( "3a = 12 \n" ); document.write( "a = 4 \n" ); document.write( " \n" ); document.write( " |