Write the following statement in if - then form.

David will sing provided Eric plays the piano.

i don't get get this

It is just the opposite.

If Eric plays the piano, then David will sing.

If David sings then Eric will play the piano

To write the statement "David will sing provided Eric plays the piano" in if-then form, you need to identify the condition and the resultant action.

The "if" part of the statement is the condition, which states that Eric plays the piano. The "then" part of the statement is the result or action, which is David will sing.

Putting it together, the if-then statement would be:

If Eric plays the piano, then David will sing.