When we have two-place predicates we also can have quantifiers for each. Here are some examples.
Everybody is friendly to Al. Ax(Fxa)
Al is friendly to everybody. Ax(Fax)
There is someone who is friendly to everybody.
ExAy(Fxy)
Everybody is friendly to somebody. AxEy(Fxy)
In working with these expressions, though, you will need to use different variables (x and y, for instance), and you will need to be very careful about the new name rule in instantiating them.
Read more about these two-place or dyadic predicates and also about multiple quantifiers before going on to the assignment, which is an exercise in symbolization and derivation. For the derivations, remember that you must instantiate (remove the quantifier) from the left inward, but you could generalize (put in the quantifier) in any order building out to the left.
At this point we need to note that we could very well have valid argument forms for which a consistency tree is useless. This is because of the new name rule, and it is explained on a page about decidability. For this course, I will not ask you to test such forms.