If-Then statements are usually used in programming to make a decision. You usually wouldn't use a decision to make a calculation, unless you only wanted to calculate the area of the triangle IF the base was a certain size, for example.
The following Java code snippet means: IF the base of the triangle IS GREATER THAN 9 AND the height of the triangle IS GREATER THAN 6 THEN return (calculate) the area of the triangle (which is (1/2) * base * height).
if(base_of_triangle > 9 && height_of_triangle > 6){
return base_of_triangle * height_of_triangle * (1/2);
}
The squared area of a triangle is half of its base times its perpendicular height. Or as: 0.5*base*perpendicular height = area of a triangle
"if a triangle is an equilateral triangle" is a conditional clause, it is not a statement. There cannot be an inverse statement.
fint or flint?
A false statement
As written, the statement is false. You can't have it both ways. I suspect you meant to write that dilating a triangle changes the size or area of the triangle but does not change its shape. That would be true.
The contrapositive would be: If it is not an isosceles triangle then it is not an equilateral triangle.
the triangle has the greater perimeter
The triangle is slanted to the right
False: A triangle will only tessellate if it's in the form of an equilateral triangle.
196,943
heack to the no
false