1.

Choose the comparison operator that makes a true statement: -4.3___−412

None of these
>
=
<

<

None of these

To determine the correct comparison operator that makes a true statement when comparing -4.3 to -412, we need to understand the meaning of each operator.

1. ">" (greater than): This operator returns true if the value on the left is greater than the value on the right.

2. "=" (equal to): This operator returns true if the value on the left is equal to the value on the right.

3. "<" (less than): This operator returns true if the value on the left is less than the value on the right.

In this case, we need to compare -4.3 with -412.

-4.3 is greater than -412, so the correct comparison operator that makes a true statement is ">". Hence, -4.3 > -412 is a true statement.