173
Area of a triangle = 0.5*base*perpendicular height
b x h x 1/2 multiply the base's length by the height of the triangle and then divide by 2.
You cant work out th cubic capacity of a triangle you can work out the area. Measure the two longest sides multiply them together and half the result.
Albert Einstein has told me that the number is 4.
You create a table row using the TR tag... <table> <!-- ROW 1 --> <tr> <th>X</th> <th>Y</th> </tr> <!--ROW 2--> <tr> <td>Tom</td> <td>Sue</td> </tr> </table>
the sum is 34. good luck!
173
Area of a triangle = 0.5*base*perpendicular height
period
A triangle perhaps
No
Sum, esse, fui, futurus
7 and 2
That will depend on what type of triangle it is because an equilateral triangle has 3 lines of symmetry whereas an isosceles triangle has only 1 line of symmetry but a scalene triangle has no lines of symmetry.
You just add the sides together and you will have the answer, got it?!
Basic table example: <html> <head> <title>My Table Page</title> </head> <body> <table border=1> <th>Heading 1</th> <th>Heading 2</th> <th>Heading 3</th> <tr> <td>Row 1, Column 1</td> <td>Row 1, Column 2</td> <td>Row 1, Column 3</td> </tr> <tr> <td>Row 2, Column 1</td> <td>Row 2, Column 2</td> <td>Row 2, Column 3</td> </tr> <tr> <td>Row 3, Column 1</td> <td>Row 3, Column 2</td> <td>Row 3, Column 3</td> </tr> </table> </body> </html>